Chroma coding going away...
Pep_SD
Posts: 106
I've been dealing for a while with this problem but did not find any old thread about the chroma coding going away in some cases - I'm referring to the ability of Studio to put in different colors and fonts your variables, functions, etc...
Pretty often, which becomes quickly annoying and hard to deal with, my variables or defined functions loose their 'recognition' by Netlinx Studio. They stay in black when I type and there is no auto-completion.
Then I just have to add a <CRLF> right after the definition of the variable or the function to fix it.
But as soon as I type more lines, the problem keeps re-appearing and everywhere.
Anybody else having this behavior?
Paul-Eric
Pretty often, which becomes quickly annoying and hard to deal with, my variables or defined functions loose their 'recognition' by Netlinx Studio. They stay in black when I type and there is no auto-completion.
Then I just have to add a <CRLF> right after the definition of the variable or the function to fix it.
But as soon as I type more lines, the problem keeps re-appearing and everywhere.
Anybody else having this behavior?
Paul-Eric
0
Comments
Hopefully this will be fixed in NS3 when they implement project wide colouring and auto-complete.
I find I occasionally have to do this on larger files. Also, stack_vars tend to mess with, but this seems to happen when I am copying/pasting code with the stack_vars.
Jeff
I find that typically it's something way up the line that seems to cause it. For example I once found that when I did button stacks that the devices in some of the stacks farther down the list would loose their color. It would compile just fine. I found that if I commented the first buttone event in the stack this would occur.
something like this:
all the dv_TP_1s below the comment would be black.
I discovered how to fix this by accident. You must remember to put at least one space between the end of the legit command and the first '/' of the comment. This fixes this bug.
I'm sure it's something like that.