tednaleid / sublime-EasyMotion

Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the user to expand selection out if we haven't decorated all matches on screen

tednaleid opened this issue · comments

Current system allows for 62 matches (starting at the top of the page) to be decorated and jumped to. If there are more matches than that, the user can't get to it.

Allow the user to expand the selection out (maybe with cmd-; again?).

Should also not mark those items that are beyond the current jump targets (currently marks all targets with add_region rather than just the ones we have jump target characters for).