Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 632 Bytes

File metadata and controls

20 lines (13 loc) · 632 Bytes
title Outline
parent IDE
permalink /tB/IDE/Project/Outline

Outline

The Outline pane shows a structural overview of the declarations in the active source file---modules, classes, procedures, and properties.

When a project isn't open this will be empty.

The Outline pane with nothing listed beneath its title bar.

Once you open a project it will list the Modules/Classes etc.

The Outline pane listing the two top level items of the open project, MainModule and WaynesWorldAddin.

You can click on an item to navigate to that point in the code file.