KTextEditor
KTextEditor::Search Namespace Reference
Enumerations | |
enum | SearchOptionsEnum { Default = 0 , Regex = 1 << 1 , CaseInsensitive = 1 << 4 , Backwards = 1 << 5 , BlockInputRange = 1 << 6 , EscapeSequences = 1 << 10 , WholeWords = 1 << 11 , DotMatchesNewline = 1 << 15 } |
Detailed Description
Search interface options.
Enumeration Type Documentation
◆ SearchOptionsEnum
Search flags for use with searchText.
Modifies the behavior of searchText. By default it is searched for a case-sensitive plaintext pattern, without processing of escape sequences, with "whole words" off, in forward direction, within a non-block-mode text range.
Definition at line 49 of file searchinterface.h.
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.