Just a suggestion x 2

greencardigan

Senior Member
1. I'd like to be able to change the width of the panel on the right side that shows the symbols etc. It a pain having to scroll across to see all the text when using long symbols names.

2. I'd like a window showing all the general variables available for the selected chip with something to indicate if each variable is currently being used in the active program.
 

Technical

Technical Support
Staff member
1) use View>Options to change the 'Code Explorer width'
2) the easiest way to do this is to use a 'symbol myname = bx' type naming system for all the variables that you have used in your program Then the Code Explorer panel (and variables Simulation panel) will show the name of your used variables, and, by default, unused ones won't have a name shown
 

greencardigan

Senior Member
Ok, could the code explorer panel be made to sort the variables. Currently they are in the order that they are defined I think. would be nice if they we sorted from w0 to w27.
 

Technical

Technical Support
Staff member
Try changing your Code Explorer variables sort configuration, again from View>Options.
 
Top