ProgerXP / Notepad2e

Word highlighting, simultaneous editing, split views, math evaluation, un/grep, comment reformatting, UAC elevation, complete regexps (PCRE), Lua lexers, DPI awareness and more (XP+)
Other
370 stars 52 forks source link

Hotkeys emitting control characters if a dialog is visible #467

Closed ProgerXP closed 10 months ago

ProgerXP commented 1 year ago

Perform a Find that shows The specified text was not found. or Reached the end... message (non-modal). Focus the main text area and press Ctrl+F/H/G (maybe others as well). Observe that the document gets ACK, BS, BEL printed. Rather, the current (topmost) window must be focused in this case.

Check all potential commands and messages for this fix.

Update: when Replace or Go To is visible and Ctrl+F is pressed, the message is dismissed and the dialog is switched. Same with Ctrl+H/G.

cshnik commented 1 year ago

Done.