Menu

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


Commit Date  
[r4019] (9.4 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] (9.4 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
[r3966] (9.4 kB) by delphidabbler

Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList.
Made appropriate changes to affected code.

2013-11-27 01:54:00 View
Download
[r3954] (9.4 kB) by delphidabbler

Hid snippets list from public view and provided methods to operate on the list instead.
Snippet list type changed from TSnippetList to ISnippetIDList.

2013-11-26 13:17:47 View
Download
[r3951] (8.8 kB) by delphidabbler

Changed TGroup and TOverviewTreeBuilder to take a ISnippetIDList as constructor parameters instead of a TSnippetList.
Modified using code accordingly including replacing a call to IDatabase._Snippets with a call to IDatabase.SelectAll.

2013-11-26 10:49:21 View
Download
[r3918] (8.8 kB) by delphidabbler

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

2013-11-25 13:09:06 View
Download
[r3910] (8.8 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
[r3900] (8.8 kB) by delphidabbler

Replaced unnecessary calls to FreeAndNil with calls to object's .Free method.

2013-11-24 14:16:23 View
Download
[r3820] (8.8 kB) by delphidabbler

Removed redundant TODO.

2013-11-15 02:14:48 View
Download
[r3819] (9.1 kB) by delphidabbler

Renamed FrSelectSnippetsBase unit as FrSelectSnippets.
Updated using code accordingly.

2013-11-15 02:13:48 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.