View Single Post
Old Jul 6th, 2005, 10:16 PM   #2
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

Some work I have done uses an editbox for the code and an associated editbox for notes. The search-as-you-type indexing is a good idea. Right now I have it search a listbox of keywords to speed things up. Of course you have to supply the keywords with each new entry. On the other hand, you can supply keywords that are not necessarily in the code. The keywords do crossreference the various code snippets.

I also made the topline in the code a remark containing the description. It is fished out and diplayed as you go through the title listbox. This way the description can go with the cut and paste of the code. Helpful, if you splice a larger program together from the snippets.
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote