UI bug report: Scrollbar behavior is weird. The thumbnail scroller is very cool and stops when the end of the file is visible at the bottom of the view. However, the scrollbar itself scrolls until the end of the file is visible at the top of the view. At least in OSX, this is not standard text editor behavior.
Also, I hope you plan to use form controls for saving preferences instead of json-style dicts.
> However, the scrollbar itself scrolls until the end of the file is visible at the top of the view. At least in OSX, this is not standard text editor behavior.
Good news! You can easily turn off this behavior by editing your preferences. Just add this to Preferences > User File Preferences:
Also, I hope you plan to use form controls for saving preferences instead of json-style dicts.
And the Command-P issue.
Otherwise, awesome editor.