Commit | Date | |
---|---|---|
[r1578]
(20.7 kB)
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 |
View
Download |
[r1577]
(20.3 kB)
by
delphidabbler
Pulled out common code from renderer objects into new common base class. |
2011-09-22 12:42:49 |
View
Download |
2011-09-22 12:31:09 |
View
Download |
|
2011-09-22 09:47:53 |
View
Download |
|
[r1574]
(13.5 kB)
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 |
View
Download |
[r1573]
(18.0 kB)
by
delphidabbler
* Made TSyntaxHiliter public. |
2011-09-22 00:16:22 |
View
Download |
[r1572]
(18.3 kB)
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 |
View
Download |
[r1571]
(22.4 kB)
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 |
View
Download |
[r1570]
(23.6 kB)
by
delphidabbler
Removed redundant TSyntaxHiliterFactory enumeration, TSyntaxHiliterClass class ref, and TBaseHTMLHiliter and all descendant highlighter classes. |
2011-09-21 23:46:50 |
View
Download |
[r1569]
(36.8 kB)
by
delphidabbler
* Modified TSnippetHTML.HiliteSource to use TRenderedHiliter and suitable renderer to highlight detail frame's source code. |
2011-09-21 23:38:08 |
View
Download |