|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.QScintilla</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.QScintilla</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing the editor and shell components of the eric IDE. |
|
12 </p> |
|
13 <p> |
|
14 The editor component of the eric IDE is based on the Qt port |
|
15 of the Scintilla editor widget. It supports syntax highlighting, code |
|
16 folding, has an interface to the integrated debugger and can be |
|
17 configured to the most possible degree. |
|
18 </p> |
|
19 <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 |
|
28 <tr> |
|
29 <td><a href="index-eric7.QScintilla.DocstringGenerator.html">DocstringGenerator</a></td> |
|
30 <td>Package containing the documentation string generator tool.</td> |
|
31 </tr> |
|
32 <tr> |
|
33 <td><a href="index-eric7.QScintilla.Exporters.html">Exporters</a></td> |
|
34 <td>Package implementing exporters for various file formats.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="index-eric7.QScintilla.Lexers.html">Lexers</a></td> |
|
38 <td>Package implementing lexers for the various supported programming languages.</td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td><a href="index-eric7.QScintilla.MarkupProviders.html">MarkupProviders</a></td> |
|
42 <td>Package providing various markup providers.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="index-eric7.QScintilla.TypingCompleters.html">TypingCompleters</a></td> |
|
46 <td>Package implementing lexers for the various supported programming languages.</td> |
|
47 </tr> |
|
48 </table> |
|
49 |
|
50 <h3>Modules</h3> |
|
51 <table> |
|
52 |
|
53 <tr> |
|
54 <td><a href="eric7.QScintilla.APIsManager.html">APIsManager</a></td> |
|
55 <td>Module implementing the APIsManager.</td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td><a href="eric7.QScintilla.Editor.html">Editor</a></td> |
|
59 <td>Module implementing the editor component of the eric IDE.</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="eric7.QScintilla.EditorAssembly.html">EditorAssembly</a></td> |
|
63 <td>Module implementing the editor assembly widget containing the navigation combos and the editor widget.</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="eric7.QScintilla.EditorButtonsWidget.html">EditorButtonsWidget</a></td> |
|
67 <td>Module implementing a widget containing various buttons for accessing editor actions.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="eric7.QScintilla.EditorMarkerMap.html">EditorMarkerMap</a></td> |
|
71 <td>Module implementing a class for showing an editor marker map.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="eric7.QScintilla.EditorOutline.html">EditorOutline</a></td> |
|
75 <td>Module implementing an outline widget for source code navigation of the editor.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="eric7.QScintilla.EditorOutlineModel.html">EditorOutlineModel</a></td> |
|
79 <td>Module implementing the editor outline model.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="eric7.QScintilla.EditorOutlineSizesDialog.html">EditorOutlineSizesDialog</a></td> |
|
83 <td>Module implementing a dialog to change the default size settings of the Source Outline pane.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="eric7.QScintilla.GotoDialog.html">GotoDialog</a></td> |
|
87 <td>Module implementing the Goto dialog.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="eric7.QScintilla.KeySequenceTranslator.html">KeySequenceTranslator</a></td> |
|
91 <td>Module implementing functions to map QScintilla keyboard commands to QKeySequence standard keys.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="eric7.QScintilla.MiniEditor.html">MiniEditor</a></td> |
|
95 <td>Module implementing an editor for simple editing tasks.</td> |
|
96 </tr> |
|
97 <tr> |
|
98 <td><a href="eric7.QScintilla.Printer.html">Printer</a></td> |
|
99 <td>Module implementing the printer functionality.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="eric7.QScintilla.QsciScintillaCompat.html">QsciScintillaCompat</a></td> |
|
103 <td>Module implementing a compatability interface class to QsciScintilla.</td> |
|
104 </tr> |
|
105 <tr> |
|
106 <td><a href="eric7.QScintilla.SearchReplaceWidget.html">SearchReplaceWidget</a></td> |
|
107 <td>Module implementing the search and replace widget.</td> |
|
108 </tr> |
|
109 <tr> |
|
110 <td><a href="eric7.QScintilla.Shell.html">Shell</a></td> |
|
111 <td>Module implementing a graphical Python shell.</td> |
|
112 </tr> |
|
113 <tr> |
|
114 <td><a href="eric7.QScintilla.ShellHistoryDialog.html">ShellHistoryDialog</a></td> |
|
115 <td>Module implementing the shell history dialog.</td> |
|
116 </tr> |
|
117 <tr> |
|
118 <td><a href="eric7.QScintilla.ShellWindow.html">ShellWindow</a></td> |
|
119 <td>Module implementing a stand alone shell window.</td> |
|
120 </tr> |
|
121 <tr> |
|
122 <td><a href="eric7.QScintilla.SortOptionsDialog.html">SortOptionsDialog</a></td> |
|
123 <td>Module implementing a dialog to enter the sort options for a line sort.</td> |
|
124 </tr> |
|
125 <tr> |
|
126 <td><a href="eric7.QScintilla.SpellChecker.html">SpellChecker</a></td> |
|
127 <td>Module implementing the spell checker for the editor component.</td> |
|
128 </tr> |
|
129 <tr> |
|
130 <td><a href="eric7.QScintilla.SpellCheckingDialog.html">SpellCheckingDialog</a></td> |
|
131 <td>Module implementing the spell checking dialog.</td> |
|
132 </tr> |
|
133 <tr> |
|
134 <td><a href="eric7.QScintilla.SpellingDictionaryEditDialog.html">SpellingDictionaryEditDialog</a></td> |
|
135 <td>Module implementing a dialog to edit the various spell checking dictionaries.</td> |
|
136 </tr> |
|
137 <tr> |
|
138 <td><a href="eric7.QScintilla.ZoomDialog.html">ZoomDialog</a></td> |
|
139 <td>Module implementing a dialog to select the zoom scale.</td> |
|
140 </tr> |
|
141 </table> |
|
142 </body></html> |