KateCommands::SedReplace Class Reference
#include <katecmds.h>
Inheritance diagram for KateCommands::SedReplace:
Public Member Functions | |
bool | exec (class Kate::View *view, const TQString &cmd, TQString &errorMsg) |
bool | help (class Kate::View *, const TQString &, TQString &) |
TQStringList | cmds () |
Detailed Description
– Charles Samuels charl 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. es@k de.or g
and R., but case insensitively $s/search/replace/ do the search are replacement to the selection only
$s/// is currently unsupported
Definition at line 75 of file katecmds.h.
Member Function Documentation
◆ cmds()
|
inlinevirtual |
supported commands as prefixes
- Returns
- prefix list
Implements Kate::Command.
Definition at line 93 of file katecmds.h.
◆ exec()
|
virtual |
execute command
- Parameters
-
view view to use for execution cmd cmd string errorMsg error to return if no success
- Returns
- success
Implements Kate::Command.
Definition at line 471 of file katecmds.cpp.
◆ help()
|
inlinevirtual |
Shows help for the given view and cmd string, return a bool about success, msg for status.
Implements Kate::Command.
Definition at line 87 of file katecmds.h.
The documentation for this class was generated from the following files: