ice9js / ace-jump-sublime

Jump between characters in Sublime Text 3 without using a mouse at ease
MIT License
202 stars 31 forks source link

Lines (or characters) previously hidden by another popup are not labelled. #76

Open nikhilmitrax opened 7 years ago

nikhilmitrax commented 7 years ago

Since get_active_views is called before any previous popups have disappeared (which happens due to the window.show_input_panel being called), the viewport does not represent the actual view while using the plugin.

This causes a part of the possible labeling to not be labelled.

Previous Popup:

screen shot 2017-10-28 at 03 52 24

Some labels missing:

screen shot 2017-10-28 at 03 52 31

This is probably not a very complex fix (call get_active_views after showing the input prompt), but it does seem nontrivial.