Documentation/Source/index-eric5.QScintilla.html

Mon, 26 Jul 2010 19:59:27 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 26 Jul 2010 19:59:27 +0200
changeset 409
0ea528e80202
parent 58
37f0444c3479
child 440
69ace3e2dcf6
permissions
-rw-r--r--

Added another style for the source docu.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html><head>
<title>eric5.QScintilla</title>
<style>
body {
    background: white;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: black; background: #C1BBA4; }
h4 { color: black; background: #C1BBA4; }
    
a { color: #C07037; }

</style>
</head>
<body>
<h1>eric5.QScintilla</h1>
<p>
Package implementing the editor and shell components of the eric5 IDE.
</p><p>
The editor component of the eric5 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-eric5.QScintilla.Exporters.html">Exporters</a></td>
<td>Package implementing exporters for various file formats.</td>
</tr><tr>
<td><a href="index-eric5.QScintilla.Lexers.html">Lexers</a></td>
<td>Package implementing lexers for the various supported programming languages.</td>
</tr><tr>
<td><a href="index-eric5.QScintilla.TypingCompleters.html">TypingCompleters</a></td>
<td>Package implementing lexers for the various supported programming languages.</td>
</tr>
</table>

<h3>Modules</h3>
<table>
<tr>
<td><a href="eric5.QScintilla.APIsManager.html">APIsManager</a></td>
<td>Module implementing the APIsManager.</td>
</tr><tr>
<td><a href="eric5.QScintilla.Editor.html">Editor</a></td>
<td>Module implementing the editor component of the eric5 IDE.</td>
</tr><tr>
<td><a href="eric5.QScintilla.GotoDialog.html">GotoDialog</a></td>
<td>Module implementing the Goto dialog.</td>
</tr><tr>
<td><a href="eric5.QScintilla.MiniEditor.html">MiniEditor</a></td>
<td>Module implementing a minimalistic editor for simple editing tasks.</td>
</tr><tr>
<td><a href="eric5.QScintilla.Printer.html">Printer</a></td>
<td>Module implementing the printer functionality.</td>
</tr><tr>
<td><a href="eric5.QScintilla.QsciScintillaCompat.html">QsciScintillaCompat</a></td>
<td>Module implementing a compatability interface class to QsciScintilla.</td>
</tr><tr>
<td><a href="eric5.QScintilla.SearchReplaceWidget.html">SearchReplaceWidget</a></td>
<td>Module implementing the search and replace widget.</td>
</tr><tr>
<td><a href="eric5.QScintilla.Shell.html">Shell</a></td>
<td>Module implementing a graphical Python shell.</td>
</tr><tr>
<td><a href="eric5.QScintilla.ShellHistoryDialog.html">ShellHistoryDialog</a></td>
<td>Module implementing the shell history dialog.</td>
</tr><tr>
<td><a href="eric5.QScintilla.SpellChecker.html">SpellChecker</a></td>
<td>Module implementing the spell checker for the editor component.</td>
</tr><tr>
<td><a href="eric5.QScintilla.SpellCheckingDialog.html">SpellCheckingDialog</a></td>
<td>Module implementing the spell checking dialog.</td>
</tr><tr>
<td><a href="eric5.QScintilla.Terminal.html">Terminal</a></td>
<td>Module implementing a simple terminal based on QScintilla.</td>
</tr><tr>
<td><a href="eric5.QScintilla.ZoomDialog.html">ZoomDialog</a></td>
<td>Module implementing a dialog to select the zoom scale.</td>
</tr>
</table>
</body></html>

eric ide

mercurial