Menu

/branches/parsnip/Src/UCodeImportExport.pas Commit Log


Commit Date  
[r4381] (22.8 kB) by delphidabbler

Renamed TXMLDocHelper.WriteSnippetKind method as WriteSnippetKindID and updated affected code accordingly.

2013-12-17 11:57:14 View
Download
[r4380] (22.8 kB) by delphidabbler

Renamed TXMLDocHelper.GetSnippetKind method as GetSnippetKindID and updated affected code accordingly.

2013-12-17 11:53:04 View
Download
[r4379] (22.8 kB) by delphidabbler

Renamed ISnippet and IEditableSnippet's Kind property to KindID.
Renamed all related getter and setter methods and fields as *KindID, where * is "f", "Get" or "Set".
Modified code that referenced the Kind property or getters & setters accordingly.

2013-12-17 11:48:10 View
Download
[r4349] (22.8 kB) by delphidabbler

Modified TCodeExporter.WriteSnippet to use ISnippet instead of TSnippet to reference snippet objects.

2013-12-16 23:53:58 View
Download
[r4316] (22.8 kB) by delphidabbler

Modified TCodeImporter to read data into an editable snippet instead of editable snippet data.

NOTE: there are some problems that will required implementation of linked spaces / synch spaces to solve.

2013-12-15 00:52:16 View
Download
[r4300] (22.5 kB) by delphidabbler

Modified comments and string literals referring to the "user" database or "user-defined snippets" to remove or qualify the word "user".

2013-12-14 10:45:54 View
Download
[r4293] (22.6 kB) by delphidabbler

Overhauled TUserInfo record:
+ Removed Assign method (not needed: direct assignment works just fine)
+ Removed Init method: can use CreateNull method in its place
+ Corrected spelling of "null" in method names.
+ Made Details and Comments fields into read-only properties and so made record immutable.
Updated using code re changes.

2013-12-13 02:21:37 View
Download
[r4292] (22.8 kB) by delphidabbler

Overhauled TUserDetails record:
+ Removed Assign method (not needed: direct assignment works just fine)
+ Removed Init method: can use CreateNull method in its place
+ Corrected spelling of "null" in method names.
+ Made Name and Email properties read only and so made record immutable.
Updated using code re changes.

2013-12-13 02:13:47 View
Download
[r4286] (22.8 kB) by delphidabbler

Removed temporary Category (ID) property from TSnippetBase and all code that supported using the property.
Updated affected code by removing all references to category IDs.

2013-12-12 23:45:15 View
Download
[r4198] (23.0 kB) by delphidabbler

Removed redundant TSnippetInfo method.

2013-12-10 03:50:41 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.