Menu

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


Commit Date  
[r4308] (3.8 kB) by delphidabbler

Changed ISnippetView to have a SnippetID property of type TSnippetID instead of a Snippet property of type TSnippet.
Modified calling code accordingly.

2013-12-14 13:36:32 View
Download
[r4233] (3.8 kB) by delphidabbler

Changed code that accessed _Database.IsEmpty to use Database.IsEmpty instead.
Deleted IsEmpty method from IDatabase and _TDatabase.

2013-12-11 10:21:25 View
Download
[r4019] (4.0 kB) by delphidabbler

Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed.
Modified all code that calls Database to use _Database instead.

2013-11-29 01:49:18 View
Download
[r3947] (4.0 kB) by delphidabbler

Changed code to use new IDatabase IsEmpty and SnippetName methods instead of accessing _Snippets property.

2013-11-26 06:37:48 View
Download
[r3910] (4.1 kB) by delphidabbler

Renamed IDatabase's Snippets property as _Snippets as a first step in elimination of the property.

2013-11-25 01:09:40 View
Download
[r3792] (4.1 kB) by delphidabbler

Updated copyright date range to include 2013.

2013-11-14 16:01:23 View
Download
[r3787] (4.1 kB) by delphidabbler

Removed UserDefined property from TSnippet.
Made minimal changes to affected to code in order to compile. Inserted TODOs where further consequent changes are needed.

2013-11-14 15:19:15 View
Download
[r3315] (4.1 kB) by delphidabbler

Recreated "parsnip" (v5 development) branch by branching trunk just after updating it with changes in v4.7.1.

2013-08-18 14:51:47 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.