Commit | Date | |
---|---|---|
[r1281]
(3.4 kB)
by
delphidabbler
Modified TClipboardHelper to have AddXXX methods for each format supported by program instead of a couple of generic overloaded methods. Updated using TCopyViewMgr accordingly. This was done to get round a quirk in how TEncoding converts string to TBytes. MBCS encodings include termination 0 byte in bytes but Unicode encodings do not include any terminating 0 byte pair. TClipboardHelper now requires text data to be passed in required string format and ensures terminating zero bytes are written to clipboard. XMLDoc commented TClipboardHelper. |
2010-12-19 10:55:11 |
View
Download |
[r1279]
(3.5 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]
(3.4 kB)
by
delphidabbler
* Revised code that copies views to clipboard to manage data as byte arrays instead of strings. |
2010-12-19 00:48:58 |
View
Download |
[r1083]
(3.6 kB)
by
delphidabbler
* Heavily revised UView unit once more to make views interfaced based. |
2010-11-27 14:32:58 |
View
Download |
[r1077]
(3.7 kB)
by
delphidabbler
Development branch for CodeSnip release 4. Initial source is a copy of v3.8.4 (r1075).
renamed from
/trunk/Src/UCopyViewMgr.pas
|
2010-11-26 17:58:26 |
View
Download |