Commit | Date | |
---|---|---|
[r4019]
(43.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]
(43.2 kB)
by
delphidabbler
Removed unused USnippetIDs unit from project. |
2013-11-29 01:20:31 |
View
Download |
[r3985]
(43.2 kB)
by
delphidabbler
Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984). |
2013-11-27 23:46:29 |
View
Download |
[r3980]
(43.4 kB)
by
delphidabbler
Changed ISearchFilter.Match to take a TSnippetID parameter instead of a TSnippet. |
2013-11-27 22:32:42 |
View
Download |
[r3953]
(42.6 kB)
by
delphidabbler
Changed TSearchFilterFactory.CreateManualSelectionSearchFilter to take a ISnippetIDList parameter instead of TSnippetList. |
2013-11-26 11:57:13 |
View
Download |
[r3942]
(42.9 kB)
by
delphidabbler
Changed some enumerations of snippet lists to use enumerator instead of indexed access to list elements. |
2013-11-26 01:33:46 |
View
Download |
[r3940]
(43.0 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]
(43.0 kB)
by
delphidabbler
Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs. |
2013-11-26 00:31:25 |
View
Download |
[r3915]
(43.0 kB)
by
delphidabbler
Modified text search code that constructs the required search text for each snippet: |
2013-11-25 11:34:56 |
View
Download |
[r3913]
(42.4 kB)
by
delphidabbler
Renamed TSnippet's Units, Depends and XRef properties to RequiredModules, RequiredSnippets and XRefs respectively and modified affected code accordingly. |
2013-11-25 10:56:19 |
View
Download |