src/eric7/Documentation/Source/index-eric7.QScintilla.html

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10479
856476537696
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!DOCTYPE html>
<html><head>
<title>eric7.QScintilla</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>eric7.QScintilla</h1>
<p>
Package implementing the editor and shell components of the eric IDE.
</p>
<p>
The editor component of the eric 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.
</p>
<p>
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.
</p>


<h3>Packages</h3>
<table>

<tr>
<td><a href="index-eric7.QScintilla.DocstringGenerator.html">DocstringGenerator</a></td>
<td>Package containing the documentation string generator tool.</td>
</tr>
<tr>
<td><a href="index-eric7.QScintilla.Exporters.html">Exporters</a></td>
<td>Package implementing exporters for various file formats.</td>
</tr>
<tr>
<td><a href="index-eric7.QScintilla.Lexers.html">Lexers</a></td>
<td>Package implementing lexers for the various supported programming languages.</td>
</tr>
<tr>
<td><a href="index-eric7.QScintilla.MarkupProviders.html">MarkupProviders</a></td>
<td>Package providing various markup providers.</td>
</tr>
<tr>
<td><a href="index-eric7.QScintilla.TypingCompleters.html">TypingCompleters</a></td>
<td>Package implementing typing completers for the various supported programming languages.</td>
</tr>
</table>

<h3>Modules</h3>
<table>

<tr>
<td><a href="eric7.QScintilla.APIsManager.html">APIsManager</a></td>
<td>Module implementing the APIsManager.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.Editor.html">Editor</a></td>
<td>Module implementing the editor component of the eric IDE.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.EditorAssembly.html">EditorAssembly</a></td>
<td>Module implementing the editor assembly widget containing the navigation combos and the editor widget.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.EditorButtonsWidget.html">EditorButtonsWidget</a></td>
<td>Module implementing a widget containing various buttons for accessing editor actions.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.EditorMarkerMap.html">EditorMarkerMap</a></td>
<td>Module implementing a class for showing an editor marker map.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.EditorOutline.html">EditorOutline</a></td>
<td>Module implementing an outline widget for source code navigation of the editor.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.EditorOutlineModel.html">EditorOutlineModel</a></td>
<td>Module implementing the editor outline model.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.EditorOutlineSizesDialog.html">EditorOutlineSizesDialog</a></td>
<td>Module implementing a dialog to change the default size settings of the Source Outline pane.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.GotoDialog.html">GotoDialog</a></td>
<td>Module implementing the Goto dialog.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.KeySequenceTranslator.html">KeySequenceTranslator</a></td>
<td>Module implementing functions to map QScintilla keyboard commands to QKeySequence standard keys.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.MiniEditor.html">MiniEditor</a></td>
<td>Module implementing an editor for simple editing tasks.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.Printer.html">Printer</a></td>
<td>Module implementing the printer functionality.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.QsciScintillaCompat.html">QsciScintillaCompat</a></td>
<td>Module implementing a compatability interface class to QsciScintilla.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.SearchReplaceWidget.html">SearchReplaceWidget</a></td>
<td>Module implementing the search and replace widget.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.Shell.html">Shell</a></td>
<td>Module implementing a graphical Python shell.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.ShellHistoryDialog.html">ShellHistoryDialog</a></td>
<td>Module implementing the shell history dialog.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.ShellWindow.html">ShellWindow</a></td>
<td>Module implementing a stand alone shell window.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.SortOptionsDialog.html">SortOptionsDialog</a></td>
<td>Module implementing a dialog to enter the sort options for a line sort.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.SpellChecker.html">SpellChecker</a></td>
<td>Module implementing the spell checker for the editor component.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.SpellCheckingDialog.html">SpellCheckingDialog</a></td>
<td>Module implementing the spell checking dialog.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.SpellingDictionaryEditDialog.html">SpellingDictionaryEditDialog</a></td>
<td>Module implementing a dialog to edit the various spell checking dictionaries.</td>
</tr>
<tr>
<td><a href="eric7.QScintilla.ZoomDialog.html">ZoomDialog</a></td>
<td>Module implementing a dialog to select the zoom scale.</td>
</tr>
</table>
</body></html>

eric ide

mercurial