Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find_under_expand_skip deletes all cursors if there is no other occurrence of the search term #6549

Open
kaste opened this issue Dec 14, 2024 · 0 comments

Comments

@kaste
Copy link

kaste commented 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 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

@kaste kaste changed the title find_under_expand_skip deleted all cursor if there is no other occurrence of the search term find_under_expand_skip deletes all cursors if there is no other occurrence of the search term Dec 14, 2024
@BenjaminSchaaf BenjaminSchaaf self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants