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
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.