Commit | Date | |
---|---|---|
[r1579]
(13.4 kB)
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 |
View
Download |
[r1568]
(13.5 kB)
by
delphidabbler
* Added new highlight renderer interface and objects to render syntax highlighted source code. |
2011-09-21 23:20:31 |
View
Download |
[r1440]
(13.6 kB)
by
delphidabbler
Added new StrToLower and StrToUpper routines to UStrUtils and used them to replace calls to case conversion routines in SysUtils. |
2011-05-20 21:10:23 |
View
Download |
2011-05-20 19:25:28 |
View
Download |
|
[r1276]
(13.6 kB)
by
delphidabbler
Changed TPrintingPrefsPreview.HiliteSource to return TEncodedData instead of string. This avoids a couple of unnecessary string conversions. |
2010-12-18 20:43:48 |
View
Download |
[r1262]
(13.6 kB)
by
delphidabbler
* Changed syntax highlighters to return highlighted code in TEncodedData instead of string. Various encodings are used: RTF uses ASCII, HTML uses UTF8 and nul uses Unicode. |
2010-12-14 22:53:06 |
View
Download |
[r1249]
(13.5 kB)
by
delphidabbler
Changed TRTFBuilder to generate code as TRTF instead of ASCIIString. Modified using units accordingly. |
2010-12-14 18:01:52 |
View
Download |
[r1248]
(13.6 kB)
by
delphidabbler
* Added new TRTF and TRichEditHelper records and ERTF exception to URTFUtils unit. |
2010-12-14 17:09:23 |
View
Download |
[r1228]
(13.6 kB)
by
delphidabbler
* Corrected URTFUtils unit's RTFMakeSafeText routine to convert Unicode text to correct code page before writing it. Also corrected bug in code that generated Unicode characters. |
2010-12-11 17:55:29 |
View
Download |
[r1077]
(13.6 kB)
by
delphidabbler
Development branch for CodeSnip release 4. Initial source is a copy of v3.8.4 (r1075).
renamed from
/trunk/Src/FrPrintingPrefs.pas
|
2010-11-26 17:58:26 |
View
Download |