Turn off +/- outline symbol for one line scope

SyntaxEditor for Windows Forms Forum

Posted 21 years ago by Steven Liu
Avatar
I am trying to define visual studio style multi-line comment state:

<Scope>
<ExplicitPatternGroup Type="StartScope" Token="CommentStartToken" Style="CommentDelimiterStyle" PatternValue="'" />
<RegexPatternGroup Type="EndScope" Token="CommentEndToken" Style="CommentDelimiterStyle" PatternValue="\n" LookAhead="[ \t]*[^!]" />
</Scope>

I also implemented my custom semantic parser to enable the outlining. It works great.

I have a question though. Is there a way to turn off the +/- outline symbol for single line comment since there's nothing to expand and collapse? Showing the +/- for each and every single line comment is distracting.

Thanks.

Steven
The latest build of this product (v25.1.0) was released 25 days ago, which was after this thread was created.

Add Comment

Please log in to a validated account to post comments.