Procedure List Wizard |
Procedure List Wizard
This wizard can show all functions, procedures and methods in Pascal and C/C++ source file. Classes, properties and interfaces are also included in Pascal source file. Searching and locating are also supported. Defaultly current source file will be shown. You can select other file, all files in project/projectgroup or all opened files.
An Editor Toolbar will also be added to edit window by this wizard. The toolbar can show current class or procedure in Pascal file. And classes or procedures can be selected in the dropdown list.
Goto Implementation: Switch to IDE source editor and goto the implementation of selected procedure in IDE.
Copy Selected Name: Copy selected procedure's name to clipboard.
Match Procedure Name Start: If this button was push down. Only procedure names that start with input text will be displayed.
Match All Parts of Procedure Name: If this button was push down. The procedure names that contains input text will be displayed.
Show Procedure List ToolBar in Editor: Whether to show an procedure list toolbar in editor window. This toolbar can show current class or procedure at cursor. User also can select classes or procedures in the dropdown list, and can jump to interface or implementation in current file by clicking the tool buttons. This toolbar supports Pascal and C/C++ files.
Font: Change display font of procedure list and preview window.
Help: Display help
Exit: Close this window.
Show/Hide Preview: Show or hide the preview part of selected procedure's implementation. When the unit, which contains selected procedure or function, is not opened in IDE, its preview will be disabled.
Links