|
Several of the MZ-Tools features show the results of an operation in a docking window like the following:

The treeview of the window shows code lines which belong to the result of the operation. In this window you can:
- one or all nodes with context menus.
- to the code line in the code window of Visual Basic double-clicking on it or pressing the key if the line is selected in the treeview. To return back to the results window from the code window without using the mouse you can use a customized shortcut called ( window, tab).
- code lines from the results window pressing the key (this feature is useful if you are using the results as a "To Do" list).
- the results to a text file (tab delimited).
- them to the clipboard.
When you right-click with the mouse on a treeview node, a context menu is shown with the following options:
- : expands the node.
- : expands the node and its children.
- : collapses the node.
- : collapses the node and its children.
- : edits the code line or the visual object.
- : deletes the code line from the treeview.
- : copies the list to the clipboard.
- : exports the list to a text file.
Remarks
- To find a code line in the code window of Visual Basic, MZ-Tools uses the internal line numeration of Visual Basic. When you add or remove code lines, such numeration becomes invalid. In that case, MZ-Tools searches the string of the code line in the code window. Under some circumstances MZ-Tools may find a wrong line if the code window contains the same text duplicated.
See also:
Shortcuts Customization
|