My old eyes get sore looking at white pages even though I use nice LCD monitors.
This looks almost complete except for 2 things. 1. It doesn't seem to be getting read. Changes I've made to colors don't show up, even after saving and stopping and restarting the IDE. 2. It needs background color settings.
Please, can you implement this some time soon? We don't need an IDE function to do it. Any programmer should be able to edit xml.
In B4A.xml:
<!-- Highlighting Styles -->
<Styles>
<Style Key="ReservedWordStyle" ForeColor="Blue" />
<Style Key="TypeWordStyle" ForeColor="DarkCyan" />
<Style Key="NativeTypeStyle" ForeColor="Blue" />
<Style Key="OperatorStyle" ForeColor="Black" />
<Style Key="ReservedWordOperatorStyle" ForeColor="Blue" />
<Style Key="NumberStyle" ForeColor="Purple" />
<Style Key="StringDelimiterStyle" ForeColor="Maroon" />
<Style Key="StringDefaultStyle" ForeColor="Maroon" />
<Style Key="CommentDelimiterStyle" ForeColor="Green" />
<Style Key="CommentDefaultStyle" ForeColor="Green" />
<Style Key="PreProcessorDirectiveKeywordStyle" Name="Pre-Processor Directive Keyword" ForeColor="Red" />
<Style Key="PreProcessorDirectiveDefaultStyle" Name="Pre-Processor Directive Default" ForeColor="Black" />
</Styles>
Thanks,
SB
This looks almost complete except for 2 things. 1. It doesn't seem to be getting read. Changes I've made to colors don't show up, even after saving and stopping and restarting the IDE. 2. It needs background color settings.
Please, can you implement this some time soon? We don't need an IDE function to do it. Any programmer should be able to edit xml.
In B4A.xml:
<!-- Highlighting Styles -->
<Styles>
<Style Key="ReservedWordStyle" ForeColor="Blue" />
<Style Key="TypeWordStyle" ForeColor="DarkCyan" />
<Style Key="NativeTypeStyle" ForeColor="Blue" />
<Style Key="OperatorStyle" ForeColor="Black" />
<Style Key="ReservedWordOperatorStyle" ForeColor="Blue" />
<Style Key="NumberStyle" ForeColor="Purple" />
<Style Key="StringDelimiterStyle" ForeColor="Maroon" />
<Style Key="StringDefaultStyle" ForeColor="Maroon" />
<Style Key="CommentDelimiterStyle" ForeColor="Green" />
<Style Key="CommentDefaultStyle" ForeColor="Green" />
<Style Key="PreProcessorDirectiveKeywordStyle" Name="Pre-Processor Directive Keyword" ForeColor="Red" />
<Style Key="PreProcessorDirectiveDefaultStyle" Name="Pre-Processor Directive Default" ForeColor="Black" />
</Styles>
Thanks,
SB