Menu

/branches/v4-dev/Src/UCopySourceMgr.pas Commit Log


Commit Date  
[r1568] (5.1 kB) by delphidabbler

* Added new highlight renderer interface and objects to render syntax highlighted source code.
* Added new descendant of TSyntaxHiliter that passes off rendering to new renderer objects.
* Added new static classes to generate complete RTF and HTML (and plain text) documents using new renderers.
* Modified all using code that produces whole documents (rather than fragments) to use the new static classes.
* Simplified some code as a result.

2011-09-21 23:20:31 View
Download
[r1279] (5.2 kB) by delphidabbler

Re-revised code that copies views to clipboard to manage data as encoded data instead of byte arrays.

2010-12-19 02:32:38 View
Download
[r1277] (5.2 kB) by delphidabbler

* Revised code that copies views to clipboard to manage data as byte arrays instead of strings.
* All units XMLDoc commented.

2010-12-19 00:48:58 View
Download
[r1262] (6.3 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.
* Made minimum possible changes to affected units - simply convert encoded data back to strings. (Later we'll need to change this).

2010-12-14 22:53:06 View
Download
[r1083] (6.3 kB) by delphidabbler

* Heavily revised UView unit once more to make views interfaced based.
* Updated using units re changes.
* Replaced many FreeAndNil calls with calls to .Free method.

2010-11-27 14:32:58 View
Download
[r1082] (6.4 kB) by delphidabbler

Heavily revised UView unit
* Replaced flexible and "smelly" single TViewItem class that handled all view types with heirachy of classes for each view type.
* Added factory class.
* Updated using units re changes.

2010-11-27 09:57:15 View
Download
[r1077] (6.4 kB) by delphidabbler

Development branch for CodeSnip release 4.

Initial source is a copy of v3.8.4 (r1075).

2010-11-26 17:58:26 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.