Commit | Date | |
---|---|---|
[r4242]
(16.7 kB)
by
delphidabbler
Added new GetReferrersTo and GetDependentsOf methods to TDatabase. |
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. |
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. |
2013-11-29 01:49:18 |
View
Download |
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 |
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. |
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 |