Commit | Date | |
---|---|---|
[r4370]
(18.2 kB)
by
delphidabbler
Replaced calls to TSnippetKindInfoList to get list of available snippet kinds with calls to Database.GetAllSnippetKinds and methods of the returned ISnippetKindList object. |
2013-12-17 10:54:16 |
View
Download |
[r4347]
(18.2 kB)
by
delphidabbler
Changed classes in UGroups unit to use ISnippet instead of TSnippet for all references to snippet objects, including the the public TGroupItem.SnippetList property. |
2013-12-16 23:47:03 |
View
Download |
2013-12-12 20:44:10 |
View
Download |
|
[r4245]
(18.3 kB)
by
delphidabbler
Changed TDatabase.SelectSnippets to take a simple function reference as its parameter instead of IDBFilter instance. |
2013-12-11 17:56:48 |
View
Download |
[r4241]
(18.5 kB)
by
delphidabbler
Renamed IReadOnlySnippet as ISnippet and made required changes to affected code. |
2013-12-11 16:08:28 |
View
Download |
[r4240]
(18.5 kB)
by
delphidabbler
Changed code that accessed _Database.Select to use Database.SelectSnippets instead. |
2013-12-11 11:35:43 |
View
Download |
[r4235]
(18.3 kB)
by
delphidabbler
Changed code that accessed _Database.GetAllTags to use Database.GetAllTags instead. |
2013-12-11 10:28:08 |
View
Download |
[r4234]
(18.3 kB)
by
delphidabbler
Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead. |
2013-12-11 10:25:27 |
View
Download |
[r4223]
(18.3 kB)
by
delphidabbler
Extracted nested TTitleComparer and TTitleEqualityComparer from within TSnippet and made classes in their own right, named TSnippetTitleComparer and TSnippetTitleEqualityComparer. |
2013-12-11 00:06:51 |
View
Download |
[r4214]
(18.3 kB)
by
delphidabbler
Fixed error in TTagGrouping.Populate that was failing to filter grouped snippets using given master snippet ID list, meaning that all snippets were always displayed, even when only a the snippets matching a search should be displayed. |
2013-12-10 21:09:45 |
View
Download |