RITAccess / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
5 stars 6 forks source link

Mutator icon on blocks needs to be accessible (currently drag and drop) #23

Closed amber-normand closed 8 years ago

amber-normand commented 9 years ago

The blocks with the gear icon have mutators which are currently drag and drop. The blocks with mutators are: if, create text with, create list with, function with return, and function no return.

amber-normand commented 9 years ago

A solution could be to put each possible mutation block in another category in the toolbox menu. Then the block could be added similarly to the connections are. Another idea was to have a mutation hotkey mode inside of the edit mode. None of this has been started.

mhs023 commented 8 years ago