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