katecmds.h
This Kate::Command provides access to a lot of the core functionality of kate part, settings, utilities, navigation etc.
Definition: katecmds.h:39
Extension to the Command interface, allowing to interact with commands during typing.
Definition: document.h:129
bool help(class Kate::View *, const TQString &, TQString &)
Shows help for the given view and cmd string, return a bool about success, msg for status...
Definition: katecmds.h:87
bool exec(class Kate::View *view, const TQString &cmd, TQString &errorMsg)
execute command
Definition: katecmds.cpp:471
bool help(class Kate::View *, const TQString &, TQString &)
Shows help for the given view and cmd string, return a bool about success, msg for status...
Definition: katecmds.h:141
– Charles Samuels charles@kde.org Support vim/sed find and replace s/search/replace/ find search...
Definition: katecmds.h:75
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231 ...
Definition: katecmds.h:129
bool exec(class Kate::View *view, const TQString &cmd, TQString &errorMsg)
execute command
Definition: katecmds.cpp:549
bool help(class Kate::View *, const TQString &, TQString &)
Shows help for the given view and cmd string, return a bool about success, msg for status...
Definition: katecmds.h:165
bool help(class Kate::View *, const TQString &, TQString &)
Shows help for the given view and cmd string, return a bool about success, msg for status...
Definition: katecmds.h:51
TDECompletion * completionObject(const TQString &cmd, Kate::View *view)
override completionObject from interfaces/document.h .
Definition: katecmds.cpp:282
bool exec(class Kate::View *view, const TQString &cmd, TQString &errorMsg)
execute command
Definition: katecmds.cpp:89
bool exec(class Kate::View *view, const TQString &cmd, TQString &errorMsg)
execute command
Definition: katecmds.cpp:591
Definition: katecmds.h:30