SearchCommand Class Reference
Inheritance diagram for SearchCommand:

Detailed Description
Definition at line 218 of file katesearch.h.
Public Member Functions | |
SearchCommand () | |
bool | exec (class Kate::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class Kate::View *, const QString &, QString &) |
QStringList | cmds () |
bool | wantsToProcessText (const QString &) |
void | processText (Kate::View *, const QString &) |
Member Function Documentation
|
Pure text start part of the commands which can be handled by this object which means i.e. for s/sdl/sdf/g => s or for char:1212 => char Implements Kate::Command. Definition at line 942 of file katesearch.cpp. |
|
Execute this command for the given view and cmd string, return a bool about success, msg for status.
Implements Kate::Command. Definition at line 797 of file katesearch.cpp. |
|
Shows help for the given view and cmd string, return a bool about success, msg for status.
Implements Kate::Command. Definition at line 903 of file katesearch.cpp. |
|
This is called by the commandline each time the argument text for the command changes, if wantsToProcessText() returns true.
Reimplemented from Kate::CommandExtension. Definition at line 954 of file katesearch.cpp. |
|
Reimplemented from Kate::CommandExtension. Definition at line 949 of file katesearch.cpp. |
The documentation for this class was generated from the following files: