Commit | Date | |
---|---|---|
[r4245]
(9.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]
(9.4 kB)
by
delphidabbler
Renamed IReadOnlySnippet as ISnippet and made required changes to affected code. |
2013-12-11 16:08:28 |
View
Download |
[r4239]
(9.4 kB)
by
delphidabbler
Changed IQuery's FilterSelection method to take an IDBFilter instance as a parameter instead of a callback function. Changed implementation in TQuery to use the new filter and to use Database.SelectSnippets instead of _Database.Select to perform actual selection. |
2013-12-11 11:33:14 |
View
Download |
[r4234]
(9.4 kB)
by
delphidabbler
Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead. |
2013-12-11 10:25:27 |
View
Download |
2013-12-03 16:43:10 |
View
Download |
|
2013-12-03 16:42:12 |
View
Download |
|
[r4088]
(10.3 kB)
by
delphidabbler
Added IQuery.FilterSelection method, and its implementation in TQuery, that takes a filter function and returns the result of applying the filter to the current selection. |
2013-12-03 16:35:00 |
View
Download |
[r4019]
(9.5 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]
(9.5 kB)
by
delphidabbler
Removed unused USnippetIDs unit from project. |
2013-11-29 01:20:31 |
View
Download |
[r3981]
(9.5 kB)
by
delphidabbler
Changed data structure that maintains list of selected snippets from TSnippetList to ISnippetIDList and made necessary changes to affected code. |
2013-11-27 22:40:43 |
View
Download |