Commit | Date | |
---|---|---|
[r1579]
by
delphidabbler
Changed code that inserts highlighted source code RTF documents into existing RTF document, replacing a placeholder with code that writes highlighted source code RTF directly into document while it is being built using TRTFHiliteRenderer object. This clarifies code and avoids complexity of having to merge one RTF document into another. |
2011-09-22 13:47:48 | Tree |
[r1578]
by
delphidabbler
* Re-implemented TSyntaxHiliter as a static class with one class method: Hilite. Class no longer implements ISyntaxHiliter. |
2011-09-22 13:04:11 | Tree |
2011-09-22 12:42:49 | Tree | |
2011-09-22 12:31:09 | Tree | |
2011-09-22 09:47:53 | Tree | |
[r1574]
by
delphidabbler
* Changed ISyntaxHiliter.Hilite method to take only source code parameter: hilite attributes and document title parameters removed. |
2011-09-22 00:41:39 | Tree |
[r1573]
by
delphidabbler
* Made TSyntaxHiliter public. |
2011-09-22 00:16:22 | Tree |
[r1572]
by
delphidabbler
Flattened highlighter class heirachy into a single class that takes a renderer object to do highlighting. Named this class TSyntaxHiliter, made it sealed and change visibility of methods and fields. |
2011-09-22 00:12:59 | Tree |
[r1571]
by
delphidabbler
Reimplemented TNulDocumentHiliter to return document text directly instead of using TNulHiliter. Then removed now redundant TNulHiliter class. |
2011-09-21 23:49:30 | Tree |
[r1570]
by
delphidabbler
Removed redundant TSyntaxHiliterFactory enumeration, TSyntaxHiliterClass class ref, and TBaseHTMLHiliter and all descendant highlighter classes. |
2011-09-21 23:46:50 | Tree |