JoshCheek / atom-seeing-is-believing

Seeing is Believing integration for the Atom text editor.
Do What The F*ck You Want To Public License
62 stars 4 forks source link

Slow scripts jump the screen around #36

Open JoshCheek opened 6 years ago

JoshCheek commented 6 years ago

A long running script (in my case, couple hundred lines, running a PG query) records the screen location before SIB starts, and then resets it after SIB ends. Instead, it should record the screen location just before inserting the annotated body. This way, the time delta between when it records the location and when it updates the location should be milliseconds instead of possibly seconds.