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

[Bug]: Find/Replace in selection is broken #3565

Closed
yunkot opened this issue Jan 7, 2025 · 1 comment
Closed

[Bug]: Find/Replace in selection is broken #3565

yunkot opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels

Comments

@yunkot
Copy link

yunkot commented Jan 7, 2025

What happened?

As a follow-up to #3564, it looks like you are no longer able to search and replace within selection. I believe this bug is a showstopper.

The following are the steps to reproduce the problem:

  1. Open an existing C++ project.
  2. Select a portion of text.
  3. Hit Ctrl+H, or go to menu Search - Find and Replace - Replace.
  4. Edit text in the first edit box (text to be replaced).
  5. Try to edit text in the second edit box (replacement text).
    Expected: you are able to edit the text in second edit box.
    Actual: you cannot edit text, the box appears to be disabled (kind of: it still gets focus but no cursor appears and nothing gets typed).

If you click on "In Selection" option to disable it, you are able to edit the text in the second edit box. But once you click to enable "In Selection" option again, the second edit box gets disabled. After fiddling with it for a few seconds, I actually got mouse cursor stuck with text selection icon that stopped working for the entire shell and the only workaround was to close CodeLite using Alt+F4 shortcut to unblock it.

Version

Commit 4c54143

Operating system

Linux Mint 22

@yunkot yunkot added the bug label Jan 7, 2025
@eranif
Copy link
Owner

eranif commented Jan 8, 2025

This one is fixed with this commit: 4400366

@eranif eranif closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants