CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
File | Date | Author | Commit |
---|---|---|---|
SyntaxHighlighting | 2013-06-06 | delphidabbler | [r3091] Added test theme definition file. |
TrunkSrc | 2013-06-03 | delphidabbler | [r3084] Revised LoadResourceAsString method to optional... |
README.txt | 2013-05-05 | delphidabbler | [r3023] README explaining structure of experimental bra... |
This folder is a recepticle for all experimental source code. It is organised into sub-folders as follows: * 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, preferrably using some form of TODO comment. * SyntaxHighlighter 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.