waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
357 stars 88 forks source link

Put value blocks on a single line #1326

Closed dethe closed 4 years ago

dethe commented 4 years ago

Some of the expression blocks were growing too long horizontally, but by making their sub-components all stack, they now always take too much room vertically, making code hard to scan. Better to have them in one line and implement zooming and other methods to save space as needed.

dethe commented 4 years ago

Fixed in #1327