klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

Make closeable or resizeable #61

Closed BlaM closed 7 years ago

BlaM commented 8 years ago

The "railroad" track should have some kind of close functionality (ESC?) because some regular expressions may eat up all screen estate. Right now I have a regex on screen that leaves me 10 lines of code visible on the screen. Not much more needed and I can't see my code at all. ;)

klorenz commented 8 years ago

you now can disable/enable the diagram (0.14.0) and maximum height is half of view height. does this fix this issue for you? (It is not yet resizable)

BlaM commented 8 years ago

I will test later, but it sounds great. Thank you :+1: