KateCommands::Character Class Reference
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231. More...
#include <katecmds.h>
Inheritance diagram for KateCommands::Character:

Public Methods | |
bool | exec (class Kate::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class Kate::View *, const QString &, QString &) |
QStringList | cmds () |
Detailed Description
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231.prefixed with "char:"
Definition at line 83 of file katecmds.h.
Member Function Documentation
|
Execute this command for the given view and cmd string, return a bool about success, msg for status.
Implements Kate::Command. Definition at line 378 of file katecmds.cpp. References QRegExp::cap(), Kate::View::insertText(), QString::left(), KIO::number(), QString::replace(), QRegExp::search(), and QString::toUShort(). |
|
Shows help for the given view and cmd string, return a bool about success, msg for status.
Implements Kate::Command. Definition at line 88 of file katecmds.h. |
|
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 90 of file katecmds.h. |
The documentation for this class was generated from the following files: