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