Commit | Date | |
---|---|---|
[r4323]
(8.2 kB)
by
delphidabbler
Revised TSnippetsChkListMgr to use TSortedCollectionCtrlKVMgr to manage association between ISnippet instance and list box text, and also to sort the text: this is instead of having no sorting and using Objects[] array of list box to store TSnippet instances. As a result some method parameter types have changed from TSnippet to ISnippet. |
2013-12-15 02:35:58 |
View
Download |
2013-12-14 10:49:20 |
View
Download |
|
[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. |
2013-11-29 01:49:18 |
View
Download |
[r4018]
(8.2 kB)
by
delphidabbler
Removed unused USnippetIDs unit from project. |
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. |
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. |
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 |