CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
File | Date | Author | Commit |
---|---|---|---|
CodeEditor | 2013-08-04 | delphidabbler | [r3290] Renamed all highlighter units and code editor u... |
Highlighters | 2013-08-04 | delphidabbler | [r3293] Removed unnecessary call to ParseBrushStyles fr... |
Languages | 2013-08-04 | delphidabbler | [r3291] Added new Languages sub-directory and added its... |
SynEditUnits | 2013-08-01 | delphidabbler | [r3250] Added further SynEdit units & resource file req... |
TestHarnesses | 2013-08-04 | delphidabbler | [r3290] Renamed all highlighter units and code editor u... |
README.txt | 2013-08-04 | delphidabbler | [r3291] Added new Languages sub-directory and added its... |
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.