Jos vanderZande wrote:
The Brace normally takes the color that you set for
Operator.
when I set "color.operator=fore:#0000FF" then brackets became blue
But when you put you cursor just behind a Brace this
an the closing Brace will assume the color specified
with style.*.34.
That is the problem though - the open and close braces do not change
color when the cursor is beside them.
I have just determined that there is something within my user properties
file that is causing the conflict - when I renamed it, the braces are
colored correctly.
And the culprit is... my Lua startup file. I wanted a simple means
where I could initialize some values, so I used:
function OnUpdateUI()
udl_Initialize()
return 0;
end
but the problem is that, thinking like a C programmer, the "return 0"
and "return false" where the same thing. They are not, because as soon
as I changed the "return 0" to "return false", the braces are colored
correctly.
Maybe we could add an extender callback OnStartup.
April
--
Support bacteria. They're the only culture some people have.
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest