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
First press ctrl+d (find_under_expand) to mark a word that is actually unique in the buffer. (Hint: a class name often is) Then a subsequent find_under_expand_skip will effectively destroy the selection (like a view.sel().clear()).
Steps to reproduce
selection.is.gone.mp4
Expected behavior
Keep the selection as is and print a status message about it.
Actual behavior
The selection is destroyed. (Use the mouse to get a new one.)
Sublime Text build number
4185
Operating system & version
Window 11
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered:
kaste
changed the title
find_under_expand_skip deleted all cursor if there is no other occurrence of the search termfind_under_expand_skip deletes all cursors if there is no other occurrence of the search term
Dec 14, 2024
Description of the bug
First press
ctrl+d
(find_under_expand
) to mark a word that is actually unique in the buffer. (Hint: a class name often is) Then a subsequentfind_under_expand_skip
will effectively destroy the selection (like aview.sel().clear()
).Steps to reproduce
selection.is.gone.mp4
Expected behavior
Keep the selection as is and print a status message about it.
Actual behavior
The selection is destroyed. (Use the mouse to get a new one.)
Sublime Text build number
4185
Operating system & version
Window 11
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: