19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body><a NAME="top" ID="top"></a> |
22 <h1>eric5.QScintilla.EditorAssembly</h1> |
22 <h1>eric5.QScintilla.EditorAssembly</h1> |
23 <p> |
23 <p> |
24 Module implementing the editor assembly widget containing the navigation combos and |
24 Module implementing the editor assembly widget containing the navigation |
25 the editor widget. |
25 combos and the editor widget. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="EditorAssembly" ID="EditorAssembly"></a> |
43 <a NAME="EditorAssembly" ID="EditorAssembly"></a> |
44 <h2>EditorAssembly</h2> |
44 <h2>EditorAssembly</h2> |
45 <p> |
45 <p> |
46 Class implementing the editor assembly widget containing the navigation combos and |
46 Class implementing the editor assembly widget containing the navigation |
47 the editor widget. |
47 combos and the editor widget. |
48 </p> |
48 </p> |
49 <h3>Derived from</h3> |
49 <h3>Derived from</h3> |
50 QWidget |
50 QWidget |
51 <h3>Class Attributes</h3> |
51 <h3>Class Attributes</h3> |
52 <table> |
52 <table> |
98 <dd> |
98 <dd> |
99 reference to the debug server object |
99 reference to the debug server object |
100 </dd><dt><i>fn</i></dt> |
100 </dd><dt><i>fn</i></dt> |
101 <dd> |
101 <dd> |
102 name of the file to be opened (string). If it is None, |
102 name of the file to be opened (string). If it is None, |
103 a new (empty) editor is opened |
103 a new (empty) editor is opened |
104 </dd><dt><i>vm</i></dt> |
104 </dd><dt><i>vm</i></dt> |
105 <dd> |
105 <dd> |
106 reference to the view manager object (ViewManager.ViewManager) |
106 reference to the view manager object |
|
107 (ViewManager.ViewManager) |
107 </dd><dt><i>filetype</i></dt> |
108 </dd><dt><i>filetype</i></dt> |
108 <dd> |
109 <dd> |
109 type of the source file (string) |
110 type of the source file (string) |
110 </dd><dt><i>editor</i></dt> |
111 </dd><dt><i>editor</i></dt> |
111 <dd> |
112 <dd> |
126 </dd> |
127 </dd> |
127 </dl><a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a> |
128 </dl><a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a> |
128 <h4>EditorAssembly.__globalsActivated</h4> |
129 <h4>EditorAssembly.__globalsActivated</h4> |
129 <b>__globalsActivated</b>(<i>index, moveCursor=True</i>) |
130 <b>__globalsActivated</b>(<i>index, moveCursor=True</i>) |
130 <p> |
131 <p> |
131 Private method to jump to the line of the selected global entry and to populate |
132 Private method to jump to the line of the selected global entry and to |
132 the members combo box. |
133 populate the members combo box. |
133 </p><dl> |
134 </p><dl> |
134 <dt><i>index</i></dt> |
135 <dt><i>index</i></dt> |
135 <dd> |
136 <dd> |
136 index of the selected entry (integer) |
137 index of the selected entry (integer) |
137 </dd><dt><i>moveCursor=</i></dt> |
138 </dd><dt><i>moveCursor=</i></dt> |
138 <dd> |
139 <dd> |
139 flag indicating to move the editor cursor (boolean) |
140 flag indicating to move the editor cursor |
|
141 (boolean) |
140 </dd> |
142 </dd> |
141 </dl><a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a> |
143 </dl><a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a> |
142 <h4>EditorAssembly.__membersActivated</h4> |
144 <h4>EditorAssembly.__membersActivated</h4> |
143 <b>__membersActivated</b>(<i>index, moveCursor=True</i>) |
145 <b>__membersActivated</b>(<i>index, moveCursor=True</i>) |
144 <p> |
146 <p> |
147 <dt><i>index</i></dt> |
149 <dt><i>index</i></dt> |
148 <dd> |
150 <dd> |
149 index of the selected entry (integer) |
151 index of the selected entry (integer) |
150 </dd><dt><i>moveCursor=</i></dt> |
152 </dd><dt><i>moveCursor=</i></dt> |
151 <dd> |
153 <dd> |
152 flag indicating to move the editor cursor (boolean) |
154 flag indicating to move the editor cursor |
|
155 (boolean) |
153 </dd> |
156 </dd> |
154 </dl><a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a> |
157 </dl><a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a> |
155 <h4>EditorAssembly.__parseEditor</h4> |
158 <h4>EditorAssembly.__parseEditor</h4> |
156 <b>__parseEditor</b>(<i></i>) |
159 <b>__parseEditor</b>(<i></i>) |
157 <p> |
160 <p> |
158 Private method to parse the editor source and repopulate the globals combo. |
161 Private method to parse the editor source and repopulate the globals |
|
162 combo. |
159 </p><a NAME="EditorAssembly.__resetParseTimer" ID="EditorAssembly.__resetParseTimer"></a> |
163 </p><a NAME="EditorAssembly.__resetParseTimer" ID="EditorAssembly.__resetParseTimer"></a> |
160 <h4>EditorAssembly.__resetParseTimer</h4> |
164 <h4>EditorAssembly.__resetParseTimer</h4> |
161 <b>__resetParseTimer</b>(<i></i>) |
165 <b>__resetParseTimer</b>(<i></i>) |
162 <p> |
166 <p> |
163 Private slot to reset the parse timer. |
167 Private slot to reset the parse timer. |