Menu

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


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.
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
[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.
Changed affected TSnippet properties to use ISnippetIDList instead of IDBSnippetIDList.
Modified uses clauses of affected units.

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.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

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:
* Uses the active text plain text renderer to extract plain text from snippet's active text properties.
* Uses a string builder to construct the search text.

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
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.