GaryRidgway / SynTack

A syntax tree visualization application
https://garyridgway.github.io/SynTack
0 stars 0 forks source link

Clearer interface for nodes and text #2

Open GaryRidgway opened 6 years ago

GaryRidgway commented 6 years ago

there should be some clearer way for a user to know that they can put text below nodes on either theme.

GaryRidgway commented 6 years ago

In order to do this, I think I need a better measuring system for textboxes. currently it does not measure spaces and it expands slightly larger than wanted when long amounts of text are in it

GaryRidgway commented 6 years ago

This is technically working but I do not like the way that everything is being sized still. Things do not seem to be lining up the proper way and it is quite frustrating. Maybe revisit this in the future.

GaryRidgway commented 6 years ago

this fiddle seems promising http://jsfiddle.net/aj9tarnu/181/

GaryRidgway commented 6 years ago

include issue #4 in this.

GaryRidgway commented 6 years ago

Backspacing does not resize the window back after breakpoint