eric6/Documentation/Source/eric6.QScintilla.EditorAssembly.html

changeset 7693
a51f82458a1b
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7692:94f0017f9372 7693:a51f82458a1b
73 <tr> 73 <tr>
74 <td><a href="#EditorAssembly.__init__">EditorAssembly</a></td> 74 <td><a href="#EditorAssembly.__init__">EditorAssembly</a></td>
75 <td>Constructor</td> 75 <td>Constructor</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#EditorAssembly.__activateCombos">__activateCombos</a></td>
79 <td>Private slot to activate the navigation combo boxes.</td>
80 </tr>
81 <tr>
82 <td><a href="#EditorAssembly.__activateOutline">__activateOutline</a></td>
83 <td>Private slot to activate the source outline view.</td>
84 </tr>
85 <tr>
86 <td><a href="#EditorAssembly.__editorChanged">__editorChanged</a></td>
87 <td>Private slot handling changes of the editor language or file name.</td>
88 </tr>
89 <tr>
78 <td><a href="#EditorAssembly.__editorCursorLineChanged">__editorCursorLineChanged</a></td> 90 <td><a href="#EditorAssembly.__editorCursorLineChanged">__editorCursorLineChanged</a></td>
79 <td>Private slot handling a line change of the cursor of the editor.</td> 91 <td>Private slot handling a line change of the cursor of the editor.</td>
80 </tr> 92 </tr>
81 <tr> 93 <tr>
82 <td><a href="#EditorAssembly.__globalsActivated">__globalsActivated</a></td> 94 <td><a href="#EditorAssembly.__globalsActivated">__globalsActivated</a></td>
87 <td>Private method to jump to the line of the selected members entry.</td> 99 <td>Private method to jump to the line of the selected members entry.</td>
88 </tr> 100 </tr>
89 <tr> 101 <tr>
90 <td><a href="#EditorAssembly.__parseEditor">__parseEditor</a></td> 102 <td><a href="#EditorAssembly.__parseEditor">__parseEditor</a></td>
91 <td>Private method to parse the editor source and repopulate the globals combo.</td> 103 <td>Private method to parse the editor source and repopulate the globals combo.</td>
104 </tr>
105 <tr>
106 <td><a href="#EditorAssembly.__preferencesChanged">__preferencesChanged</a></td>
107 <td>Private slot handling a change of preferences.</td>
92 </tr> 108 </tr>
93 <tr> 109 <tr>
94 <td><a href="#EditorAssembly.__resetParseTimer">__resetParseTimer</a></td> 110 <td><a href="#EditorAssembly.__resetParseTimer">__resetParseTimer</a></td>
95 <td>Private slot to reset the parse timer.</td> 111 <td>Private slot to reset the parse timer.</td>
96 </tr> 112 </tr>
116 <p> 132 <p>
117 Constructor 133 Constructor
118 </p> 134 </p>
119 <dl> 135 <dl>
120 136
121 <dt><i>dbs</i></dt> 137 <dt><i>dbs</i> (DebugServer)</dt>
122 <dd> 138 <dd>
123 reference to the debug server object 139 reference to the debug server object
124 </dd> 140 </dd>
125 <dt><i>fn</i></dt> 141 <dt><i>fn</i> (str)</dt>
126 <dd> 142 <dd>
127 name of the file to be opened (string). If it is None, 143 name of the file to be opened. If it is None,
128 a new (empty) editor is opened 144 a new (empty) editor is opened.
129 </dd> 145 </dd>
130 <dt><i>vm</i></dt> 146 <dt><i>vm</i> (ViewManager.ViewManager)</dt>
131 <dd> 147 <dd>
132 reference to the view manager object 148 reference to the view manager object
133 (ViewManager.ViewManager) 149 </dd>
134 </dd> 150 <dt><i>filetype</i> (str)</dt>
135 <dt><i>filetype</i></dt> 151 <dd>
136 <dd> 152 type of the source file
137 type of the source file (string) 153 </dd>
138 </dd> 154 <dt><i>editor</i> (Editor)</dt>
139 <dt><i>editor</i></dt>
140 <dd> 155 <dd>
141 reference to an Editor object, if this is a cloned view 156 reference to an Editor object, if this is a cloned view
142 </dd> 157 </dd>
143 <dt><i>tv</i></dt> 158 <dt><i>tv</i> (TaskViewer)</dt>
144 <dd> 159 <dd>
145 reference to the task viewer object 160 reference to the task viewer object
146 </dd> 161 </dd>
147 </dl> 162 </dl>
163 <a NAME="EditorAssembly.__activateCombos" ID="EditorAssembly.__activateCombos"></a>
164 <h4>EditorAssembly.__activateCombos</h4>
165 <b>__activateCombos</b>(<i>activate</i>)
166
167 <p>
168 Private slot to activate the navigation combo boxes.
169 </p>
170 <dl>
171
172 <dt><i>activate</i> (bool)</dt>
173 <dd>
174 flag indicating to activate the combo boxes
175 </dd>
176 </dl>
177 <a NAME="EditorAssembly.__activateOutline" ID="EditorAssembly.__activateOutline"></a>
178 <h4>EditorAssembly.__activateOutline</h4>
179 <b>__activateOutline</b>(<i>activate</i>)
180
181 <p>
182 Private slot to activate the source outline view.
183 </p>
184 <dl>
185
186 <dt><i>activate</i> (bool)</dt>
187 <dd>
188 flag indicating to activate the source outline view
189 </dd>
190 </dl>
191 <a NAME="EditorAssembly.__editorChanged" ID="EditorAssembly.__editorChanged"></a>
192 <h4>EditorAssembly.__editorChanged</h4>
193 <b>__editorChanged</b>(<i></i>)
194
195 <p>
196 Private slot handling changes of the editor language or file name.
197 </p>
148 <a NAME="EditorAssembly.__editorCursorLineChanged" ID="EditorAssembly.__editorCursorLineChanged"></a> 198 <a NAME="EditorAssembly.__editorCursorLineChanged" ID="EditorAssembly.__editorCursorLineChanged"></a>
149 <h4>EditorAssembly.__editorCursorLineChanged</h4> 199 <h4>EditorAssembly.__editorCursorLineChanged</h4>
150 <b>__editorCursorLineChanged</b>(<i>lineno</i>) 200 <b>__editorCursorLineChanged</b>(<i>lineno</i>)
151 201
152 <p> 202 <p>
153 Private slot handling a line change of the cursor of the editor. 203 Private slot handling a line change of the cursor of the editor.
154 </p> 204 </p>
155 <dl> 205 <dl>
156 206
157 <dt><i>lineno</i></dt> 207 <dt><i>lineno</i> (int)</dt>
158 <dd> 208 <dd>
159 line number of the cursor (integer) 209 line number of the cursor
160 </dd> 210 </dd>
161 </dl> 211 </dl>
162 <a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a> 212 <a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a>
163 <h4>EditorAssembly.__globalsActivated</h4> 213 <h4>EditorAssembly.__globalsActivated</h4>
164 <b>__globalsActivated</b>(<i>index, moveCursor=True</i>) 214 <b>__globalsActivated</b>(<i>index, moveCursor=True</i>)
167 Private method to jump to the line of the selected global entry and to 217 Private method to jump to the line of the selected global entry and to
168 populate the members combo box. 218 populate the members combo box.
169 </p> 219 </p>
170 <dl> 220 <dl>
171 221
172 <dt><i>index</i></dt> 222 <dt><i>index</i> (int)</dt>
173 <dd> 223 <dd>
174 index of the selected entry (integer) 224 index of the selected entry
175 </dd> 225 </dd>
176 <dt><i>moveCursor=</i></dt> 226 <dt><i>moveCursor</i> (bool)</dt>
177 <dd> 227 <dd>
178 flag indicating to move the editor cursor 228 flag indicating to move the editor cursor
179 (boolean)
180 </dd> 229 </dd>
181 </dl> 230 </dl>
182 <a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a> 231 <a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a>
183 <h4>EditorAssembly.__membersActivated</h4> 232 <h4>EditorAssembly.__membersActivated</h4>
184 <b>__membersActivated</b>(<i>index, moveCursor=True</i>) 233 <b>__membersActivated</b>(<i>index, moveCursor=True</i>)
186 <p> 235 <p>
187 Private method to jump to the line of the selected members entry. 236 Private method to jump to the line of the selected members entry.
188 </p> 237 </p>
189 <dl> 238 <dl>
190 239
191 <dt><i>index</i></dt> 240 <dt><i>index</i> (int)</dt>
192 <dd> 241 <dd>
193 index of the selected entry (integer) 242 index of the selected entry
194 </dd> 243 </dd>
195 <dt><i>moveCursor=</i></dt> 244 <dt><i>moveCursor</i> (bool)</dt>
196 <dd> 245 <dd>
197 flag indicating to move the editor cursor 246 flag indicating to move the editor cursor
198 (boolean)
199 </dd> 247 </dd>
200 </dl> 248 </dl>
201 <a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a> 249 <a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a>
202 <h4>EditorAssembly.__parseEditor</h4> 250 <h4>EditorAssembly.__parseEditor</h4>
203 <b>__parseEditor</b>(<i></i>) 251 <b>__parseEditor</b>(<i></i>)
204 252
205 <p> 253 <p>
206 Private method to parse the editor source and repopulate the globals 254 Private method to parse the editor source and repopulate the globals
207 combo. 255 combo.
208 </p> 256 </p>
257 <a NAME="EditorAssembly.__preferencesChanged" ID="EditorAssembly.__preferencesChanged"></a>
258 <h4>EditorAssembly.__preferencesChanged</h4>
259 <b>__preferencesChanged</b>(<i></i>)
260
261 <p>
262 Private slot handling a change of preferences.
263 </p>
209 <a NAME="EditorAssembly.__resetParseTimer" ID="EditorAssembly.__resetParseTimer"></a> 264 <a NAME="EditorAssembly.__resetParseTimer" ID="EditorAssembly.__resetParseTimer"></a>
210 <h4>EditorAssembly.__resetParseTimer</h4> 265 <h4>EditorAssembly.__resetParseTimer</h4>
211 <b>__resetParseTimer</b>(<i></i>) 266 <b>__resetParseTimer</b>(<i></i>)
212 267
213 <p> 268 <p>
221 Public method to get the reference to the editor widget. 276 Public method to get the reference to the editor widget.
222 </p> 277 </p>
223 <dl> 278 <dl>
224 <dt>Returns:</dt> 279 <dt>Returns:</dt>
225 <dd> 280 <dd>
226 reference to the editor widget (Editor) 281 reference to the editor widget
282 </dd>
283 </dl>
284 <dl>
285 <dt>Return Type:</dt>
286 <dd>
287 Editor
227 </dd> 288 </dd>
228 </dl> 289 </dl>
229 <a NAME="EditorAssembly.shutdownTimer" ID="EditorAssembly.shutdownTimer"></a> 290 <a NAME="EditorAssembly.shutdownTimer" ID="EditorAssembly.shutdownTimer"></a>
230 <h4>EditorAssembly.shutdownTimer</h4> 291 <h4>EditorAssembly.shutdownTimer</h4>
231 <b>shutdownTimer</b>(<i></i>) 292 <b>shutdownTimer</b>(<i></i>)

eric ide

mercurial