Kate
katesmartmanager.cpp File Reference
#include "katesmartmanager.h"
#include "katedocument.h"
#include "katesmartcursor.h"
#include "katesmartrange.h"
#include <QThread>
#include <QMutexLocker>
#include <kdebug.h>
#include "katesmartmanager.moc"
Include dependency graph for katesmartmanager.cpp:

Go to the source code of this file.
Functions | |
static void | translate (KateEditInfo *edit, Cursor &ret, SmartCursor::InsertBehavior insertBehavior) |
Variables | |
static const int | s_defaultGroupSize = 40 |
static const int | s_maximumGroupSize = 60 |
static const int | s_minimumGroupSize = 20 |
Function Documentation
static void translate | ( | KateEditInfo * | edit, | |
Cursor & | ret, | |||
SmartCursor::InsertBehavior | insertBehavior | |||
) | [static] |
Definition at line 563 of file katesmartmanager.cpp.
Variable Documentation
const int s_defaultGroupSize = 40 [static] |
Definition at line 30 of file katesmartmanager.cpp.
const int s_maximumGroupSize = 60 [static] |
Definition at line 32 of file katesmartmanager.cpp.
const int s_minimumGroupSize = 20 [static] |
Definition at line 31 of file katesmartmanager.cpp.