CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | This source folder contains experimental code used to develop a new syntax highlighting framework and source code editor for CodeSnip using the SynEdit components. There are the following folders: * CodeEditor Used to store the code of a new source code editor. * Highlighters Code for new syntax highlighters. * Languages Code for new source code language class(es). * SynEditUnits Stores the required 3rd party units from the SynEdit project. * TestHarnesses Programs used to test or demonstrate the above. |