You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
Notepad 3 currently only supports auto indent for characters at the beginning of a line with
U+0009
andU+0020
(right?), but I would like to include other characters for auto indent, such asU+3000
(Ideographic Space).For example (
is
U+3000
):Enter↓
The text was updated successfully, but these errors were encountered: