Menu

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


Commit Date  
[r4242] (16.7 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] (16.7 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
[r4019] (16.9 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
[r4017] (16.9 kB) by delphidabbler

Removed unused unit reference to USnippetIDs.

2013-11-29 01:17:21 View
Download
[r3985] (16.9 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
[r3983] (17.1 kB) by delphidabbler

Corrected & standardised "snippet not found" assertion messages.

2013-11-27 23:25:09 View
Download
[r3939] (17.1 kB) by delphidabbler

Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

2013-11-26 00:31:25 View
Download
[r3925] (17.0 kB) by delphidabbler

Replaced variables and method names referencing a snippet's "DisplayName" with references to "Title".

2013-11-25 13:45:46 View
Download
[r3918] (17.1 kB) by delphidabbler

Renamed TSnippet's DisplayName property as Title and modified affected code accordingly.

2013-11-25 13:09:06 View
Download
[r3913] (17.2 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
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.