Structure Pane

The Structure Pane displays a synopsis of the contents of the current file including methods, callbacks, controls, and member variables.

You can display file contents in either alphabetical order or according to the order in which they appear in the file. To change the display order of the structure pane select Preferences from the Tools menu.

You can also navigate to different parts of the current file by double clicking on the elements in the Structure Pane. If you want to see myMethod() in the currently displayed file, double click on myMethod() in the Structure Pane, and that method will be displayed with yellow highlighting in Source View.