|
|
The Code Viewer is an add-in for Visual Basic 6.0 which replaces most of the functionality of the Project Explorer. In addition, it provides you with a means of exploring the code layout in a compact a useful manner.
The viewer is laid out much like the Project Explorer, the different categories of file are listing in folders in the tree view.
Each time you open a file node, the code for that file is parsed and added to the treeview. When the node is closed, the lines are removed again to conserve resources.
If there is invalid code in the file, it will immediately be displayed for you in red text
By double clicking on a line, you will be taken to that line, allowing you to quickly examine and correct errors.
To put a file into a folder you have created, simply drag the object onto the destination folder, and it will be moved.
Once a folder has had ...
Download ( 1.01 MB ) |