CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
File | Date | Author | Commit |
---|---|---|---|
Database | 2013-09-18 | delphidabbler | [r3583] Merged revision(s) 3485-3582, 3021-3484 from tr... |
SyntaxHighlighting | 2013-08-25 | delphidabbler | [r3333] Modified re changes in type of source code lang... |
TrunkSrc | 2013-09-18 | delphidabbler | [r3583] Merged revision(s) 3485-3582, 3021-3484 from tr... |
README.txt | 2013-08-01 | delphidabbler | [r3231] Entry added note of purpose of new Database dir... |
This folder is a receptacle for all experimental source code. It is organised into sub-folders as follows: * Database Experimental development of an new database engine for CodeSnip. See the README file in the folder for more information. * SyntaxHighlighting Experimental development of an entirely new syntax highlighter for CodeSnip using code from the SynEdit project. Will permit support for different languages and provide a new syntax highlighted code editor. See the README file in the folder for more info. * TrunkSrc A copy of the Src folder of trunk made at r3021. This is used to allow existing source code to be linked in to experimental code. Try to avoid modifying this code. If it is necessary carefully comment the modifications, preferably using some form of TODO comment.