snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Behaviour of edge labels #359

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

The display edge attribute block doesn't really work in the way one would expect it to. For example, if you set the color of an edge to 'red', and the display the edge attribute 'color', it works correctly. But if you then set the color of the edge to 'blue', the displayed text doesn't change. In addition, setting the label of an edge will always cause the displayed text to change, even if you're trying to display a different attribute. Default values aren't displayed either.

I think this should be made similar to the way node attributes are displayed.

stevenbird commented 8 years ago

+1