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: clipboard Select All (Ctrl-A) in Replace dialog field selects all code in code window #25

Closed
ghost opened this issue Mar 10, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 10, 2021

RECREATE:
In code window, highlight a section of code with the intention to replace in selection. With code selected, go to Replace dialog (Ctrl-R), and edit Find, Replace fields. Decide to select all text in field press Ctrl-A to Select All.
ERROR:
Text in field is not selected. Selection of code in code window is expanded to all code.
EXPECTED:
Text in field is selected (all text). Code selection does not change.
WORKAROUND:
Must return to code window and re-apply desired selection.
VERSION:
2.1.8
OPINION:
Related to #21
IDE main window is seeing/responding to keystrokes while focus is in Replace dialog.

@PaulSquires
Copy link
Owner

Extra code added to check if either of the textboxes in the find/replace dialog has focus. If yes, then the text in that textbox will be fully selected rather than the underlying active code editing window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant