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

Is there any way to turn this @#$%^&* thing off? ![save_reminder](https://user-images.githubusercontent.com/61169172/75596940-9360e480-5a47-11ea-90d4-677ad78009fc.png) I'm working on C code that I'm editing and saving elsewhere and copy/pasting into a custom block. I don't...

question

Those of us who code in Spin or C via SimpleIDE have access to flush methods when using a serial cog. Unfortunately, this doesn't exist in BlocklyProp. I would like...

enhancement

The TFMini rangefinders work with a collection of blocks, but to bring it in line with support of other products, it would need a single block, likely with I2C and...

Discussion
Block Request

Some hardware combinations on the Propeller Activity Board WX require disabling the debug port that Simple-Libraries automatically opens on P30/P31. This is done with a simpleterm_open() call and undone with...

Block Request

As reported by a customer, the GPS Data Blocks .svg download on [this learn page](http://learn.parallax.com/support/reference/propeller-blocklyprop-block-reference/sensor/gps/gps-wiring-example-code) shows up as *valid* but the Replace and Append buttons do nothing. A concern is...

bug

Two images, before and after ![2019-11-28 15_32_14-BlocklyProp](https://user-images.githubusercontent.com/11635798/69814540-b4216000-11f4-11ea-93bc-d527cca85b77.png) ![2019-11-28 15_32_25-BlocklyProp](https://user-images.githubusercontent.com/11635798/69814545-b5eb2380-11f4-11ea-9a37-ca3e10a345d2.png)

possible bug Calling pwm_set in code auto-injects pwm_start after main. Good and works fine. Then... Calling pwm_stop stops pwm output and kills the cog. Good so far. Code can now...

Requires Verification

![2019-07-23 16_32_45-BlocklyProp](https://user-images.githubusercontent.com/11635798/61720991-0e527600-ad68-11e9-8b7c-94448def3346.png) ![2019-07-23 16_33_04-BlocklyProp](https://user-images.githubusercontent.com/11635798/61720995-101c3980-ad68-11e9-83a2-65cfcb5f3987.png) ![2019-07-23 16_37_12-BlocklyProp](https://user-images.githubusercontent.com/11635798/61721068-2c1fdb00-ad68-11e9-8981-31e8788bc9e1.png) ![2019-07-23 16_37_21-BlocklyProp](https://user-images.githubusercontent.com/11635798/61721071-2d510800-ad68-11e9-880d-4195bb7d6632.png)

Requires Verification

When trying to display a count-down of a numeric variable (such as: repeat item from 10 to 1 by -1) using the Display Print Number routine and a constant Display...

C library dependency

These are done, but require testing

In Demo
Block Request
Needs Doc Update