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

Save Find Text (Alt+F3) to work on empty selection (next word) #470

Closed ProgerXP closed 10 months ago

ProgerXP commented 1 year ago

Similarly to #319, Alt+F3 must operate on the nearby word if there's no selection. Currently it doesn't save any text in such case.

According to changes in #321, I see this command is implemented together with Ctrl+F3 and that one correctly works on empty selection. I wonder why doesn't Alt+F3 work the same?

cshnik commented 1 year ago

Fixed.