Posted 19 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC
When working with VB.NET in Whidbey, the entire header of a function is part of the collapsed text. So the following code:
Gets collapsed to look like this:
The entire CollapsedText region is outlined just like is currently supported in SyntaxEditor, but the text within the collapsed region still shows standard highlighting styles (i.e "Public" and "Function" are blue and "TestFunction" is black).
Is it possible to display standard syntax highlighting in the CollapsedText of a node to support the same feature as Whidbey? Currently, it appears the CollapsedText is all drawn with the same highlighting style.
Public Function TestFunction()
' Some Code
End Function
Public Function TestFunction ...
Is it possible to display standard syntax highlighting in the CollapsedText of a node to support the same feature as Whidbey? Currently, it appears the CollapsedText is all drawn with the same highlighting style.