|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.QScintilla</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric6.QScintilla</h1> |
|
23 <p> |
|
24 Package implementing the editor and shell components of the eric6 IDE. |
|
25 </p><p> |
|
26 The editor component of the eric6 IDE is based on the Qt port |
|
27 of the Scintilla editor widget. It supports syntax highlighting, code |
|
28 folding, has an interface to the integrated debugger and can be |
|
29 configured to the most possible degree. |
|
30 </p><p> |
|
31 The shell component is derived from the editor component and is the visible |
|
32 component of the interactive language shell. It interacts with the debug |
|
33 client through the debug server. |
|
34 </p> |
|
35 |
|
36 <h3>Packages</h3> |
|
37 <table> |
|
38 <tr> |
|
39 <td><a href="index-eric6.QScintilla.Exporters.html">Exporters</a></td> |
|
40 <td>Package implementing exporters for various file formats.</td> |
|
41 </tr><tr> |
|
42 <td><a href="index-eric6.QScintilla.Lexers.html">Lexers</a></td> |
|
43 <td>Package implementing lexers for the various supported programming languages.</td> |
|
44 </tr><tr> |
|
45 <td><a href="index-eric6.QScintilla.MarkupProviders.html">MarkupProviders</a></td> |
|
46 <td>Package providing various markup providers.</td> |
|
47 </tr><tr> |
|
48 <td><a href="index-eric6.QScintilla.TypingCompleters.html">TypingCompleters</a></td> |
|
49 <td>Package implementing lexers for the various supported programming languages.</td> |
|
50 </tr> |
|
51 </table> |
|
52 |
|
53 <h3>Modules</h3> |
|
54 <table> |
|
55 <tr> |
|
56 <td><a href="eric6.QScintilla.APIsManager.html">APIsManager</a></td> |
|
57 <td>Module implementing the APIsManager.</td> |
|
58 </tr><tr> |
|
59 <td><a href="eric6.QScintilla.Editor.html">Editor</a></td> |
|
60 <td>Module implementing the editor component of the eric6 IDE.</td> |
|
61 </tr><tr> |
|
62 <td><a href="eric6.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><tr> |
|
65 <td><a href="eric6.QScintilla.EditorButtonsWidget.html">EditorButtonsWidget</a></td> |
|
66 <td>Module implementing a widget containing various buttons for accessing editor actions.</td> |
|
67 </tr><tr> |
|
68 <td><a href="eric6.QScintilla.EditorMarkerMap.html">EditorMarkerMap</a></td> |
|
69 <td>Module implementing a class for showing an editor marker map.</td> |
|
70 </tr><tr> |
|
71 <td><a href="eric6.QScintilla.GotoDialog.html">GotoDialog</a></td> |
|
72 <td>Module implementing the Goto dialog.</td> |
|
73 </tr><tr> |
|
74 <td><a href="eric6.QScintilla.KeySequenceTranslator.html">KeySequenceTranslator</a></td> |
|
75 <td>Module implementing functions to map QScintilla keyboard commands to QKeySequence standard keys.</td> |
|
76 </tr><tr> |
|
77 <td><a href="eric6.QScintilla.MiniEditor.html">MiniEditor</a></td> |
|
78 <td>Module implementing a minimalistic editor for simple editing tasks.</td> |
|
79 </tr><tr> |
|
80 <td><a href="eric6.QScintilla.Printer.html">Printer</a></td> |
|
81 <td>Module implementing the printer functionality.</td> |
|
82 </tr><tr> |
|
83 <td><a href="eric6.QScintilla.QsciScintillaCompat.html">QsciScintillaCompat</a></td> |
|
84 <td>Module implementing a compatability interface class to QsciScintilla.</td> |
|
85 </tr><tr> |
|
86 <td><a href="eric6.QScintilla.SearchReplaceWidget.html">SearchReplaceWidget</a></td> |
|
87 <td>Module implementing the search and replace widget.</td> |
|
88 </tr><tr> |
|
89 <td><a href="eric6.QScintilla.Shell.html">Shell</a></td> |
|
90 <td>Module implementing a graphical Python shell.</td> |
|
91 </tr><tr> |
|
92 <td><a href="eric6.QScintilla.ShellHistoryDialog.html">ShellHistoryDialog</a></td> |
|
93 <td>Module implementing the shell history dialog.</td> |
|
94 </tr><tr> |
|
95 <td><a href="eric6.QScintilla.ShellWindow.html">ShellWindow</a></td> |
|
96 <td>Module implementing a stand alone shell window.</td> |
|
97 </tr><tr> |
|
98 <td><a href="eric6.QScintilla.SortOptionsDialog.html">SortOptionsDialog</a></td> |
|
99 <td>Module implementing a dialog to enter the sort options for a line sort.</td> |
|
100 </tr><tr> |
|
101 <td><a href="eric6.QScintilla.SpellChecker.html">SpellChecker</a></td> |
|
102 <td>Module implementing the spell checker for the editor component.</td> |
|
103 </tr><tr> |
|
104 <td><a href="eric6.QScintilla.SpellCheckingDialog.html">SpellCheckingDialog</a></td> |
|
105 <td>Module implementing the spell checking dialog.</td> |
|
106 </tr><tr> |
|
107 <td><a href="eric6.QScintilla.SpellingDictionaryEditDialog.html">SpellingDictionaryEditDialog</a></td> |
|
108 <td>Module implementing a dialog to edit the various spell checking dictionaries.</td> |
|
109 </tr><tr> |
|
110 <td><a href="eric6.QScintilla.ZoomDialog.html">ZoomDialog</a></td> |
|
111 <td>Module implementing a dialog to select the zoom scale.</td> |
|
112 </tr> |
|
113 </table> |
|
114 </body></html> |