KTextEditor

KateVi::Searcher::SearchParams Struct Reference

#include <searcher.h>

Public Attributes

bool isBackwards = false
 
bool isCaseSensitive = false
 
QString pattern
 
bool shouldPlaceCursorAtEndOfMatch = false
 

Detailed Description

Extended searcher for Emulated Command Bar.

Definition at line 43 of file searcher.h.

Member Data Documentation

◆ isBackwards

bool KateVi::Searcher::SearchParams::isBackwards = false

Definition at line 45 of file searcher.h.

◆ isCaseSensitive

bool KateVi::Searcher::SearchParams::isCaseSensitive = false

Definition at line 46 of file searcher.h.

◆ pattern

QString KateVi::Searcher::SearchParams::pattern

Definition at line 44 of file searcher.h.

◆ shouldPlaceCursorAtEndOfMatch

bool KateVi::Searcher::SearchParams::shouldPlaceCursorAtEndOfMatch = false

Definition at line 47 of file searcher.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.