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-05-05 | delphidabbler | [r3022] New experimental source code folder for experim... |
| Highlighters | 2013-08-01 | delphidabbler | [r3249] Corrected comment attribute style for Visual St... |
| Rendering | 2013-05-05 | delphidabbler | [r3022] New experimental source code folder for experim... |
| SynEditUnits | 2013-08-01 | delphidabbler | [r3250] Added further SynEdit units & resource file req... |
| TestHarnesses | 2013-08-01 | delphidabbler | [r3245] Revised to get font style information from new ... |
| README.txt | 2013-05-05 | delphidabbler | [r3022] New experimental source code folder for experim... |
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. * Rendering Code that renders highlighted source code in various formats (e.g. HTML, RTF). * SynEditUnits Stores the required 3rd party units from the SynEdit project. * TestHarnesses Programs used to test or demonstrate the above.