Recovering previous B4A.xml file.

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
When installing the new B4A version 1.90, it overwrote the B4A.xml file where my IDE color schemes were set up and I couldn't remember how I set them up or even what colors I used.

Maybe everyone but me already knew this, but just today I happened to right-click on a file name in a Windows folder and saw an option to "Restore previous versions". I actually just opened it in a text editor and copied out the color schemes. I'm a happy programmer again! :sign0060:
 

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
Oooh, sorry. Thanks for letting me know. I just added your info to the Documentation Wiki.

Here's my color scheme, in case you're desperate: :D

<Style Key="IdeBackground" ForeColor="#212121"/>
<Style Key="ContentDivider" ForeColor="#7CFF85"/>
<Style Key="LineNumber" ForeColor="#7CFF85" />
<Style Key="ToolTipBackground" ForeColor="#6C9861" />
<Style Key="ToolTipDefaultStyle" ForeColor="#FFFFFF"/>
<Style Key="DefaultStyle" ForeColor="#FFFFFF"/>
<Style Key="GlobalVariablesStyle" ForeColor="#FFFF91"/>
<Style Key="ReservedWordStyle" ForeColor="#7CFF85" />
<Style Key="NumberStyle" ForeColor="#7CFF85" />
<Style Key="TypeWordStyle" ForeColor="#F7FF00" />
<Style Key="StringDefaultStyle" ForeColor="#7CFF85" />
<Style Key="CommentDefaultStyle" ForeColor="Black" BackColor="LightGreen" />
<Style Key="SelectionHighlight" ForeColor="#FFEF00" />
<Style Key="ReferenceHighlight" ForeColor="#292929" />
<Style Key="UndeclaredIdentifier" ForeColor="#cccccc" />
<Style Key="PreProcessorDirectiveKeywordStyle" Name="Pre-Processor Directive Keyword" ForeColor="
 
Last edited:
Upvote 0
Top