Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you keep your code? 1

Status
Not open for further replies.

vb5prgrmr

Programmer
Jul 5, 2002
3,622
US

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.

 
hmmmm.... I did not find that one when I searched??? I'll give it a look ...

>A search feature, a search filter

oh yeah did not mention but planned ...

>syntax highlighting for readability

how about code colorization as if you were looking at it in its origional environment?

Thanks, have a
star.gif
on me for the link and suggestion
 
Code colorization sounds good, let us know what you think of the code and Thankyou!
 
vb5prgrmr -

Have you looked at NDoc? It's a sourceforge project for creating documentation for .NET projects. While I realize you're using VB6, the thought I had was that it produces very nice documentation (HTML Help, CHM files, etc) for your code. If you were to include some feature like that in your "code repository" that would be helpful in locating that teeny bit of code that does the one thing you're looking for.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 

chiph, no haven't used it, but have heard of it somewhere before. Probably an add in one of the e-trade mags I get. I'll have to see if I can find some documentation on it at the web site (it has been awhile).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top