IDE Window: Code Explorer/fr

From Free Pascal wiki
Revision as of 13:57, 11 July 2007 by Paulatreides (talk | contribs)
Jump to navigationJump to search

Deutsch (de) English (en) français (fr) português (pt)


L'explorateur de code montre une unité pascal sous forme d'arborescence.

Double cliquez sur le noeud pour sauter à la position correspondante dans la source.

Conseil : L'explorateur de code est une fenêtre flottante. That means you can leave it open and switch freely between other floating windows like the source editor or the object inspector.

ExplorateurdeCode.jpg

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'.