1. INI files do not support end of line comments, ie, after a line of code, so could you make it that the highlighting is consistent after using something like this please:This is how it appears on my screen: In other words, the highlighting is changing to show as if it were a comment, but it is not a comment, it is code.Code: Select all
TransformationMatrix=(Cos(Rad([#[#CURRENTSECTION]])));(-1*Sin(Rad([#[#CURRENTSECTION]])));(Sin(Rad([#[#CURRENTSECTION]])));(Cos(Rad([#[#CURRENTSECTION]])));(([#CURRENTSECTION#:X]+15)-([#CURRENTSECTION#:X]+15)*Cos(Rad([#[#CURRENTSECTION]]))-([#CURRENTSECTION#:Y]+15)*Sin(Rad([#[#CURRENTSECTION]])));(([#CURRENTSECTION#:Y]+15)+([#CURRENTSECTION#:X]+15)*Sin(Rad([#[#CURRENTSECTION]]))-([#CURRENTSECTION#:Y]+15)*Cos(Rad([#[#CURRENTSECTION]])))
I think the semi-colon character ";" should keep it's Comment colour though. And comments should only be coloured if on their own line.
Thanks Alexey!2. Variables are shown highlighted in any typical scenario, when typed like this:Appear this way: But when typed like this:Code: Select all
#CURRENTSECTION#nested in any form, they appear like this: It would be helpul if variables kept the same highlighting, though brackets should keep their colour rather than take on the variable colour if that is possible, for easier viewing.Code: Select all
[#BuiltInVariableName] [#[#MeasureName]] [#[#*AnyName*]]