About Store Forum Documentation Contact



Post Reply 
Keyword Highlighting Bug
Author Message
Rubeus Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Keyword Highlighting Bug
Should be OK in next release
03-31-2014 08:43 PM
Find all posts by this user Quote this message in a reply
Post Reply