There seems to be a missing style attribute on this line in the files supplied in the trial download I pulled down today:
<RegexPatternGroup TokenKey="IdentifierToken" PatternValue="(_ | {AlphaMacro})({WordMacro})*" />
If you set your background color of the window to black, and pump out some text with some simulated parameters like "//ea", then the "ea" part is not visible.
I added a style attribute and all was good with the world.
<RegexPatternGroup TokenKey="IdentifierToken" PatternValue="(_ | {AlphaMacro})({WordMacro})*" />
If you set your background color of the window to black, and pump out some text with some simulated parameters like "//ea", then the "ea" part is not visible.
I added a style attribute and all was good with the world.