KTextEditor
searchinterface.h
Go to the documentation of this file.
67 };
An object representing a section of text, from one Cursor to another.
Definition: range.h:55
Search interface extension for the Document.
Definition: searchinterface.h:105
virtual Search::SearchOptions supportedSearchOptions() const =0
Specifies all options supported by searchText.
virtual QVector< KTextEditor::Range > searchText(const KTextEditor::Range &range, const QString &pattern, const Search::SearchOptions options=Search::Default)=0
Searches the given input range for a text pattern.
@ WholeWords
Plaintext mode: Whole words only, e.g. not "amp" in "example".
Definition: searchinterface.h:63
@ BlockInputRange
Treats the input range as a recantgle (block-selection mode)
Definition: searchinterface.h:59
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.