Kate
katecmds.h
Go to the documentation of this file.
257 const QStringList &cmds () { static QStringList l("s"); if (l.isEmpty()) l << "%s" << "$s"; return l; }
273 static bool parse(const QString& sedReplaceString, QString& destDelim, int& destFindBeginPos, int& destFindEndPos, int& destReplaceBeginPos, int& destReplaceEndPos);
278 InteractiveSedReplacer(KateDocument* doc, const QString& findPattern, const QString& replacePattern, bool caseSensitive, bool onlyOnePerLine, int startLine, int endLine);
This KTextEditor::Command provides access to a lot of the core functionality of kate part...
Definition: katecmds.h:49
bool exec(class KTextEditor::View *view, const QString &cmd, QString &errorMsg)
Execute command.
Definition: katecmds.cpp:920
bool supportsRange(const QString &range)
Definition: katecmds.cpp:498
virtual void processText(KTextEditor::View *, const QString &)
Definition: katecmds.h:97
KCompletion * completionObject(KTextEditor::View *, const QString &)
override completionObject from interfaces/document.h .
Definition: katecmds.cpp:509
virtual bool wantsToProcessText(const QString &)
Definition: katecmds.h:96
InteractiveSedReplacer(KateDocument *doc, const QString &findPattern, const QString &replacePattern, bool caseSensitive, bool onlyOnePerLine, int startLine, int endLine)
Definition: katecmds.cpp:1024
bool supportsRange(const QString &range)
Definition: katecmds.cpp:703
bool help(class KTextEditor::View *, const QString &, QString &)
This command does not have help.
Definition: katecmds.h:143
KCompletion * completionObject(KTextEditor::View *, const QString &)
override completionObject from interfaces/document.h .
Definition: katecmds.cpp:714
bool help(class KTextEditor::View *, const QString &, QString &)
This command does not have help.
Definition: katecmds.h:251
This KTextEditor::Command provides vi commands for the application.
Definition: katecmds.h:175
bool help(class KTextEditor::View *, const QString &, QString &)
This command does not have help.
Definition: katecmds.cpp:1150
virtual bool wantsToProcessText(const QString &)
Definition: katecmds.h:157
bool help(class KTextEditor::View *, const QString &, QString &)
This command does not have help.
Definition: katecmds.cpp:1211
QString finalStatusReportMessage()
Definition: katecmds.cpp:1114
bool exec(class KTextEditor::View *view, const QString &cmd, QString &msg)
execute command
Definition: katecmds.cpp:825
QString currentMatchReplacementConfirmationMessage()
Definition: katecmds.cpp:1109
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231 ...
Definition: katecmds.h:317
void replaceAllRemaining()
Definition: katecmds.cpp:1099
KGuiItem test()
bool supportsRange(const QString &)
Definition: katecmds.h:248
bool exec(class KTextEditor::View *view, const QString &cmd, QString &errorMsg)
execute command
Definition: katecmds.cpp:221
This KTextEditor::Command provides vi 'ex' commands.
Definition: katecmds.h:110
virtual void processText(KTextEditor::View *, const QString &)
Definition: katecmds.h:158
virtual void flagCompletions(QStringList &)
Definition: katecmds.h:95
bool help(class KTextEditor::View *, const QString &, QString &)
Help for AppCommands.
Definition: katecmds.cpp:851
bool exec(class KTextEditor::View *view, const QString &cmd, QString &msg)
execute command
Definition: katecmds.cpp:561
void replaceCurrentMatch()
Definition: katecmds.cpp:1059
Definition: katedocument.h:74
bool exec(class KTextEditor::View *view, const QString &cmd, QString &errorMsg)
execute command
Definition: katecmds.cpp:1243
bool help(class KTextEditor::View *, const QString &, QString &)
This command does not have help.
Definition: katecmds.cpp:90
KTextEditor::Range currentMatch()
Will return invalid Range if there are no further matches.
Definition: katecmds.cpp:1039
bool exec(class KTextEditor::View *view, const QString &cmd, QString &errorMsg)
execute command
Definition: katecmds.cpp:1164
virtual void flagCompletions(QStringList &)
Definition: katecmds.h:156
void skipCurrentMatch()
Definition: katecmds.cpp:1049
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: katecmds.cpp:999
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:51 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:31:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.