KateCommands::SedReplace Class Reference
-- Charles Samuels <charles@kde.org> Support vim/sed find and replace s/search/replace/ find search, replace with replace on this line s/search/replace/ do the same to the whole file s/search/replace/i do the S. More...
#include <katecmds.h>
Inheritance diagram for KateCommands::SedReplace:


Public Member Functions | |
bool | exec (class Kate::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class Kate::View *, const QString &, QString &) |
QStringList | cmds () |
Detailed Description
-- Charles Samuels <charles@kde.org> Support vim/sed find and replace s/search/replace/ find search, replace with replace on this line s/search/replace/ do the same to the whole file s/search/replace/i do the S.and R., but case insensitively $s/search/replace/ do the search are replacement to the selection only
$s/// is currently unsupported
Definition at line 72 of file katecmds.h.
Member Function Documentation
|
execute command
Definition at line 453 of file katecmds.cpp. References QRegExp::cap(), endl(), kdDebug(), and QRegExp::search(). |
|
supported commands as prefixes
Implements Kate::Command. Definition at line 90 of file katecmds.h. |
The documentation for this class was generated from the following files: