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

Inexact code folding behavior #745

Closed Matteo-Nigro closed 7 months ago

Matteo-Nigro commented 7 months ago

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

zufuliu commented 7 months ago

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

zufuliu commented 7 months ago

Fixed by 0c6f1ba7f596ebb06d12b6308aa9b38d9bde52cd.

Matteo-Nigro commented 7 months ago

Great thank you very much! You got the job done in no time.... 💪🏻