Menu

/branches/parsnip/Src/USearch.pas Commit Log


Commit Date  
[r4242] (42.9 kB) by delphidabbler

Added new GetReferrersTo and GetDependentsOf methods to TDatabase.
Removed IDatabaseEdit's GetReferrers and GetDependents and _IDatabase's GetReferrersTo and GetDependentsOf methods along with their implementations in _TDatabase.
Modified code that used removed _TDatabase methods to use the new TDatabase methods instead.

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.
Also changed TSearchFilterFactory.CreateXRefSearchFilter to take a TSnippetID parameter instead of a TSnippet. Modified calling code accordingly.

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.
Modified all code that calls Database to use _Database instead.

2013-11-29 01:49:18 View
Download
[r4018] (43.2 kB) by delphidabbler

Removed unused USnippetIDs unit from project.
Changed affected units to use CS.Database.Snippets instead.

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.
Changed ISearch.Execute's input and output parameters types from TSnippetList to ISnippetIDList.
Made minimal internal changes necessitated by these type changes.

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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.