Table of Contents
Module implementing the scripting component of the eric3 IDE.
CompilationError
Class implementing an exception, which is raised, if a script couldn't be compiled.
ExecutionError
Class implementing an exception, which is raised, if a script couldn't be executed.
NoSuchScriptError
Class implementing an exception, which is raised, if a script couldn't be found.
ScriptAction
Class implementing the script action.
ScriptError
Base class for all scripting related exceptions.
ScriptManager
Class implementing the script manager.