Notepad3 icon indicating copy to clipboard operation
Notepad3 copied to clipboard

Feature request: `ExtendedAutoIndentChars`

Open liangjiancang opened this issue 1 year ago • 1 comments

Notepad 3 currently only supports auto indent for characters at the beginning of a line with U+0009 and U+0020 (right?), but I would like to include other characters for auto indent, such as U+3000 (Ideographic Space).

For example (  is U+3000):

ABCD
  EFGH[cursor]

Enter↓

ABCD
  EFGH
  [cursor]

liangjiancang avatar Sep 27 '24 02:09 liangjiancang