BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Blockly based visual programming editor for Propeller C

Results 100 BlocklyProp issues
Sort by recently updated
recently updated
newest added

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...

bug
Discussion

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...

bug
Requires Verification

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...

In Demo
Needs work

Similar to Issue #1573, let's make the **array initialize** block accept a symbolic constant or constant expression.

enhancement

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...

task
C library dependency

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...

In Demo
Needs work

Create blocks to interact with the upcoming WX IoT module

In Demo
Block Request
Investigating

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...

task

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...

enhancement
Discussion

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...