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
372 stars 52 forks source link

Allow rectangular selection past line end #311

Closed ProgerXP closed 4 years ago

ProgerXP commented 4 years ago

Consider this document:

aa
aab
aa

You can't select these 3 lines entirely because they have different lengths and b will be always left out the selection. However, note how Notepad++ allows selecting past the end of the line so that it's possible to select b even in this case.

cshnik commented 4 years ago

Fixed.