Project Explorer
Smart VBA (Smart Vb6) has the Project Explorer, that exceeds standard Visual Basic Explorer in functionality and is intended to replace it.
In the"SmartVBA Project Explorer" (SmartVB6 Project Explorer) diagram-tree of the currently opened projects is displayed. On the contrast to standard"Visual Basic explorer", in the SmartVBA Project Explorer Procedure, Functions, Properties and Events are displayed. Double click on the object name in the tree and the item is opened up to the elements (Procedure, Functions, Properties and Event). Double click on the element and the code text of this element appears.
Press button on the menu panel to call Project Explorer.
Project Explorer on the example of VBA project opened in Microsoft Excel:

Icons:
- for Property Get
- for Property Let
- for Property Set
- for Function or Sub (standard procedures)
- for Event procedures
If in the Settings on the "List Tabs"=Explorer AutoPozition = True, then when moving the cursor in the codes window, cursor will also be moved on the diagram-tree. If AutoPozition = False, then there will be no auto positioning of the cursor on the diagram-tree.
Buttons:
- Show event procedures - event procedures filter.
-Show standard procedures - standard procedures filter.
-Show property procedures - property procedures filter.
- Refresh : is used to refresh all diagram-tree.
- Collapse all projects - is used to collapse a diagram-tree.
- Expand all projects - is used to expand a diagram-tree.
- View Code - view the code part of the project.
- View Object - view the object in the project.
|