zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.56k stars 179 forks source link

add or customize more 'space' characters in code folding #733

Open roj234 opened 9 months ago

roj234 commented 9 months ago

IDSP

text file(and probably other files)'s "code" fold seems only support space and tab (without U+3000) maybe you can add a config entry in notepad2.ini thank you

zufuliu commented 9 months ago

full-width (Unicode) space is not supported by any lexer, you can use "Fullwidth Form to Halfwidth" menu to convert it into ASCII space U+0020. image