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 **Other** project type has a System category with a **Wait until** block. Following the same theme, we should also add a **Wait for pin** block (or make **Wait until**...

In Demo
Block Request
Requires Verification
Needs Doc Update

Currently, in values, there are a couple of blocks that aren't really values - they are color math operations. Additionally, there has been a long standing desire from many individuals...

Discussion
Block Request
C library dependency

S3 stall sensor will not detect a stalled tail wheel or stalled left and right wheels. The code used to test is show below. ![2017-12-01_14-37-08](https://user-images.githubusercontent.com/20686764/33506747-08354e0e-d6a6-11e7-8f6c-8960bf103079.png) ![2017-12-01_14-41-51](https://user-images.githubusercontent.com/20686764/33506816-3b74f62a-d6a6-11e7-9609-e8211224c678.png)

Needs Doc Update

Needed especially for QTI examples.

Block Request

Blockly provides a priority structure for order of operations, and its use in a number of blocks need to be reviewed. Problem areas include at least: bitwise operations, exponential operations.

task
Needs Doc Update

http://forums.parallax.com/discussion/168518/scribbler-s3-how-to-set-calibration-values-in-eeprom#latest

Block Request

The "\" character is accepted as one of the 95 possible password characters, but it was left out of the notice. ![image](https://user-images.githubusercontent.com/1266318/47747450-9eceb080-dc45-11e8-8d74-a71c409aa506.png)

enhancement

The **named constant** block currently only accepts a fixed decimal value. Please enhance to accept a decimal, hexadecimal, binary, or character value block as input. ![image](https://user-images.githubusercontent.com/1266318/48144598-09937380-e266-11e8-8a51-8bb6be93663e.png)

enhancement

There was a decision to only support global variables a while ago; I don't know the details. Can we move to allow user functions to return a value and potentially...

Discussion

The My Projects page contains a grid that lists projects owned by the logged in user. The columns are: * Name * Board * Description The proposal is to add...

enhancement