KTextEditor
katesedcmd.h
64 bool exec(class KTextEditor::View *view, const QString &cmd, QString &errorMsg, const KTextEditor::Range &r) override;
86 * Parses @c sedReplaceString to see if it is a valid sed replace expression (e.g. "s/find/replace/gi").
89 * begin and end of the "find" term; and @c destReplaceBeginPos and @c destReplaceEndPos to the begin
93 parse(const QString &sedReplaceString, QString &destDelim, int &destFindBeginPos, int &destFindEndPos, int &destReplaceBeginPos, int &destReplaceEndPos);
Backend of KTextEditor::Document related public KTextEditor interfaces.
Definition katedocument.h:68
An object representing a section of text, from one Cursor to another.
Definition include/ktexteditor/range.h:49
bool supportsRange(const QString &) override
Find out if a given command can act on a range.
Definition katesedcmd.h:66
static bool parse(const QString &sedReplaceString, QString &destDelim, int &destFindBeginPos, int &destFindEndPos, int &destReplaceBeginPos, int &destReplaceEndPos)
Parses sedReplaceString to see if it is a valid sed replace expression (e.g.
Definition katesedcmd.cpp:137
bool exec(class KTextEditor::View *view, const QString &cmd, QString &errorMsg, const KTextEditor::Range &r) override
Execute command.
Definition katesedcmd.cpp:65
bool help(class KTextEditor::View *, const QString &, QString &) override
This command does not have help.
Definition katesedcmd.h:72
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition katetextblock.h:18
The KateCommands namespace collects subclasses of KTextEditor::Command for specific use in kate.
Definition katehighlightingcmds.h:13
CaseSensitivity
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.