Coder Social home page Coder Social logo

dvvcz / solo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parallaxinc/solo

0.0 0.0 0.0 11.38 MB

The cooler solo editor

Home Page: https://dvvcz.github.io/solo/index.html

License: MIT License

HTML 3.43% JavaScript 95.27% CSS 0.40% Shell 0.10% SCSS 0.79%
blockly propeller propc ace-editor

solo's Introduction

Solo++

You might also be interested in PropC-Online, which lets you program in raw PropC with instant feedback using the monaco editor instead of blocks.

My fork of Parallax Inc's Solo Propeller C Blockly Editor.
This was made out of pretty much frustration with features when using this for a school project and lack of raw propeller C access.

Try Me

Differences

Dark Mode
Both the ace editor and blockly editors are in dark mode now.
Editor

code block
This block has been added to the blockly editor (system tab), which just inserts code (almost) inline, besides adding a new line.
Much smaller and easier to use than the regular User defined code block.

Code block

comment block
New comment block has been added, pretty much entirely cosmetic (saves space and is more obvious, however.)
Same as the Add 'comment' block, except gray and starts with //
Comment

solo's People

Contributors

dependabot[bot] avatar dvvcz avatar matzelectronics avatar paragitadmin avatar pjewald avatar zfi avatar

solo's Issues

ecode block

Have a block that behaves like the current code block but is treated as an expression, so you can plug it into if / else / etc blocks.

gcode block

Same as #6, but for code placed in the global variable section of generated propc code.
Useful for declaring variables.

channel* chan;

void Main() {
    ...
}

hcode block

Like the code block, but it is placed at the header level. Useful for imports

#include "fdserial.h"

Editing Raw PropC

Allow users to create PropC-Only projects as Parallax intended, however was locked away and is very much broken.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.