Commit | Date | |
---|---|---|
[r4242]
(42.9 kB)
by
delphidabbler
Added new GetReferrersTo and GetDependentsOf methods to TDatabase. |
2013-12-11 16:45:20 |
View
Download |
[r4213]
(42.9 kB)
by
delphidabbler
Changed XRefs search to use TSnippetID and ISnippetIDList types in preference to TSnippet and TSnippetList wherever possible. |
2013-12-10 21:01:33 |
View
Download |
[r4208]
(42.9 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 |
[r4131]
(42.9 kB)
by
delphidabbler
Removed TCompilerIDs definition: the definition from Compilers.UGlobals is now used instead. |
2013-12-08 11:31:16 |
View
Download |
[r4129]
(43.0 kB)
by
delphidabbler
Renamed TCompilerSearchCompilers as TCompilerIDs and made necessary changes to calling code. |
2013-12-08 11:29:36 |
View
Download |
[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 |