Difference between revisions of "IDE Window: Code Explorer"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
ToDo
+
The code explorer shows a pascal unit as tree.
 +
 
 +
Hint: The code explorer is a floating window. That means you can leave it open and switch freely between other floating windows like the source editor or the object inspector.
 +
 
 +
== Refresh ==
 +
 
 +
Click on this button to update parse the current unit in the source editor and rebuild the tree in the code explorer.
 +
 
 +
== Options ==
 +
 
 +
Open the dialog to setup the options of the code explorer.
 +
 
 +
== Filter (text field above treeview) ==
 +
 
 +
For example 'to' will show all identifiers containing 'to'. Like 'Button', 'IntToStr'.

Revision as of 17:58, 18 May 2006

The code explorer shows a pascal unit as tree.

Hint: The code explorer is a floating window. That means you can leave it open and switch freely between other floating windows like the source editor or the object inspector.

Refresh

Click on this button to update parse the current unit in the source editor and rebuild the tree in the code explorer.

Options

Open the dialog to setup the options of the code explorer.

Filter (text field above treeview)

For example 'to' will show all identifiers containing 'to'. Like 'Button', 'IntToStr'.