|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.QScintilla</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <h1>eric5.QScintilla</h1> |
|
12 <p> |
|
13 Package implementing the editor and shell components of the eric5 IDE. |
|
14 </p><p> |
|
15 The editor component of the eric5 IDE is based on the Qt port |
|
16 of the Scintilla editor widget. It supports syntax highlighting, code |
|
17 folding, has an interface to the integrated debugger and can be |
|
18 configured to the most possible degree. |
|
19 </p><p> |
|
20 The shell component is derived from the editor component and is the visible |
|
21 component of the interactive language shell. It interacts with the debug |
|
22 client through the debug server. |
|
23 </p> |
|
24 |
|
25 <h3>Packages</h3> |
|
26 <table> |
|
27 <tr> |
|
28 <td><a href="index-eric5.QScintilla.Exporters.html">Exporters</a></td> |
|
29 <td>Package implementing exporters for various file formats.</td> |
|
30 </tr><tr> |
|
31 <td><a href="index-eric5.QScintilla.Lexers.html">Lexers</a></td> |
|
32 <td>Package implementing lexers for the various supported programming languages.</td> |
|
33 </tr><tr> |
|
34 <td><a href="index-eric5.QScintilla.TypingCompleters.html">TypingCompleters</a></td> |
|
35 <td>Package implementing lexers for the various supported programming languages.</td> |
|
36 </tr> |
|
37 </table> |
|
38 |
|
39 <h3>Modules</h3> |
|
40 <table> |
|
41 <tr> |
|
42 <td><a href="eric5.QScintilla.APIsManager.html">APIsManager</a></td> |
|
43 <td>Module implementing the APIsManager.</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric5.QScintilla.Editor.html">Editor</a></td> |
|
46 <td>Module implementing the editor component of the eric5 IDE.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric5.QScintilla.GotoDialog.html">GotoDialog</a></td> |
|
49 <td>Module implementing the Goto dialog.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric5.QScintilla.MiniEditor.html">MiniEditor</a></td> |
|
52 <td>Module implementing a minimalistic editor for simple editing tasks.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric5.QScintilla.Printer.html">Printer</a></td> |
|
55 <td>Module implementing the printer functionality.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric5.QScintilla.QsciScintillaCompat.html">QsciScintillaCompat</a></td> |
|
58 <td>Module implementing a compatability interface class to QsciScintilla.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric5.QScintilla.SearchReplaceWidget.html">SearchReplaceWidget</a></td> |
|
61 <td>Module implementing the search and replace widget.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric5.QScintilla.Shell.html">Shell</a></td> |
|
64 <td>Module implementing a graphical Python shell.</td> |
|
65 </tr><tr> |
|
66 <td><a href="eric5.QScintilla.ShellHistoryDialog.html">ShellHistoryDialog</a></td> |
|
67 <td>Module implementing the shell history dialog.</td> |
|
68 </tr><tr> |
|
69 <td><a href="eric5.QScintilla.SpellChecker.html">SpellChecker</a></td> |
|
70 <td>Module implementing the spell checker for the editor component.</td> |
|
71 </tr><tr> |
|
72 <td><a href="eric5.QScintilla.SpellCheckingDialog.html">SpellCheckingDialog</a></td> |
|
73 <td>Module implementing the spell checking dialog.</td> |
|
74 </tr><tr> |
|
75 <td><a href="eric5.QScintilla.Terminal.html">Terminal</a></td> |
|
76 <td>Module implementing a simple terminal based on QScintilla.</td> |
|
77 </tr><tr> |
|
78 <td><a href="eric5.QScintilla.ZoomDialog.html">ZoomDialog</a></td> |
|
79 <td>Module implementing a dialog to select the zoom scale.</td> |
|
80 </tr> |
|
81 </table> |
|
82 </body></html> |