Tools Links Login

C Style Project Explorer Add-in

Acts as a C style project explorer for the active VB project.
Shows Enums, Declares, Property, Function, Sub
Highlights incorrect nesting in red.
Allows you to expand/contract nodes to view the code flow.
Clicking on a node will open that module and goto the selected line

Original Author: Roger Willcocks

Inputs

Open VB Project

Assumptions

Do not try to run this add in in the project that it is created from, it throws a type mismatch error, and unregisters the add-in.
Due to problems with the previous version, I've redone the code to eliminate bugs, streamline the flow, and improve understanding. Unfortunately, I've also found that some of the pop-up menu functions can't be made to work easily as the VBE.SelectedVBComponent property is read-only, and can only be updated by the Project Explorer. If any one knows a good way around this, please let me know.
Due to several requests, the DLL is now included.
As someone pointed out, I didn't mention that Steve McMahon from vbAccelerator wrote the code for the popup menu

Side Effects

None - Uses Tree Control

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 125 times

Categories

Visual Basic 6

Attachments

C Style Pr199635232001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 130,680 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.