BlocklyProp
BlocklyProp copied to clipboard
Blockly based visual programming editor for Propeller C
The blocklyprop.properties file contains a single definition to indicate the location of the BlocklyProp Client download files. ``` downloadfiles.baseurl = http://blockly.example.com/download ``` When the site is accessed via HTTPS, this...
It appears to be possible to remove a user record even when the user is associated with existing projects. This has the effect of orphaning the projects. It also breaks...
There's a [forum discussion](http://forums.parallax.com/discussion/168968/text-to-speech-block-on-activity-wx-board) about no sound from Activity Board on VEHO speaker even though earbuds work fine. A speaker that mixes the signals or shorts two leads together for...
Similar to Issue #1573, let's make the **array initialize** block accept a symbolic constant or constant expression.
SimpleLibraries>simpletools.h needs a few functions added, and then with the newly added ability to prevent variable collisions, it's time to improve the c that is generated, and move functions that...
The icons for compile and download should be greyed out or some other indication that they are inoperable when the user is not logged in. Currently they appear to be...
Create blocks to interact with the upcoming WX IoT module
There are currently two mechanisms across three files that handle the communication between the browser and the client/launcher. Mechanisms: - GET/POST - Websocket Across these files - blocklyc.js - blocklypropclient.js...
If we had an additional field that could be read/written with a REST endpoint by user id, we could save a single JSON string that contains user settings/preferences. Settings could...
Currently, the "My Projects" and "Community Projects" pages use BootstrapTables. The framework appears buggy. Also, by using pagination, it takes some time for users to find their projects because they...