Posted 18 years ago
by ernesto
How can I get to the Editors ForColor property to change the default text color? I see it is under the SyntaxEditor Properties, but it does not show up when typing into VB.NET 2005 editor.
Is there a way of doing this from the Syntax Language file?
I did try this but did not work.thanks
teamels
[Modified at 02/01/2007 04:23 PM]
Is there a way of doing this from the Syntax Language file?
I did try this but did not work.
<State Key="StringState" TokenKey="StringDefaultToken" Style="StringDefaultStyle">
<!-- Scopes -->
<Scopes>
<Scope>
<ExplicitPatternGroup Type="StartScope" TokenKey="StringStartToken" Style="StringDelimiterStyle" PatternValue="{HexDigitMacro}" />
<RegexPatternGroup Type="EndScope" TokenKey="StringEndToken" Style="StringDelimiterStyle" PatternValue="{LineTerminatorMacro}" IsWhitespace="True" />
</Scope>
</Scopes>
</State>
teamels
[Modified at 02/01/2007 04:23 PM]