After a long break from this project, I resurrected it and decided to do a nearly complete rewrite. CodeClips 3 now contains all of the features I'd hoped to find in an existing data library but never did.
The concept is simple enough. With each project, I tend to find new and better ways of doing things. I would then spend countless hours going back over old source listings trying to find the methods I'd used for something in particular. Now I simply paste the relevant code into CodeClips, assign a few keywords (optional), maybe assign it to one or more 'categories' of purpose, and presto.... no more long searches for my best code solutions!
I added a number of features to this version, too many to remember, but here are a couple of the more useful ones:
Here are a couple of screen shots:

Main Page

Bulk Importing

Resource List
Download the Setup program Here
The concept is simple enough. With each project, I tend to find new and better ways of doing things. I would then spend countless hours going back over old source listings trying to find the methods I'd used for something in particular. Now I simply paste the relevant code into CodeClips, assign a few keywords (optional), maybe assign it to one or more 'categories' of purpose, and presto.... no more long searches for my best code solutions!
I added a number of features to this version, too many to remember, but here are a couple of the more useful ones:
- Clips can be manually entered (copied from the PB forums?) or you can scan all/parts of your drive for 'bulk' entries
- Every clip can be assigned to one or more categories that you create. The list of clips can then be focused on just a single category for faster location.
- An unlimited number of keywords can be associated with a clip making searching for it later much easier and faster
- The source code can be edited directly in CodeClips, and/or sent to your favorite IDE
- Commercial clips can store the Author/contact and copyright information as.
- All required resources (such as DLLs, graphics, etc) that the clip requires can be fully documented along with any license key information for commercial tools used.
- Easily track the version of the Win32API file used for each clip
- Easily track what compiler and version is necessary to use the clip
- A comprehensive search engine makes finding anything in the database fast and easy.
- The executable is 100% free for private OR commercial use.
- Source code may be obtained (released on a case-by-case basis)
- Fast and small. Written in PB9 and uses SQLite for minimum size requirements.
Here are a couple of screen shots:

Main Page

Bulk Importing

Resource List
Download the Setup program Here
Comment