IDE Window: Code Explorer/de

From Lazarus wiki
Jump to navigationJump to search

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

The code explorer shows a pascal file as two trees. Es gibt zwei Seiten Quelltext und Directives. The Quelltext page shows the pascal structure - types, variables, constants, classes, etc. Die Directives Seite zeigt die Struktur der Compilerdirektiven - $IFDEFs, $DEFINEs, $INCLUDEs, etc.

Double click on the nodes to jump to the corresponding position in the source.

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.

Erneuern

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

Einstellungen

Öffnet einen Dialog, um die Einstellungen des CodeExplorers vorzunehmen.

Filter (Textfeld über dem treeview)

Zum Beispiel 'to' wird alle Bezeichner anzeigen, die ein 'to' enthalten wie 'Button' oder 'IntToStr'.