katecmds.h
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231
Definition: katecmds.h:130
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:141
This Kate::Command provides access to a lot of the core functionality of kate part,...
Definition: katecmds.h:40
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
bool exec(class Kate::View *view, const TQString &cmd, TQString &errorMsg)
execute command
Definition: katecmds.cpp:89
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:591
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
– Charles Samuels charles@kde.org Support vim/sed find and replace s/search/replace/ find search,...
Definition: katecmds.h:76
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
Extension to the Command interface, allowing to interact with commands during typing.
Definition: document.h:130