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

Column Wrap to use improved Split Lines #419

Closed ProgerXP closed 1 year ago

ProgerXP commented 2 years ago

If SplitLines is 1, Ctrl+W must use #320 to wrap the selection. In other words, this command becomes equivalent to Ctrl+I except user can override the line length limit.

Additionally, regardless of the setting make Column Wrap always enabled and make it work on the entire document if selection is empty.

cshnik commented 1 year ago

Done.