Menu

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


Commit Date  
[r4215] (7.7 kB) by delphidabbler

Removed redundant overload of TSnippetsChkListMgr.GetCheckedSnippets method.

2013-12-10 21:16:04 View
Download
[r4208] (8.2 kB) by delphidabbler

Renamed TSnippetList defined in DB.USnippets unit as _TSnippetList and modified affect code accordingly. This is a first step towards changing snippet lists throughout the code to use a different list type.

2013-12-10 16:17:15 View
Download
[r4019] (8.2 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
[r4018] (8.2 kB) by delphidabbler

Removed unused USnippetIDs unit from project.
Changed affected units to use CS.Database.Snippets instead.

2013-11-29 01:20:31 View
Download
[r3940] (8.2 kB) by delphidabbler

Moved ISnippetIDList from USnippetIDs unit into CS.Database.Types where it replaced IDBSnippetIDList.
Changed affected TSnippet properties to use ISnippetIDList instead of IDBSnippetIDList.
Modified uses clauses of affected units.

2013-11-26 00:53:39 View
Download
[r3939] (8.2 kB) by delphidabbler

Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

2013-11-26 00:31:25 View
Download
[r3918] (8.2 kB) by delphidabbler

Renamed TSnippet's DisplayName property as Title and modified affected code accordingly.

2013-11-25 13:09:06 View
Download
[r3911] (8.2 kB) by delphidabbler

Chnaged methods that called Dataabase._Snippets.Find to use one of Database.Lookup, Database.TryLookup or Database.Contains methods.

2013-11-25 04:05:41 View
Download
[r3910] (8.2 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
[r3899] (8.2 kB) by delphidabbler

Changed type of TSnippet's Depends and XRef properties from TSnippetList to ISnippetIDList.
Made minimal changes to affected code re the type changes.

2013-11-24 13:19:02 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.