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
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:
Open an existing C++ project.
Select a portion of text.
Hit Ctrl+H, or go to menu Search - Find and Replace - Replace.
Edit text in the first edit box (text to be replaced).
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.
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:
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
The text was updated successfully, but these errors were encountered: