Rubeus
Member
|
Keyword Highlighting Bug
When clicking on the name of an object/function/variable, all instances are shown highlighted. But the editor seems to miss the ones in the loop macros.
EG:
byte Val = SomeValue; // Click on Val
Val *= AModifier; // Highlights
FREPD( X, Val ){/*...*/} // Does not highlight
Val++; //Highlights
This code exhibits the behavior when pasted into the editor. Not really an issue, but for the sake of perfection....
/OCD
|
|
03-28-2014 11:15 PM |
|
Esenthel
Administrator
|
RE: Keyword Highlighting Bug
Should be OK in next release
|
|
03-31-2014 08:43 PM |
|