KTextEditor
katescriptmanager.h
61 bool exec(KTextEditor::View *view, const QString &cmd, QString &errorMsg, const KTextEditor::Range &) override;
An object representing a section of text, from one Cursor to another.
Definition include/ktexteditor/range.h:49
A specialized class for scripts that are of type ScriptType::Indentation.
Definition katecommandlinescript.h:55
A specialized class for scripts that are of type ScriptType::Indentation.
Definition kateindentscript.h:102
Manage the scripts on disks – find them and query them.
Definition katescriptmanager.h:27
bool exec(KTextEditor::View *view, const QString &cmd, QString &errorMsg, const KTextEditor::Range &) override
execute command
Definition katescriptmanager.cpp:285
void reloaded()
this signal is emitted when all scripts are deleted and reloaded again.
KateIndentScript * indenter(const QString &language)
Get an indentation script for the given language – if there is more than one result,...
Definition katescriptmanager.cpp:52
bool help(KTextEditor::View *view, const QString &cmd, QString &msg) override
get help for a command
Definition katescriptmanager.cpp:305
const QList< KateCommandLineScript * > & commandLineScripts()
Get all scripts available in the command line.
Definition katescriptmanager.h:37
T value(const Key &key) const const
qsizetype size() const const
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.