Back to Terminal Gui

Namespace Editor Document Search

docfx/apispec/namespace-editor-document-search.md

2.4.2384 B
Original Source

Contains ISearchStrategy (the strategy interface), built-in implementations (RegexSearchStrategy and normal/whole-word string search), and SearchStrategyFactory for constructing strategies by mode and options.

Search strategies operate on ITextSource and return match results as offset/length pairs. The editor's find/replace UI and SearchHitRenderer consume these results.