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

Inconsistent word selection of Find Word #469

Closed ProgerXP closed 9 months ago

ProgerXP commented 1 year ago

Unlike other commands (e.g. Ctrl+F3), #38 doesn't attempt to select word preceding caret on the same line (as if an implied Ctrl+Space was issued before the operation):

.a.|
.b.|
.a.
.b.

With Ctrl+F3, if caret is on the line with a, a is made the search term. If caret is on b, then b is searched.

With Ctrl+8, first case results in b being chosen while second case searches for a (and finds nothing).

Related: #205 #319

cshnik commented 1 year ago

Fixed.

ProgerXP commented 10 months ago

I don't see any change in behaviour. Ctrl+8 still differs from Ctrl+F3:

With Ctrl+8, first case results in b being chosen while second case searches for a (and finds nothing).

cshnik commented 9 months ago

I don't see any change in behaviour. Ctrl+8 still differs from Ctrl+F3:

With Ctrl+8, first case results in b being chosen while second case searches for a (and finds nothing).

Fixed.