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-05 | delphidabbler | [r3300] Corrected name of code editor frame. |
Highlighters | 2013-08-04 | delphidabbler | [r3294] Added new IsValidBrushID method to TSyntaxHilit... |
Languages | 2013-08-25 | delphidabbler | [r3331] Changed type of a source code language ID from ... |
SynEditUnits | 2013-08-01 | delphidabbler | [r3250] Added further SynEdit units & resource file req... |
TestHarnesses | 2013-11-07 | delphidabbler | [r3728] Added button to change brush in code editor. |
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.