• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KTextEditor

KTextEditor::Search

KTextEditor::Search Namespace Reference


Detailed Description

Search interface options.


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
}

Enumeration Type Documentation

enum KTextEditor::Search::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.

Author:
Sebastian Pipping <webmaster@hartwork.org>
Enumerator:
Default  Default settings.
Regex  Treats the pattern as a regular expression.
CaseInsensitive  Ignores cases, e.g. "a" matches "A".
Backwards  Searches in backward direction.
BlockInputRange  Treats the input range as a recantgle (block-selection mode).
EscapeSequences  Plaintext mode: Processes escape sequences.
WholeWords  Plaintext mode: Whole words only, e.g. <u>not</u> "amp" in "example".
DotMatchesNewline  Regex mode: Makes "." match newlines.

Definition at line 49 of file searchinterface.h.

KTextEditor

Skip menu "KTextEditor"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • KIO
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal