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

Group Undo for autoindent #465

Closed ProgerXP closed 10 months ago

ProgerXP commented 1 year ago

Enable Settings > Auto Indent Text on this document:

aa
  bb|

Press Enter, then Ctrl+Z: instead of getting the original document, you'll get that document plus one blank line (second Ctrl+Z removes that line and restores the original). The intermediate Undo is superfluous.

cshnik commented 1 year ago

Fixed.