Kate
katecmds.cpp File Reference
#include "katecmds.h"
#include "katedocument.h"
#include "kateview.h"
#include "kateconfig.h"
#include "kateautoindent.h"
#include "katetextline.h"
#include "katefactory.h"
#include "katejscript.h"
#include "katerenderer.h"
#include "../interfaces/katecmd.h"
#include <kdebug.h>
#include <klocale.h>
#include <kurl.h>
#include <kshellcompletion.h>
#include <qregexp.h>
Include dependency graph for katecmds.cpp:
Go to the source code of this file.
Defines | |
#define | KCC_ERR(s) { errorMsg=s; return false; } |
Functions | |
static int | backslashString (const QString &haystack, const QString &needle, int index) |
static void | exchangeAbbrevs (QString &str) |
static bool | getBoolArg (QString s, bool *val) |
static void | replace (QString &s, const QString &needle, const QString &with) |
static void | setDocFlag (KateDocumentConfig::ConfigFlags flag, bool enable, KateDocument *doc) |
Define Documentation
#define KCC_ERR | ( | s | ) | { errorMsg=s; return false; } |
Function Documentation
Definition at line 314 of file katecmds.cpp.
static void exchangeAbbrevs | ( | QString & | str | ) | [static] |
Definition at line 342 of file katecmds.cpp.
Definition at line 53 of file katecmds.cpp.
Definition at line 301 of file katecmds.cpp.
static void setDocFlag | ( | KateDocumentConfig::ConfigFlags | flag, | |
bool | enable, | |||
KateDocument * | doc | |||
) | [static] |
Definition at line 44 of file katecmds.cpp.