PDA

View Full Version : MicroCode Studio Plus Code Explorer Question



enauman
- 7th September 2007, 09:33
The help file says you can locate variables, constants, defines, etc by clicking on the name in the code explorer. When I do this, it goes to the first instance of the name in my code which is usually where the variable, constant, or what ever, is declared. I can't seem to search any farther with it. Is this the way it works? I would like to be able to search the code for all instances of the item using the code explorer. Is this p[ossible?

Ed

Rob
- 7th September 2007, 10:31
I usually use the "find" located under the Edit menu or by clicking on the binocular icon at the top. Alternatively, ctrl + F will do the trick.

I don't think there is away to locate or highlight specific variables etc by using the code explorer - this only locates where the variable or constant was defined.

HTH

Rob