Menu

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


Commit Date  
[r1376] (4.2 kB) by delphidabbler

Modified and corrected comments that refer to routines when they should refer to snippets.

2011-05-14 09:36:31 View
Download
[r1358] (4.2 kB) by delphidabbler

Refactored: Renamed TTextRoutineDoc as TTextSnippetDoc.

2011-05-13 09:59:17 View
Download
[r1357] (4.2 kB) by delphidabbler

Refactored: Renamed TRTFRoutineDoc as TRTFSnippetDoc.

2011-05-13 09:57:08 View
Download
[r1353] (4.2 kB) by delphidabbler

Refactoring:
* Renamed TRoutineDoc as TSnippetDoc and RoutinesToStrings as SnippetsToStrings.
* Renamed any variables named using "routine" with "snippet"

2011-05-13 09:16:33 View
Download
[r1347] (4.2 kB) by delphidabbler

Renamed units:
* UEditRoutineAction as UEditSnippetAction
* URoutineAction as USnippetAction
* URoutineCreditsParser as USnippetCreditsParser
* URoutineDoc as USnippetDoc
* URoutineExtraHelper as USnippetExtraHelper
* URoutineHTML as USnippetHTML
* URTFRoutineDoc as URTFSnippetDoc
* UTextRoutineDoc as UTextSnippetDoc
Modified units that use the renamed units accordingly.

2011-05-12 23:28:33 View
Download
[r1279] (4.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
[r1278] (4.4 kB) by delphidabbler

Changed TRoutineDoc and descendant to generate documents as TEncodedData instead of writing to stream. Modified using units to accommodate change.

2010-12-19 01:42:06 View
Download
[r1277] (4.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
[r1130] (4.8 kB) by delphidabbler

Modified call to TStringStream constructor in TCopyInfoMgr.GenerateDoc so that string stream does not free the passed encoding. This avoids a potential bug. It hasn't manifested itself because TCopyInfoMgr.GenerateDoc is at present only called with standard format encodings which are never freed in TStringStream

2010-12-01 02:57:33 View
Download
[r1083] (4.8 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
Older >
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.