I have been looking at my hard drives and the amount of code that I have (all over the place) and have finally started on creating a db app to keep it all in one place, but what I would like to know from the rest of you is...
What option and features (NOT MS Features) would you add to something like this?
Or if you have created something like this what did you add?
Here is some of what I have so far ...
Multiple languages (i.e. vb, C/C+/C++/VC++, javascript ect.)
Multiple db's (access and or sql)
db sync (move records from one to another)
Export to Zip
With VB I have
Object Tracking/Listing
References Tracking/Listing
and on import a parsing that looks for Const's, API's, and Type's to add to a keyword field.
and the obvoius addnew, edit, delete
Oh yeah the ability to add dropins (kind of like addins)
So what else could I add or do?
Thanks for you time in reading this.