Menu

/trunk/Src/USearch.pas Commit Log


Commit Date  
[r3053] (42.3 kB) by delphidabbler

Commented new methods.

2013-05-19 22:10:08 View
Download
[r3049] (41.7 kB) by delphidabbler

Added new options to XRefs search to enable snippets that either cross-reference or depend on the selected snippet to be found. Modified search engine and dialogue box to that end.
Added new settings keys to support persisting of the new options.
Renamed settings key that records whether selected snippet is to be included in search.

This fixes feature request #30 "Extend FindXRefs search" https://sourceforge.net/p/codesnip/feature-requests/30/

2013-05-19 21:04:57 View
Download
[r2619] (40.6 kB) by delphidabbler

Added Initialise and Finalise methods to ISearchFilter and provided implementations. Mainly for use in XRef searches to correct potential bug introduced in rewrites where repeated search would miss any new XRefs added to a snippet.

2012-12-20 11:49:45 View
Download
[r2603] (39.4 kB) by delphidabbler

Removed unused units.
Changed call to FreeAndNil to direct call to .Free.

2012-12-18 15:24:16 View
Download
[r2602] (39.5 kB) by delphidabbler

Changed use of "criteria" to "filter" in various identifiers in USearch unit and in using code to better reflect purpose of the names. Made changes to affected code.

2012-12-18 15:06:23 View
Download
[r2601] (39.9 kB) by delphidabbler

Removed IStoredSelectionSearchCriteria interface: using ISelectionSearchCriteria instead.
Removed redundant TSearchCriteriaFactory.CreateSelectionSearchCriteria method overload and renamed other overload as CreateManualSelectionSearchCriteria.
Updated all affected code as required.

2012-12-18 14:19:14 View
Download
[r2600] (40.9 kB) by delphidabbler

XMLDoc commented unit.

2012-12-18 14:02:06 View
Download
[r2599] (39.4 kB) by delphidabbler

Made all methods that implement interfaces public.
Changed some other class visibility.
Used var keyword for field variables of classes.

2012-12-18 02:14:39 View
Download
[r2598] (39.0 kB) by delphidabbler

Pulled duplicate code down from TSelectionSearchCriteria and TStoredSelectionSearchCriteria into new common base class, TBaseSelectionSearchCriteria.

2012-12-18 02:03:33 View
Download
[r2597] (40.1 kB) by delphidabbler

Rationalised TSearchFactory: replaced all search specific methods except CreateNulSearch with new generic CreateSearch.
Revised calling code to call CreateSearch.
Reimplemented CreateNulSearch to call CreateSearch internally.

2012-12-17 22:43:17 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.