|
About:
This is an VB IDE AddIn Which adds a menu item to the Code Editor
window's PopUp menu. The Menu Item has sub items which are pieces of
text which can be inserted. The code/text that is inserted is read
from a text file so the code/text that is inserted is easily
maintained. I wanted to store the Menu Items in a configuration file
so that the Menu Items can also be easily maintained. The problem
with this was that I have as yet not figured out how to have one
MenuHandler manage many Menu Items, as soon as this is solved I will
release an updated version.
Backgound:
This AddIn was written because I have blocks of code which are used
regularly, like 'On Error GoTo ErrorHandler', and I wanted some method of
inserting these easily. and since I could not find such a facility in the IDE
I decided to make my own.
Please visit
Planet Source Code
and post your comments I would love to hear your comments and get some feedback.
Version History:
1.0
First Version |