You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the cursor position is loss after trying to jump to a non-matched character and then cancel (by pressing Escape or entering random letter). This works fine with any matched character, just the non-matched ones don't work, this behavior is a little bit annoying.
System Configuration
Sublime Text: Version 3 dev build 3119
Ace Jump: Version 1.5.0 (installed with package control)
Vintage/Vintageous: No
To Reproduce
Having a text of something like "Hello World".
Put the cursor somewhere in the text.
Hit key combination for Character jump (other modes don't work too).
Enter v (non-matched character). No match is found, no highlight is shown.
Press Esc or any character.
Cursor doesn't go back to its original position.
The text was updated successfully, but these errors were encountered:
This makes sense as all of your current selections and cursors are removed so they don't interfere when the labels are shown, but they are never restored.
So a solution might be to store the current cursor positions before they're removed, so they can be restored after the jump for all views but the one that was selected.
If there's no one willing to try and fix it themselves, I'll try to find some time for this this week, as I have to admit this issue can be quite annoying sometimes.
Hi,
It looks like the cursor position is loss after trying to jump to a non-matched character and then cancel (by pressing Escape or entering random letter). This works fine with any matched character, just the non-matched ones don't work, this behavior is a little bit annoying.
System Configuration
Sublime Text: Version 3 dev build 3119
Ace Jump: Version 1.5.0 (installed with package control)
Vintage/Vintageous: No
To Reproduce
v
(non-matched character). No match is found, no highlight is shown.Esc
or any character.The text was updated successfully, but these errors were encountered: