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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inexact code folding behavior

Matteo-Nigro opened this issue Β· comments

Hi @zufuliu! πŸ˜„ I report a problem with code folding. It is not uncommon when commenting a line that is itself considered a level in code folding, that the subsequent structure is "compromised". Often forcing you to close many previously closed levels... I know it's a fairly complex operation but do you think something can be done to avoid it? πŸ˜‰
Recording

Caused by negative code folding level for unbalanced braces in lexer.

Fixed by 0c6f1ba.

Great thank you very much! You got the job done in no time.... πŸ’ͺ🏻