simonsteele / pn

Programmer's Notepad
373 stars 115 forks source link

Programmer`s Notepad Code Folding #163

Open epsharp opened 7 years ago

epsharp commented 7 years ago

I have been using Notepad2 for c# coding and I downloaded your app in order to obtain code folding; in particular the use of #region. Your programs recognizes this just fine; unfortunately it does NOT recognise #endregion. Additionally, while it allows code folding (in c#) at each {, it does not recognize the end of that grouping }.

WolRon commented 4 years ago

Also, regarding code folding: noticed in HTML, if a < p > is used, but there is no corresponding < / p >, the folding folds an extra line or two; or even as much as the remainder of the whole file if there is more than one < / p > missing.