Code Explorer

Code Explorer allows seeing all subroutines and variables used in a script quickly in a convenient way. To show or hide Code Explorer please use the View Þ Toggle Code Explorer menu or the toolbar button.
You can see two "folders" in the Code Explorer. The first one ("Subroutines") shows you all subroutines contained in the script. Double-click on the subroutine name to go to its code.
"Variables" folder displays all variables (scalars, arrays and hashes) of your script. If you expand a branch with variable name you can see all occurrences of the variable in the script (displayed as "line_number: variable_name"). |