eric4.QScintilla

Package implementing the editor and shell components of the eric4 IDE.

The editor component of the eric4 IDE is based on the Qt port of the Scintilla editor widget. It supports syntax highlighting, code folding, has an interface to the integrated debugger and can be configured to the most possible degree.

The shell component is derived from the editor component and is the visible component of the interactive language shell. It interacts with the debug client through the debug server.

Packages

Lexers Package implementing lexers for the various supported programming languages.
TypingCompleters Package implementing lexers for the various supported programming languages.

Modules

APIsManager Module implementing the APIsManager.
Editor Module implementing the editor component of the eric4 IDE.
GotoDialog Module implementing the Goto dialog.
Printer Module implementing the printer functionality.
QsciScintillaCompat Module implementing a compatability interface class to QsciScintilla.
SearchReplaceDialog Module implementing the search and replace dialog.
Shell Module implementing a graphical Python shell.
ZoomDialog Module implementing a dialog to select the zoom scale.