Kate
katejscript.cpp File Reference
#include "katejscript.h"
#include "katedocument.h"
#include "kateview.h"
#include "katefactory.h"
#include "kateconfig.h"
#include "kateautoindent.h"
#include "katehighlight.h"
#include "katetextline.h"
#include "kateindentscriptabstracts.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kconfig.h>
#include <kjs/function_object.h>
#include <kjs/interpreter.h>
#include <kjs/lookup.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qpopupmenu.h>
#include <qregexp.h>
#include <qtextstream.h>
#include "katejscript.lut.h"
Include dependency graph for katejscript.cpp:
Go to the source code of this file.
Namespaces | |
namespace | KJS |
Functions | |
static bool | KateIndentJScriptCall (Kate::View *view, QString &errorMsg, KateJSDocument *docWrapper, KateJSView *viewWrapper, KJS::Interpreter *interpreter, KJS::Object lookupobj, const KJS::Identifier &func, KJS::List params) |
Function Documentation
static bool KateIndentJScriptCall | ( | Kate::View * | view, | |
QString & | errorMsg, | |||
KateJSDocument * | docWrapper, | |||
KateJSView * | viewWrapper, | |||
KJS::Interpreter * | interpreter, | |||
KJS::Object | lookupobj, | |||
const KJS::Identifier & | func, | |||
KJS::List | params | |||
) | [inline, static] |
Definition at line 938 of file katejscript.cpp.