CodeSnip is an open source program designed to be used to manage, display and manipulate a source code database.
The database can display locally stored snippets downloaded from the online Code Snippets database as well as user-defined code snippets. The user defined snippets can be edited, backed up and shared with other users.
Here are some key features of "DelphiDabbler CodeSnip":
· Accesses online repository of Delphi functions and procedures
· Maintains a repository of user defined snippets. Targets Delphi and Free Pascal
· Can test-compile code
· Generates complete units of selected code
· Search facility - free text, compilability or cross reference.
· Predefined and user defined categories
What's New in This Release: [ read full changelog ]
· The new multi-tab display that can show more than one snippet, category etc. in the main display. Control click items in the overview pane to display them in a new tab in the detail pane. Alternatively select View | New Tab (Ctrl+T) to display a new empty tab that can display selected items. Press Ctrl+F4 to close a tab.
· Results of test compilations (F9) now appear in a dialog box.
· You can specify the paths to be searched by the Delphi compilers when looking for used units. This lets you compile snippets that use units other than those provided in the VCL and RTL. For example you can specify a path to the Indy components to compile them. Use the Compilers dialog box to set the paths on
· a per-compiler basis.
· You can use Unicode source code.