google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

Visual Basic .Net code folding: The fold controller box doesn't appear for regions #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The region in the attached screenshot should be displaying the collapser box 
[-] on line 33 with the #Region statement. If I collapse the class containing 
the region, the whole class should be collapsed, but instead, only lines 23-32 
are being collapsed.

#region ... #endregion is working for C#. So maybe VB.net just needs #Region 
and #End Region added to its template similar to the C# template.

Original issue reported on code.google.com by drewkell...@gmail.com on 27 Feb 2012 at 6:02

Attachments:

GoogleCodeExporter commented 9 years ago
Does the same code work in the latest Scite? If not it's not supported in 
Scintilla. Also always provide a sample, images are good for demonstration but 
not for testing.

Original comment by XhmikosR on 24 Jul 2012 at 6:28

GoogleCodeExporter commented 9 years ago

Original comment by XhmikosR on 18 Aug 2012 at 8:58