16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.ViewManager.ViewManager</h1> |
23 <h1>eric6.ViewManager.ViewManager</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the viewmanager base class. |
26 Module implementing the viewmanager base class. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#QuickSearchLineEdit">QuickSearchLineEdit</a></td> |
38 <td><a href="#QuickSearchLineEdit">QuickSearchLineEdit</a></td> |
34 <td>Class implementing a line edit that reacts to newline and cancel commands.</td> |
39 <td>Class implementing a line edit that reacts to newline and cancel commands.</td> |
35 </tr><tr> |
40 </tr> |
|
41 <tr> |
36 <td><a href="#ViewManager">ViewManager</a></td> |
42 <td><a href="#ViewManager">ViewManager</a></td> |
37 <td>Base class inherited by all specific viewmanager classes.</td> |
43 <td>Base class inherited by all specific viewmanager classes.</td> |
38 </tr> |
44 </tr> |
39 </table> |
45 </table> |
40 <h3>Functions</h3> |
46 <h3>Functions</h3> |
|
47 |
41 <table> |
48 <table> |
42 <tr><td>None</td></tr> |
49 <tr><td>None</td></tr> |
43 </table> |
50 </table> |
44 <hr /><hr /> |
51 <hr /> |
|
52 <hr /> |
45 <a NAME="QuickSearchLineEdit" ID="QuickSearchLineEdit"></a> |
53 <a NAME="QuickSearchLineEdit" ID="QuickSearchLineEdit"></a> |
46 <h2>QuickSearchLineEdit</h2> |
54 <h2>QuickSearchLineEdit</h2> |
|
55 |
47 <p> |
56 <p> |
48 Class implementing a line edit that reacts to newline and cancel commands. |
57 Class implementing a line edit that reacts to newline and cancel commands. |
49 </p><h3>Signals</h3> |
58 </p> |
50 <dl> |
59 <h3>Signals</h3> |
|
60 <dl> |
|
61 |
51 <dt>escPressed()</dt> |
62 <dt>escPressed()</dt> |
52 <dd> |
63 <dd> |
53 emitted after the cancel command was activated |
64 emitted after the cancel command was activated |
54 </dd><dt>gotFocus()</dt> |
65 </dd> |
|
66 <dt>gotFocus()</dt> |
55 <dd> |
67 <dd> |
56 emitted when the focus is changed to this widget |
68 emitted when the focus is changed to this widget |
57 </dd> |
69 </dd> |
58 </dl> |
70 </dl> |
59 <h3>Derived from</h3> |
71 <h3>Derived from</h3> |
60 QLineEdit |
72 QLineEdit |
61 <h3>Class Attributes</h3> |
73 <h3>Class Attributes</h3> |
|
74 |
62 <table> |
75 <table> |
63 <tr><td>None</td></tr> |
76 <tr><td>None</td></tr> |
64 </table> |
77 </table> |
65 <h3>Class Methods</h3> |
78 <h3>Class Methods</h3> |
|
79 |
66 <table> |
80 <table> |
67 <tr><td>None</td></tr> |
81 <tr><td>None</td></tr> |
68 </table> |
82 </table> |
69 <h3>Methods</h3> |
83 <h3>Methods</h3> |
|
84 |
70 <table> |
85 <table> |
|
86 |
71 <tr> |
87 <tr> |
72 <td><a href="#QuickSearchLineEdit.editorCommand">editorCommand</a></td> |
88 <td><a href="#QuickSearchLineEdit.editorCommand">editorCommand</a></td> |
73 <td>Public method to perform an editor command.</td> |
89 <td>Public method to perform an editor command.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#QuickSearchLineEdit.focusInEvent">focusInEvent</a></td> |
92 <td><a href="#QuickSearchLineEdit.focusInEvent">focusInEvent</a></td> |
76 <td>Protected method to record the current editor widget.</td> |
93 <td>Protected method to record the current editor widget.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#QuickSearchLineEdit.keyPressEvent">keyPressEvent</a></td> |
96 <td><a href="#QuickSearchLineEdit.keyPressEvent">keyPressEvent</a></td> |
79 <td>Protected method to handle the press of the ESC key.</td> |
97 <td>Protected method to handle the press of the ESC key.</td> |
80 </tr> |
98 </tr> |
81 </table> |
99 </table> |
82 <h3>Static Methods</h3> |
100 <h3>Static Methods</h3> |
|
101 |
83 <table> |
102 <table> |
84 <tr><td>None</td></tr> |
103 <tr><td>None</td></tr> |
85 </table> |
104 </table> |
|
105 |
86 <a NAME="QuickSearchLineEdit.editorCommand" ID="QuickSearchLineEdit.editorCommand"></a> |
106 <a NAME="QuickSearchLineEdit.editorCommand" ID="QuickSearchLineEdit.editorCommand"></a> |
87 <h4>QuickSearchLineEdit.editorCommand</h4> |
107 <h4>QuickSearchLineEdit.editorCommand</h4> |
88 <b>editorCommand</b>(<i>cmd</i>) |
108 <b>editorCommand</b>(<i>cmd</i>) |
|
109 |
89 <p> |
110 <p> |
90 Public method to perform an editor command. |
111 Public method to perform an editor command. |
91 </p><dl> |
112 </p> |
|
113 <dl> |
|
114 |
92 <dt><i>cmd</i></dt> |
115 <dt><i>cmd</i></dt> |
93 <dd> |
116 <dd> |
94 the scintilla command to be performed |
117 the scintilla command to be performed |
95 </dd> |
118 </dd> |
96 </dl><a NAME="QuickSearchLineEdit.focusInEvent" ID="QuickSearchLineEdit.focusInEvent"></a> |
119 </dl> |
|
120 <a NAME="QuickSearchLineEdit.focusInEvent" ID="QuickSearchLineEdit.focusInEvent"></a> |
97 <h4>QuickSearchLineEdit.focusInEvent</h4> |
121 <h4>QuickSearchLineEdit.focusInEvent</h4> |
98 <b>focusInEvent</b>(<i>evt</i>) |
122 <b>focusInEvent</b>(<i>evt</i>) |
|
123 |
99 <p> |
124 <p> |
100 Protected method to record the current editor widget. |
125 Protected method to record the current editor widget. |
101 </p><dl> |
126 </p> |
|
127 <dl> |
|
128 |
102 <dt><i>evt</i></dt> |
129 <dt><i>evt</i></dt> |
103 <dd> |
130 <dd> |
104 focus event (QFocusEvent) |
131 focus event (QFocusEvent) |
105 </dd> |
132 </dd> |
106 </dl><a NAME="QuickSearchLineEdit.keyPressEvent" ID="QuickSearchLineEdit.keyPressEvent"></a> |
133 </dl> |
|
134 <a NAME="QuickSearchLineEdit.keyPressEvent" ID="QuickSearchLineEdit.keyPressEvent"></a> |
107 <h4>QuickSearchLineEdit.keyPressEvent</h4> |
135 <h4>QuickSearchLineEdit.keyPressEvent</h4> |
108 <b>keyPressEvent</b>(<i>evt</i>) |
136 <b>keyPressEvent</b>(<i>evt</i>) |
|
137 |
109 <p> |
138 <p> |
110 Protected method to handle the press of the ESC key. |
139 Protected method to handle the press of the ESC key. |
111 </p><dl> |
140 </p> |
|
141 <dl> |
|
142 |
112 <dt><i>evt</i></dt> |
143 <dt><i>evt</i></dt> |
113 <dd> |
144 <dd> |
114 key event (QKeyPressEvent) |
145 key event (QKeyPressEvent) |
115 </dd> |
146 </dd> |
116 </dl> |
147 </dl> |
117 <div align="right"><a href="#top">Up</a></div> |
148 <div align="right"><a href="#top">Up</a></div> |
118 <hr /><hr /> |
149 <hr /> |
|
150 <hr /> |
119 <a NAME="ViewManager" ID="ViewManager"></a> |
151 <a NAME="ViewManager" ID="ViewManager"></a> |
120 <h2>ViewManager</h2> |
152 <h2>ViewManager</h2> |
|
153 |
121 <p> |
154 <p> |
122 Base class inherited by all specific viewmanager classes. |
155 Base class inherited by all specific viewmanager classes. |
123 </p><p> |
156 </p> |
|
157 <p> |
124 It defines the interface to be implemented by specific |
158 It defines the interface to be implemented by specific |
125 viewmanager classes and all common methods. |
159 viewmanager classes and all common methods. |
126 </p><h3>Signals</h3> |
160 </p> |
127 <dl> |
161 <h3>Signals</h3> |
|
162 <dl> |
|
163 |
128 <dt>astViewerStateChanged(bool)</dt> |
164 <dt>astViewerStateChanged(bool)</dt> |
129 <dd> |
165 <dd> |
130 emitted to signal a change in the |
166 emitted to signal a change in the |
131 AST viewer state |
167 AST viewer state |
132 </dd><dt>bookmarkToggled(Editor)</dt> |
168 </dd> |
|
169 <dt>bookmarkToggled(Editor)</dt> |
133 <dd> |
170 <dd> |
134 emitted when a bookmark is toggled |
171 emitted when a bookmark is toggled |
135 </dd><dt>breakpointToggled(Editor)</dt> |
172 </dd> |
|
173 <dt>breakpointToggled(Editor)</dt> |
136 <dd> |
174 <dd> |
137 emitted when a breakpoint is toggled |
175 emitted when a breakpoint is toggled |
138 </dd><dt>changeCaption(str)</dt> |
176 </dd> |
|
177 <dt>changeCaption(str)</dt> |
139 <dd> |
178 <dd> |
140 emitted if a change of the caption is necessary |
179 emitted if a change of the caption is necessary |
141 </dd><dt>checkActions(Editor)</dt> |
180 </dd> |
|
181 <dt>checkActions(Editor)</dt> |
142 <dd> |
182 <dd> |
143 emitted when some actions should be checked |
183 emitted when some actions should be checked |
144 for their status |
184 for their status |
145 </dd><dt>cursorChanged(Editor)</dt> |
185 </dd> |
|
186 <dt>cursorChanged(Editor)</dt> |
146 <dd> |
187 <dd> |
147 emitted after the cursor position of the |
188 emitted after the cursor position of the |
148 active window has changed |
189 active window has changed |
149 </dd><dt>editorChanged(str)</dt> |
190 </dd> |
|
191 <dt>editorChanged(str)</dt> |
150 <dd> |
192 <dd> |
151 emitted when the current editor has changed |
193 emitted when the current editor has changed |
152 </dd><dt>editorChangedEd(Editor)</dt> |
194 </dd> |
|
195 <dt>editorChangedEd(Editor)</dt> |
153 <dd> |
196 <dd> |
154 emitted when the current editor has changed |
197 emitted when the current editor has changed |
155 </dd><dt>editorClosed(str)</dt> |
198 </dd> |
|
199 <dt>editorClosed(str)</dt> |
156 <dd> |
200 <dd> |
157 emitted just before an editor window gets closed |
201 emitted just before an editor window gets closed |
158 </dd><dt>editorClosedEd(Editor)</dt> |
202 </dd> |
|
203 <dt>editorClosedEd(Editor)</dt> |
159 <dd> |
204 <dd> |
160 emitted just before an editor window gets |
205 emitted just before an editor window gets |
161 closed |
206 closed |
162 </dd><dt>editorDoubleClickedEd(Editor, position, buttons)</dt> |
207 </dd> |
|
208 <dt>editorDoubleClickedEd(Editor, position, buttons)</dt> |
163 <dd> |
209 <dd> |
164 emitted to signal |
210 emitted to signal |
165 a mouse double click in an editor |
211 a mouse double click in an editor |
166 </dd><dt>editorLanguageChanged(Editor)</dt> |
212 </dd> |
|
213 <dt>editorLanguageChanged(Editor)</dt> |
167 <dd> |
214 <dd> |
168 emitted to signal a change of an |
215 emitted to signal a change of an |
169 editor's language |
216 editor's language |
170 </dd><dt>editorLineChanged(str,int)</dt> |
217 </dd> |
|
218 <dt>editorLineChanged(str,int)</dt> |
171 <dd> |
219 <dd> |
172 emitted to signal a change of an |
220 emitted to signal a change of an |
173 editor's current line (line is given one based) |
221 editor's current line (line is given one based) |
174 </dd><dt>editorOpened(str)</dt> |
222 </dd> |
|
223 <dt>editorOpened(str)</dt> |
175 <dd> |
224 <dd> |
176 emitted after an editor window was opened |
225 emitted after an editor window was opened |
177 </dd><dt>editorOpenedEd(Editor)</dt> |
226 </dd> |
|
227 <dt>editorOpenedEd(Editor)</dt> |
178 <dd> |
228 <dd> |
179 emitted after an editor window was opened |
229 emitted after an editor window was opened |
180 </dd><dt>editorRenamed(str)</dt> |
230 </dd> |
|
231 <dt>editorRenamed(str)</dt> |
181 <dd> |
232 <dd> |
182 emitted after an editor was renamed |
233 emitted after an editor was renamed |
183 </dd><dt>editorRenamedEd(Editor)</dt> |
234 </dd> |
|
235 <dt>editorRenamedEd(Editor)</dt> |
184 <dd> |
236 <dd> |
185 emitted after an editor was renamed |
237 emitted after an editor was renamed |
186 </dd><dt>editorSaved(str)</dt> |
238 </dd> |
|
239 <dt>editorSaved(str)</dt> |
187 <dd> |
240 <dd> |
188 emitted after an editor window was saved |
241 emitted after an editor window was saved |
189 </dd><dt>editorSavedEd(Editor)</dt> |
242 </dd> |
|
243 <dt>editorSavedEd(Editor)</dt> |
190 <dd> |
244 <dd> |
191 emitted after an editor window was saved |
245 emitted after an editor window was saved |
192 </dd><dt>editorTextChanged(Editor)</dt> |
246 </dd> |
|
247 <dt>editorTextChanged(Editor)</dt> |
193 <dd> |
248 <dd> |
194 emitted to signal a change of an |
249 emitted to signal a change of an |
195 editor's text |
250 editor's text |
196 </dd><dt>lastEditorClosed()</dt> |
251 </dd> |
|
252 <dt>lastEditorClosed()</dt> |
197 <dd> |
253 <dd> |
198 emitted after the last editor window was closed |
254 emitted after the last editor window was closed |
199 </dd><dt>previewStateChanged(bool)</dt> |
255 </dd> |
|
256 <dt>previewStateChanged(bool)</dt> |
200 <dd> |
257 <dd> |
201 emitted to signal a change in the |
258 emitted to signal a change in the |
202 preview state |
259 preview state |
203 </dd><dt>syntaxerrorToggled(Editor)</dt> |
260 </dd> |
|
261 <dt>syntaxerrorToggled(Editor)</dt> |
204 <dd> |
262 <dd> |
205 emitted when a syntax error is toggled |
263 emitted when a syntax error is toggled |
206 </dd> |
264 </dd> |
207 </dl> |
265 </dl> |
208 <h3>Derived from</h3> |
266 <h3>Derived from</h3> |
209 QWidget |
267 QWidget |
210 <h3>Class Attributes</h3> |
268 <h3>Class Attributes</h3> |
|
269 |
211 <table> |
270 <table> |
212 <tr><td>None</td></tr> |
271 <tr><td>None</td></tr> |
213 </table> |
272 </table> |
214 <h3>Class Methods</h3> |
273 <h3>Class Methods</h3> |
|
274 |
215 <table> |
275 <table> |
216 <tr><td>None</td></tr> |
276 <tr><td>None</td></tr> |
217 </table> |
277 </table> |
218 <h3>Methods</h3> |
278 <h3>Methods</h3> |
|
279 |
219 <table> |
280 <table> |
|
281 |
220 <tr> |
282 <tr> |
221 <td><a href="#ViewManager.__init__">ViewManager</a></td> |
283 <td><a href="#ViewManager.__init__">ViewManager</a></td> |
222 <td>Constructor</td> |
284 <td>Constructor</td> |
223 </tr><tr> |
285 </tr> |
|
286 <tr> |
224 <td><a href="#ViewManager.__addBookmarked">__addBookmarked</a></td> |
287 <td><a href="#ViewManager.__addBookmarked">__addBookmarked</a></td> |
225 <td>Private method to add the current file to the list of bookmarked files.</td> |
288 <td>Private method to add the current file to the list of bookmarked files.</td> |
226 </tr><tr> |
289 </tr> |
|
290 <tr> |
227 <td><a href="#ViewManager.__astViewer">__astViewer</a></td> |
291 <td><a href="#ViewManager.__astViewer">__astViewer</a></td> |
228 <td>Private slot to handle a change of the AST Viewer selection state.</td> |
292 <td>Private slot to handle a change of the AST Viewer selection state.</td> |
229 </tr><tr> |
293 </tr> |
|
294 <tr> |
230 <td><a href="#ViewManager.__autosave">__autosave</a></td> |
295 <td><a href="#ViewManager.__autosave">__autosave</a></td> |
231 <td>Private slot to save the contents of all editors automatically.</td> |
296 <td>Private slot to save the contents of all editors automatically.</td> |
232 </tr><tr> |
297 </tr> |
|
298 <tr> |
233 <td><a href="#ViewManager.__bookmarkSelected">__bookmarkSelected</a></td> |
299 <td><a href="#ViewManager.__bookmarkSelected">__bookmarkSelected</a></td> |
234 <td>Private method to handle the bookmark selected signal.</td> |
300 <td>Private method to handle the bookmark selected signal.</td> |
235 </tr><tr> |
301 </tr> |
|
302 <tr> |
236 <td><a href="#ViewManager.__bookmarkToggled">__bookmarkToggled</a></td> |
303 <td><a href="#ViewManager.__bookmarkToggled">__bookmarkToggled</a></td> |
237 <td>Private slot to handle the bookmarkToggled signal.</td> |
304 <td>Private slot to handle the bookmarkToggled signal.</td> |
238 </tr><tr> |
305 </tr> |
|
306 <tr> |
239 <td><a href="#ViewManager.__breakpointToggled">__breakpointToggled</a></td> |
307 <td><a href="#ViewManager.__breakpointToggled">__breakpointToggled</a></td> |
240 <td>Private slot to handle the breakpointToggled signal.</td> |
308 <td>Private slot to handle the breakpointToggled signal.</td> |
241 </tr><tr> |
309 </tr> |
|
310 <tr> |
242 <td><a href="#ViewManager.__changeMarkersUpdated">__changeMarkersUpdated</a></td> |
311 <td><a href="#ViewManager.__changeMarkersUpdated">__changeMarkersUpdated</a></td> |
243 <td>Private slot to handle the changeMarkersUpdated signal.</td> |
312 <td>Private slot to handle the changeMarkersUpdated signal.</td> |
244 </tr><tr> |
313 </tr> |
|
314 <tr> |
245 <td><a href="#ViewManager.__clearAllBookmarks">__clearAllBookmarks</a></td> |
315 <td><a href="#ViewManager.__clearAllBookmarks">__clearAllBookmarks</a></td> |
246 <td>Private method to handle the clear all bookmarks action.</td> |
316 <td>Private method to handle the clear all bookmarks action.</td> |
247 </tr><tr> |
317 </tr> |
|
318 <tr> |
248 <td><a href="#ViewManager.__clearAllFolds">__clearAllFolds</a></td> |
319 <td><a href="#ViewManager.__clearAllFolds">__clearAllFolds</a></td> |
249 <td>Private method to handle the clear all folds action.</td> |
320 <td>Private method to handle the clear all folds action.</td> |
250 </tr><tr> |
321 </tr> |
|
322 <tr> |
251 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td> |
323 <td><a href="#ViewManager.__clearAllSyntaxErrors">__clearAllSyntaxErrors</a></td> |
252 <td>Private method to handle the clear all syntax errors action.</td> |
324 <td>Private method to handle the clear all syntax errors action.</td> |
253 </tr><tr> |
325 </tr> |
|
326 <tr> |
254 <td><a href="#ViewManager.__clearAllWarnings">__clearAllWarnings</a></td> |
327 <td><a href="#ViewManager.__clearAllWarnings">__clearAllWarnings</a></td> |
255 <td>Private method to handle the clear all warnings action.</td> |
328 <td>Private method to handle the clear all warnings action.</td> |
256 </tr><tr> |
329 </tr> |
|
330 <tr> |
257 <td><a href="#ViewManager.__clearBookmarked">__clearBookmarked</a></td> |
331 <td><a href="#ViewManager.__clearBookmarked">__clearBookmarked</a></td> |
258 <td>Private method to clear the bookmarked files menu.</td> |
332 <td>Private method to clear the bookmarked files menu.</td> |
259 </tr><tr> |
333 </tr> |
|
334 <tr> |
260 <td><a href="#ViewManager.__connectEditor">__connectEditor</a></td> |
335 <td><a href="#ViewManager.__connectEditor">__connectEditor</a></td> |
261 <td>Private method to establish all editor connections.</td> |
336 <td>Private method to establish all editor connections.</td> |
262 </tr><tr> |
337 </tr> |
|
338 <tr> |
263 <td><a href="#ViewManager.__convertEOL">__convertEOL</a></td> |
339 <td><a href="#ViewManager.__convertEOL">__convertEOL</a></td> |
264 <td>Private method to handle the convert line end characters action.</td> |
340 <td>Private method to handle the convert line end characters action.</td> |
265 </tr><tr> |
341 </tr> |
|
342 <tr> |
266 <td><a href="#ViewManager.__coverageMarkersShown">__coverageMarkersShown</a></td> |
343 <td><a href="#ViewManager.__coverageMarkersShown">__coverageMarkersShown</a></td> |
267 <td>Private slot to handle the coverageMarkersShown signal.</td> |
344 <td>Private slot to handle the coverageMarkersShown signal.</td> |
268 </tr><tr> |
345 </tr> |
|
346 <tr> |
269 <td><a href="#ViewManager.__cursorChanged">__cursorChanged</a></td> |
347 <td><a href="#ViewManager.__cursorChanged">__cursorChanged</a></td> |
270 <td>Private slot to handle the cursorChanged signal.</td> |
348 <td>Private slot to handle the cursorChanged signal.</td> |
271 </tr><tr> |
349 </tr> |
|
350 <tr> |
272 <td><a href="#ViewManager.__editAutoComplete">__editAutoComplete</a></td> |
351 <td><a href="#ViewManager.__editAutoComplete">__editAutoComplete</a></td> |
273 <td>Private method to handle the autocomplete action.</td> |
352 <td>Private method to handle the autocomplete action.</td> |
274 </tr><tr> |
353 </tr> |
|
354 <tr> |
275 <td><a href="#ViewManager.__editAutoCompleteFromAPIs">__editAutoCompleteFromAPIs</a></td> |
355 <td><a href="#ViewManager.__editAutoCompleteFromAPIs">__editAutoCompleteFromAPIs</a></td> |
276 <td>Private method to handle the autocomplete from APIs action.</td> |
356 <td>Private method to handle the autocomplete from APIs action.</td> |
277 </tr><tr> |
357 </tr> |
|
358 <tr> |
278 <td><a href="#ViewManager.__editAutoCompleteFromAll">__editAutoCompleteFromAll</a></td> |
359 <td><a href="#ViewManager.__editAutoCompleteFromAll">__editAutoCompleteFromAll</a></td> |
279 <td>Private method to handle the autocomplete from All action.</td> |
360 <td>Private method to handle the autocomplete from All action.</td> |
280 </tr><tr> |
361 </tr> |
|
362 <tr> |
281 <td><a href="#ViewManager.__editAutoCompleteFromDoc">__editAutoCompleteFromDoc</a></td> |
363 <td><a href="#ViewManager.__editAutoCompleteFromDoc">__editAutoCompleteFromDoc</a></td> |
282 <td>Private method to handle the autocomplete from document action.</td> |
364 <td>Private method to handle the autocomplete from document action.</td> |
283 </tr><tr> |
365 </tr> |
|
366 <tr> |
284 <td><a href="#ViewManager.__editBookmarked">__editBookmarked</a></td> |
367 <td><a href="#ViewManager.__editBookmarked">__editBookmarked</a></td> |
285 <td>Private method to edit the list of bookmarked files.</td> |
368 <td>Private method to edit the list of bookmarked files.</td> |
286 </tr><tr> |
369 </tr> |
|
370 <tr> |
287 <td><a href="#ViewManager.__editBoxComment">__editBoxComment</a></td> |
371 <td><a href="#ViewManager.__editBoxComment">__editBoxComment</a></td> |
288 <td>Private method to handle the box comment action.</td> |
372 <td>Private method to handle the box comment action.</td> |
289 </tr><tr> |
373 </tr> |
|
374 <tr> |
290 <td><a href="#ViewManager.__editComment">__editComment</a></td> |
375 <td><a href="#ViewManager.__editComment">__editComment</a></td> |
291 <td>Private method to handle the comment action.</td> |
376 <td>Private method to handle the comment action.</td> |
292 </tr><tr> |
377 </tr> |
|
378 <tr> |
293 <td><a href="#ViewManager.__editCopy">__editCopy</a></td> |
379 <td><a href="#ViewManager.__editCopy">__editCopy</a></td> |
294 <td>Private method to handle the copy action.</td> |
380 <td>Private method to handle the copy action.</td> |
295 </tr><tr> |
381 </tr> |
|
382 <tr> |
296 <td><a href="#ViewManager.__editCut">__editCut</a></td> |
383 <td><a href="#ViewManager.__editCut">__editCut</a></td> |
297 <td>Private method to handle the cut action.</td> |
384 <td>Private method to handle the cut action.</td> |
298 </tr><tr> |
385 </tr> |
|
386 <tr> |
299 <td><a href="#ViewManager.__editDelete">__editDelete</a></td> |
387 <td><a href="#ViewManager.__editDelete">__editDelete</a></td> |
300 <td>Private method to handle the delete action.</td> |
388 <td>Private method to handle the delete action.</td> |
301 </tr><tr> |
389 </tr> |
|
390 <tr> |
302 <td><a href="#ViewManager.__editDeselectAll">__editDeselectAll</a></td> |
391 <td><a href="#ViewManager.__editDeselectAll">__editDeselectAll</a></td> |
303 <td>Private method to handle the select all action.</td> |
392 <td>Private method to handle the select all action.</td> |
304 </tr><tr> |
393 </tr> |
|
394 <tr> |
305 <td><a href="#ViewManager.__editIndent">__editIndent</a></td> |
395 <td><a href="#ViewManager.__editIndent">__editIndent</a></td> |
306 <td>Private method to handle the indent action.</td> |
396 <td>Private method to handle the indent action.</td> |
307 </tr><tr> |
397 </tr> |
|
398 <tr> |
308 <td><a href="#ViewManager.__editJoin">__editJoin</a></td> |
399 <td><a href="#ViewManager.__editJoin">__editJoin</a></td> |
309 <td>Private method to handle the join action.</td> |
400 <td>Private method to handle the join action.</td> |
310 </tr><tr> |
401 </tr> |
|
402 <tr> |
311 <td><a href="#ViewManager.__editPaste">__editPaste</a></td> |
403 <td><a href="#ViewManager.__editPaste">__editPaste</a></td> |
312 <td>Private method to handle the paste action.</td> |
404 <td>Private method to handle the paste action.</td> |
313 </tr><tr> |
405 </tr> |
|
406 <tr> |
314 <td><a href="#ViewManager.__editProjectPEL">__editProjectPEL</a></td> |
407 <td><a href="#ViewManager.__editProjectPEL">__editProjectPEL</a></td> |
315 <td>Private slot to edit the project exception list.</td> |
408 <td>Private slot to edit the project exception list.</td> |
316 </tr><tr> |
409 </tr> |
|
410 <tr> |
317 <td><a href="#ViewManager.__editProjectPWL">__editProjectPWL</a></td> |
411 <td><a href="#ViewManager.__editProjectPWL">__editProjectPWL</a></td> |
318 <td>Private slot to edit the project word list.</td> |
412 <td>Private slot to edit the project word list.</td> |
319 </tr><tr> |
413 </tr> |
|
414 <tr> |
320 <td><a href="#ViewManager.__editRedo">__editRedo</a></td> |
415 <td><a href="#ViewManager.__editRedo">__editRedo</a></td> |
321 <td>Private method to handle the redo action.</td> |
416 <td>Private method to handle the redo action.</td> |
322 </tr><tr> |
417 </tr> |
|
418 <tr> |
323 <td><a href="#ViewManager.__editRevert">__editRevert</a></td> |
419 <td><a href="#ViewManager.__editRevert">__editRevert</a></td> |
324 <td>Private method to handle the revert action.</td> |
420 <td>Private method to handle the revert action.</td> |
325 </tr><tr> |
421 </tr> |
|
422 <tr> |
326 <td><a href="#ViewManager.__editSelectAll">__editSelectAll</a></td> |
423 <td><a href="#ViewManager.__editSelectAll">__editSelectAll</a></td> |
327 <td>Private method to handle the select all action.</td> |
424 <td>Private method to handle the select all action.</td> |
328 </tr><tr> |
425 </tr> |
|
426 <tr> |
329 <td><a href="#ViewManager.__editSelectBrace">__editSelectBrace</a></td> |
427 <td><a href="#ViewManager.__editSelectBrace">__editSelectBrace</a></td> |
330 <td>Private method to handle the select to brace action.</td> |
428 <td>Private method to handle the select to brace action.</td> |
331 </tr><tr> |
429 </tr> |
|
430 <tr> |
332 <td><a href="#ViewManager.__editShowCallTips">__editShowCallTips</a></td> |
431 <td><a href="#ViewManager.__editShowCallTips">__editShowCallTips</a></td> |
333 <td>Private method to handle the calltips action.</td> |
432 <td>Private method to handle the calltips action.</td> |
334 </tr><tr> |
433 </tr> |
|
434 <tr> |
335 <td><a href="#ViewManager.__editShowCodeInfo">__editShowCodeInfo</a></td> |
435 <td><a href="#ViewManager.__editShowCodeInfo">__editShowCodeInfo</a></td> |
336 <td>Private method to handle the code info action.</td> |
436 <td>Private method to handle the code info action.</td> |
337 </tr><tr> |
437 </tr> |
|
438 <tr> |
338 <td><a href="#ViewManager.__editSmartIndent">__editSmartIndent</a></td> |
439 <td><a href="#ViewManager.__editSmartIndent">__editSmartIndent</a></td> |
339 <td>Private method to handle the smart indent action.</td> |
440 <td>Private method to handle the smart indent action.</td> |
340 </tr><tr> |
441 </tr> |
|
442 <tr> |
341 <td><a href="#ViewManager.__editSortSelectedLines">__editSortSelectedLines</a></td> |
443 <td><a href="#ViewManager.__editSortSelectedLines">__editSortSelectedLines</a></td> |
342 <td>Private slot to sort the selected lines.</td> |
444 <td>Private slot to sort the selected lines.</td> |
343 </tr><tr> |
445 </tr> |
|
446 <tr> |
344 <td><a href="#ViewManager.__editSpellingDictionary">__editSpellingDictionary</a></td> |
447 <td><a href="#ViewManager.__editSpellingDictionary">__editSpellingDictionary</a></td> |
345 <td>Private slot to edit the given spelling dictionary.</td> |
448 <td>Private slot to edit the given spelling dictionary.</td> |
346 </tr><tr> |
449 </tr> |
|
450 <tr> |
347 <td><a href="#ViewManager.__editStreamComment">__editStreamComment</a></td> |
451 <td><a href="#ViewManager.__editStreamComment">__editStreamComment</a></td> |
348 <td>Private method to handle the stream comment action.</td> |
452 <td>Private method to handle the stream comment action.</td> |
349 </tr><tr> |
453 </tr> |
|
454 <tr> |
350 <td><a href="#ViewManager.__editToggleComment">__editToggleComment</a></td> |
455 <td><a href="#ViewManager.__editToggleComment">__editToggleComment</a></td> |
351 <td>Private method to handle the toggle comment action.</td> |
456 <td>Private method to handle the toggle comment action.</td> |
352 </tr><tr> |
457 </tr> |
|
458 <tr> |
353 <td><a href="#ViewManager.__editUncomment">__editUncomment</a></td> |
459 <td><a href="#ViewManager.__editUncomment">__editUncomment</a></td> |
354 <td>Private method to handle the uncomment action.</td> |
460 <td>Private method to handle the uncomment action.</td> |
355 </tr><tr> |
461 </tr> |
|
462 <tr> |
356 <td><a href="#ViewManager.__editUndo">__editUndo</a></td> |
463 <td><a href="#ViewManager.__editUndo">__editUndo</a></td> |
357 <td>Private method to handle the undo action.</td> |
464 <td>Private method to handle the undo action.</td> |
358 </tr><tr> |
465 </tr> |
|
466 <tr> |
359 <td><a href="#ViewManager.__editUnindent">__editUnindent</a></td> |
467 <td><a href="#ViewManager.__editUnindent">__editUnindent</a></td> |
360 <td>Private method to handle the unindent action.</td> |
468 <td>Private method to handle the unindent action.</td> |
361 </tr><tr> |
469 </tr> |
|
470 <tr> |
362 <td><a href="#ViewManager.__editUserPEL">__editUserPEL</a></td> |
471 <td><a href="#ViewManager.__editUserPEL">__editUserPEL</a></td> |
363 <td>Private slot to edit the user exception list.</td> |
472 <td>Private slot to edit the user exception list.</td> |
364 </tr><tr> |
473 </tr> |
|
474 <tr> |
365 <td><a href="#ViewManager.__editUserPWL">__editUserPWL</a></td> |
475 <td><a href="#ViewManager.__editUserPWL">__editUserPWL</a></td> |
366 <td>Private slot to edit the user word list.</td> |
476 <td>Private slot to edit the user word list.</td> |
367 </tr><tr> |
477 </tr> |
|
478 <tr> |
368 <td><a href="#ViewManager.__editorAutoCompletionAPIsAvailable">__editorAutoCompletionAPIsAvailable</a></td> |
479 <td><a href="#ViewManager.__editorAutoCompletionAPIsAvailable">__editorAutoCompletionAPIsAvailable</a></td> |
369 <td>Private method to handle the availability of API autocompletion signal.</td> |
480 <td>Private method to handle the availability of API autocompletion signal.</td> |
370 </tr><tr> |
481 </tr> |
|
482 <tr> |
371 <td><a href="#ViewManager.__editorCommand">__editorCommand</a></td> |
483 <td><a href="#ViewManager.__editorCommand">__editorCommand</a></td> |
372 <td>Private method to send an editor command to the active window.</td> |
484 <td>Private method to send an editor command to the active window.</td> |
373 </tr><tr> |
485 </tr> |
|
486 <tr> |
374 <td><a href="#ViewManager.__editorConfigChanged">__editorConfigChanged</a></td> |
487 <td><a href="#ViewManager.__editorConfigChanged">__editorConfigChanged</a></td> |
375 <td>Private slot to handle changes of an editor's configuration.</td> |
488 <td>Private slot to handle changes of an editor's configuration.</td> |
376 </tr><tr> |
489 </tr> |
|
490 <tr> |
377 <td><a href="#ViewManager.__editorDoubleClicked">__editorDoubleClicked</a></td> |
491 <td><a href="#ViewManager.__editorDoubleClicked">__editorDoubleClicked</a></td> |
378 <td>Private slot handling mouse double clicks of an editor.</td> |
492 <td>Private slot handling mouse double clicks of an editor.</td> |
379 </tr><tr> |
493 </tr> |
|
494 <tr> |
380 <td><a href="#ViewManager.__editorOpened">__editorOpened</a></td> |
495 <td><a href="#ViewManager.__editorOpened">__editorOpened</a></td> |
381 <td>Private slot to handle the editorOpened signal.</td> |
496 <td>Private slot to handle the editorOpened signal.</td> |
382 </tr><tr> |
497 </tr> |
|
498 <tr> |
383 <td><a href="#ViewManager.__editorRenamed">__editorRenamed</a></td> |
499 <td><a href="#ViewManager.__editorRenamed">__editorRenamed</a></td> |
384 <td>Private slot to handle the editorRenamed signal.</td> |
500 <td>Private slot to handle the editorRenamed signal.</td> |
385 </tr><tr> |
501 </tr> |
|
502 <tr> |
386 <td><a href="#ViewManager.__editorSaved">__editorSaved</a></td> |
503 <td><a href="#ViewManager.__editorSaved">__editorSaved</a></td> |
387 <td>Private slot to handle the editorSaved signal.</td> |
504 <td>Private slot to handle the editorSaved signal.</td> |
388 </tr><tr> |
505 </tr> |
|
506 <tr> |
389 <td><a href="#ViewManager.__editorSelectionChanged">__editorSelectionChanged</a></td> |
507 <td><a href="#ViewManager.__editorSelectionChanged">__editorSelectionChanged</a></td> |
390 <td>Private slot to handle changes of the current editors selection.</td> |
508 <td>Private slot to handle changes of the current editors selection.</td> |
391 </tr><tr> |
509 </tr> |
|
510 <tr> |
392 <td><a href="#ViewManager.__enableSpellingActions">__enableSpellingActions</a></td> |
511 <td><a href="#ViewManager.__enableSpellingActions">__enableSpellingActions</a></td> |
393 <td>Private method to set the enabled state of the spelling actions.</td> |
512 <td>Private method to set the enabled state of the spelling actions.</td> |
394 </tr><tr> |
513 </tr> |
|
514 <tr> |
395 <td><a href="#ViewManager.__eolPixmap">__eolPixmap</a></td> |
515 <td><a href="#ViewManager.__eolPixmap">__eolPixmap</a></td> |
396 <td>Private method to get an EOL pixmap for an EOL string.</td> |
516 <td>Private method to get an EOL pixmap for an EOL string.</td> |
397 </tr><tr> |
517 </tr> |
|
518 <tr> |
398 <td><a href="#ViewManager.__exportMenuTriggered">__exportMenuTriggered</a></td> |
519 <td><a href="#ViewManager.__exportMenuTriggered">__exportMenuTriggered</a></td> |
399 <td>Private method to handle the selection of an export format.</td> |
520 <td>Private method to handle the selection of an export format.</td> |
400 </tr><tr> |
521 </tr> |
|
522 <tr> |
401 <td><a href="#ViewManager.__findFileName">__findFileName</a></td> |
523 <td><a href="#ViewManager.__findFileName">__findFileName</a></td> |
402 <td>Private method to handle the search for file action.</td> |
524 <td>Private method to handle the search for file action.</td> |
403 </tr><tr> |
525 </tr> |
|
526 <tr> |
404 <td><a href="#ViewManager.__findNextWord">__findNextWord</a></td> |
527 <td><a href="#ViewManager.__findNextWord">__findNextWord</a></td> |
405 <td>Private slot to find the next occurrence of the current word of the current editor.</td> |
528 <td>Private slot to find the next occurrence of the current word of the current editor.</td> |
406 </tr><tr> |
529 </tr> |
|
530 <tr> |
407 <td><a href="#ViewManager.__findPrevWord">__findPrevWord</a></td> |
531 <td><a href="#ViewManager.__findPrevWord">__findPrevWord</a></td> |
408 <td>Private slot to find the previous occurrence of the current word of the current editor.</td> |
532 <td>Private slot to find the previous occurrence of the current word of the current editor.</td> |
409 </tr><tr> |
533 </tr> |
|
534 <tr> |
410 <td><a href="#ViewManager.__goto">__goto</a></td> |
535 <td><a href="#ViewManager.__goto">__goto</a></td> |
411 <td>Private method to handle the goto action.</td> |
536 <td>Private method to handle the goto action.</td> |
412 </tr><tr> |
537 </tr> |
|
538 <tr> |
413 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> |
539 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> |
414 <td>Private method to handle the goto brace action.</td> |
540 <td>Private method to handle the goto brace action.</td> |
415 </tr><tr> |
541 </tr> |
|
542 <tr> |
416 <td><a href="#ViewManager.__gotoLastEditPosition">__gotoLastEditPosition</a></td> |
543 <td><a href="#ViewManager.__gotoLastEditPosition">__gotoLastEditPosition</a></td> |
417 <td>Private method to move the cursor to the last edit position.</td> |
544 <td>Private method to move the cursor to the last edit position.</td> |
418 </tr><tr> |
545 </tr> |
|
546 <tr> |
419 <td><a href="#ViewManager.__gotoNextMethodClass">__gotoNextMethodClass</a></td> |
547 <td><a href="#ViewManager.__gotoNextMethodClass">__gotoNextMethodClass</a></td> |
420 <td>Private slot to go to the next Python/Ruby method or class definition.</td> |
548 <td>Private slot to go to the next Python/Ruby method or class definition.</td> |
421 </tr><tr> |
549 </tr> |
|
550 <tr> |
422 <td><a href="#ViewManager.__gotoPreviousMethodClass">__gotoPreviousMethodClass</a></td> |
551 <td><a href="#ViewManager.__gotoPreviousMethodClass">__gotoPreviousMethodClass</a></td> |
423 <td>Private slot to go to the previous Python/Ruby method or class definition.</td> |
552 <td>Private slot to go to the previous Python/Ruby method or class definition.</td> |
424 </tr><tr> |
553 </tr> |
|
554 <tr> |
425 <td><a href="#ViewManager.__gotoSyntaxError">__gotoSyntaxError</a></td> |
555 <td><a href="#ViewManager.__gotoSyntaxError">__gotoSyntaxError</a></td> |
426 <td>Private method to handle the goto syntax error action.</td> |
556 <td>Private method to handle the goto syntax error action.</td> |
427 </tr><tr> |
557 </tr> |
|
558 <tr> |
428 <td><a href="#ViewManager.__initBookmarkActions">__initBookmarkActions</a></td> |
559 <td><a href="#ViewManager.__initBookmarkActions">__initBookmarkActions</a></td> |
429 <td>Private method defining the user interface actions for the bookmarks commands.</td> |
560 <td>Private method defining the user interface actions for the bookmarks commands.</td> |
430 </tr><tr> |
561 </tr> |
|
562 <tr> |
431 <td><a href="#ViewManager.__initContextMenuExporters">__initContextMenuExporters</a></td> |
563 <td><a href="#ViewManager.__initContextMenuExporters">__initContextMenuExporters</a></td> |
432 <td>Private method used to setup the Exporters sub menu.</td> |
564 <td>Private method used to setup the Exporters sub menu.</td> |
433 </tr><tr> |
565 </tr> |
|
566 <tr> |
434 <td><a href="#ViewManager.__initEditActions">__initEditActions</a></td> |
567 <td><a href="#ViewManager.__initEditActions">__initEditActions</a></td> |
435 <td>Private method defining the user interface actions for the edit commands.</td> |
568 <td>Private method defining the user interface actions for the edit commands.</td> |
436 </tr><tr> |
569 </tr> |
|
570 <tr> |
437 <td><a href="#ViewManager.__initFileActions">__initFileActions</a></td> |
571 <td><a href="#ViewManager.__initFileActions">__initFileActions</a></td> |
438 <td>Private method defining the user interface actions for file handling.</td> |
572 <td>Private method defining the user interface actions for file handling.</td> |
439 </tr><tr> |
573 </tr> |
|
574 <tr> |
440 <td><a href="#ViewManager.__initMacroActions">__initMacroActions</a></td> |
575 <td><a href="#ViewManager.__initMacroActions">__initMacroActions</a></td> |
441 <td>Private method defining the user interface actions for the macro commands.</td> |
576 <td>Private method defining the user interface actions for the macro commands.</td> |
442 </tr><tr> |
577 </tr> |
|
578 <tr> |
443 <td><a href="#ViewManager.__initSearchActions">__initSearchActions</a></td> |
579 <td><a href="#ViewManager.__initSearchActions">__initSearchActions</a></td> |
444 <td>Private method defining the user interface actions for the search commands.</td> |
580 <td>Private method defining the user interface actions for the search commands.</td> |
445 </tr><tr> |
581 </tr> |
|
582 <tr> |
446 <td><a href="#ViewManager.__initSpellingActions">__initSpellingActions</a></td> |
583 <td><a href="#ViewManager.__initSpellingActions">__initSpellingActions</a></td> |
447 <td>Private method to initialize the spell checking actions.</td> |
584 <td>Private method to initialize the spell checking actions.</td> |
448 </tr><tr> |
585 </tr> |
|
586 <tr> |
449 <td><a href="#ViewManager.__initViewActions">__initViewActions</a></td> |
587 <td><a href="#ViewManager.__initViewActions">__initViewActions</a></td> |
450 <td>Private method defining the user interface actions for the view commands.</td> |
588 <td>Private method defining the user interface actions for the view commands.</td> |
451 </tr><tr> |
589 </tr> |
|
590 <tr> |
452 <td><a href="#ViewManager.__isEditorInfoSupportedEd">__isEditorInfoSupportedEd</a></td> |
591 <td><a href="#ViewManager.__isEditorInfoSupportedEd">__isEditorInfoSupportedEd</a></td> |
453 <td>Private method to check, if an editor is supported by the documentation viewer.</td> |
592 <td>Private method to check, if an editor is supported by the documentation viewer.</td> |
454 </tr><tr> |
593 </tr> |
|
594 <tr> |
455 <td><a href="#ViewManager.__lastEditPositionAvailable">__lastEditPositionAvailable</a></td> |
595 <td><a href="#ViewManager.__lastEditPositionAvailable">__lastEditPositionAvailable</a></td> |
456 <td>Private slot to handle the lastEditPositionAvailable signal of an editor.</td> |
596 <td>Private slot to handle the lastEditPositionAvailable signal of an editor.</td> |
457 </tr><tr> |
597 </tr> |
|
598 <tr> |
458 <td><a href="#ViewManager.__lastEditorClosed">__lastEditorClosed</a></td> |
599 <td><a href="#ViewManager.__lastEditorClosed">__lastEditorClosed</a></td> |
459 <td>Private slot to handle the lastEditorClosed signal.</td> |
600 <td>Private slot to handle the lastEditorClosed signal.</td> |
460 </tr><tr> |
601 </tr> |
|
602 <tr> |
461 <td><a href="#ViewManager.__loadRecent">__loadRecent</a></td> |
603 <td><a href="#ViewManager.__loadRecent">__loadRecent</a></td> |
462 <td>Private method to load the recently opened filenames.</td> |
604 <td>Private method to load the recently opened filenames.</td> |
463 </tr><tr> |
605 </tr> |
|
606 <tr> |
464 <td><a href="#ViewManager.__macroDelete">__macroDelete</a></td> |
607 <td><a href="#ViewManager.__macroDelete">__macroDelete</a></td> |
465 <td>Private method to handle the delete macro action.</td> |
608 <td>Private method to handle the delete macro action.</td> |
466 </tr><tr> |
609 </tr> |
|
610 <tr> |
467 <td><a href="#ViewManager.__macroLoad">__macroLoad</a></td> |
611 <td><a href="#ViewManager.__macroLoad">__macroLoad</a></td> |
468 <td>Private method to handle the load macro action.</td> |
612 <td>Private method to handle the load macro action.</td> |
469 </tr><tr> |
613 </tr> |
|
614 <tr> |
470 <td><a href="#ViewManager.__macroRun">__macroRun</a></td> |
615 <td><a href="#ViewManager.__macroRun">__macroRun</a></td> |
471 <td>Private method to handle the run macro action.</td> |
616 <td>Private method to handle the run macro action.</td> |
472 </tr><tr> |
617 </tr> |
|
618 <tr> |
473 <td><a href="#ViewManager.__macroSave">__macroSave</a></td> |
619 <td><a href="#ViewManager.__macroSave">__macroSave</a></td> |
474 <td>Private method to handle the save macro action.</td> |
620 <td>Private method to handle the save macro action.</td> |
475 </tr><tr> |
621 </tr> |
|
622 <tr> |
476 <td><a href="#ViewManager.__macroStartRecording">__macroStartRecording</a></td> |
623 <td><a href="#ViewManager.__macroStartRecording">__macroStartRecording</a></td> |
477 <td>Private method to handle the start macro recording action.</td> |
624 <td>Private method to handle the start macro recording action.</td> |
478 </tr><tr> |
625 </tr> |
|
626 <tr> |
479 <td><a href="#ViewManager.__macroStopRecording">__macroStopRecording</a></td> |
627 <td><a href="#ViewManager.__macroStopRecording">__macroStopRecording</a></td> |
480 <td>Private method to handle the stop macro recording action.</td> |
628 <td>Private method to handle the stop macro recording action.</td> |
481 </tr><tr> |
629 </tr> |
|
630 <tr> |
482 <td><a href="#ViewManager.__newDocumentSplitView">__newDocumentSplitView</a></td> |
631 <td><a href="#ViewManager.__newDocumentSplitView">__newDocumentSplitView</a></td> |
483 <td>Private method to open a new view of the current editor in a new split.</td> |
632 <td>Private method to open a new view of the current editor in a new split.</td> |
484 </tr><tr> |
633 </tr> |
|
634 <tr> |
485 <td><a href="#ViewManager.__newDocumentView">__newDocumentView</a></td> |
635 <td><a href="#ViewManager.__newDocumentView">__newDocumentView</a></td> |
486 <td>Private method to open a new view of the current editor.</td> |
636 <td>Private method to open a new view of the current editor.</td> |
487 </tr><tr> |
637 </tr> |
|
638 <tr> |
488 <td><a href="#ViewManager.__newLineBelow">__newLineBelow</a></td> |
639 <td><a href="#ViewManager.__newLineBelow">__newLineBelow</a></td> |
489 <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> |
640 <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> |
490 </tr><tr> |
641 </tr> |
|
642 <tr> |
491 <td><a href="#ViewManager.__nextBookmark">__nextBookmark</a></td> |
643 <td><a href="#ViewManager.__nextBookmark">__nextBookmark</a></td> |
492 <td>Private method to handle the next bookmark action.</td> |
644 <td>Private method to handle the next bookmark action.</td> |
493 </tr><tr> |
645 </tr> |
|
646 <tr> |
494 <td><a href="#ViewManager.__nextChange">__nextChange</a></td> |
647 <td><a href="#ViewManager.__nextChange">__nextChange</a></td> |
495 <td>Private method to handle the next change action.</td> |
648 <td>Private method to handle the next change action.</td> |
496 </tr><tr> |
649 </tr> |
|
650 <tr> |
497 <td><a href="#ViewManager.__nextTask">__nextTask</a></td> |
651 <td><a href="#ViewManager.__nextTask">__nextTask</a></td> |
498 <td>Private method to handle the next task action.</td> |
652 <td>Private method to handle the next task action.</td> |
499 </tr><tr> |
653 </tr> |
|
654 <tr> |
500 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td> |
655 <td><a href="#ViewManager.__nextUncovered">__nextUncovered</a></td> |
501 <td>Private method to handle the next uncovered action.</td> |
656 <td>Private method to handle the next uncovered action.</td> |
502 </tr><tr> |
657 </tr> |
|
658 <tr> |
503 <td><a href="#ViewManager.__nextWarning">__nextWarning</a></td> |
659 <td><a href="#ViewManager.__nextWarning">__nextWarning</a></td> |
504 <td>Private method to handle the next warning action.</td> |
660 <td>Private method to handle the next warning action.</td> |
505 </tr><tr> |
661 </tr> |
|
662 <tr> |
506 <td><a href="#ViewManager.__openFiles">__openFiles</a></td> |
663 <td><a href="#ViewManager.__openFiles">__openFiles</a></td> |
507 <td>Private slot to open some files.</td> |
664 <td>Private slot to open some files.</td> |
508 </tr><tr> |
665 </tr> |
|
666 <tr> |
509 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td> |
667 <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td> |
510 <td>Private method to open a file from the list of recently opened files.</td> |
668 <td>Private method to open a file from the list of recently opened files.</td> |
511 </tr><tr> |
669 </tr> |
|
670 <tr> |
512 <td><a href="#ViewManager.__previewEditor">__previewEditor</a></td> |
671 <td><a href="#ViewManager.__previewEditor">__previewEditor</a></td> |
513 <td>Private slot to handle a change of the preview selection state.</td> |
672 <td>Private slot to handle a change of the preview selection state.</td> |
514 </tr><tr> |
673 </tr> |
|
674 <tr> |
515 <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td> |
675 <td><a href="#ViewManager.__previousBookmark">__previousBookmark</a></td> |
516 <td>Private method to handle the previous bookmark action.</td> |
676 <td>Private method to handle the previous bookmark action.</td> |
517 </tr><tr> |
677 </tr> |
|
678 <tr> |
518 <td><a href="#ViewManager.__previousChange">__previousChange</a></td> |
679 <td><a href="#ViewManager.__previousChange">__previousChange</a></td> |
519 <td>Private method to handle the previous change action.</td> |
680 <td>Private method to handle the previous change action.</td> |
520 </tr><tr> |
681 </tr> |
|
682 <tr> |
521 <td><a href="#ViewManager.__previousTask">__previousTask</a></td> |
683 <td><a href="#ViewManager.__previousTask">__previousTask</a></td> |
522 <td>Private method to handle the previous task action.</td> |
684 <td>Private method to handle the previous task action.</td> |
523 </tr><tr> |
685 </tr> |
|
686 <tr> |
524 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td> |
687 <td><a href="#ViewManager.__previousUncovered">__previousUncovered</a></td> |
525 <td>Private method to handle the previous uncovered action.</td> |
688 <td>Private method to handle the previous uncovered action.</td> |
526 </tr><tr> |
689 </tr> |
|
690 <tr> |
527 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td> |
691 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td> |
528 <td>Private method to handle the previous warning action.</td> |
692 <td>Private method to handle the previous warning action.</td> |
529 </tr><tr> |
693 </tr> |
|
694 <tr> |
530 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td> |
695 <td><a href="#ViewManager.__quickSearch">__quickSearch</a></td> |
531 <td>Private slot to handle the incremental quick search.</td> |
696 <td>Private slot to handle the incremental quick search.</td> |
532 </tr><tr> |
697 </tr> |
|
698 <tr> |
533 <td><a href="#ViewManager.__quickSearchEnter">__quickSearchEnter</a></td> |
699 <td><a href="#ViewManager.__quickSearchEnter">__quickSearchEnter</a></td> |
534 <td>Private slot to handle the incremental quick search return pressed (jump back to text).</td> |
700 <td>Private slot to handle the incremental quick search return pressed (jump back to text).</td> |
535 </tr><tr> |
701 </tr> |
|
702 <tr> |
536 <td><a href="#ViewManager.__quickSearchEscape">__quickSearchEscape</a></td> |
703 <td><a href="#ViewManager.__quickSearchEscape">__quickSearchEscape</a></td> |
537 <td>Private slot to handle the incremental quick search escape pressed (jump back to text).</td> |
704 <td>Private slot to handle the incremental quick search escape pressed (jump back to text).</td> |
538 </tr><tr> |
705 </tr> |
|
706 <tr> |
539 <td><a href="#ViewManager.__quickSearchExtend">__quickSearchExtend</a></td> |
707 <td><a href="#ViewManager.__quickSearchExtend">__quickSearchExtend</a></td> |
540 <td>Private method to handle the quicksearch extend action.</td> |
708 <td>Private method to handle the quicksearch extend action.</td> |
541 </tr><tr> |
709 </tr> |
|
710 <tr> |
542 <td><a href="#ViewManager.__quickSearchFocusIn">__quickSearchFocusIn</a></td> |
711 <td><a href="#ViewManager.__quickSearchFocusIn">__quickSearchFocusIn</a></td> |
543 <td>Private method to handle a focus in signal of the quicksearch lineedit.</td> |
712 <td>Private method to handle a focus in signal of the quicksearch lineedit.</td> |
544 </tr><tr> |
713 </tr> |
|
714 <tr> |
545 <td><a href="#ViewManager.__quickSearchInEditor">__quickSearchInEditor</a></td> |
715 <td><a href="#ViewManager.__quickSearchInEditor">__quickSearchInEditor</a></td> |
546 <td>Private slot to perform a quick search.</td> |
716 <td>Private slot to perform a quick search.</td> |
547 </tr><tr> |
717 </tr> |
|
718 <tr> |
548 <td><a href="#ViewManager.__quickSearchMarkOccurrences">__quickSearchMarkOccurrences</a></td> |
719 <td><a href="#ViewManager.__quickSearchMarkOccurrences">__quickSearchMarkOccurrences</a></td> |
549 <td>Private method to mark all occurrences of the search text.</td> |
720 <td>Private method to mark all occurrences of the search text.</td> |
550 </tr><tr> |
721 </tr> |
|
722 <tr> |
551 <td><a href="#ViewManager.__quickSearchPrev">__quickSearchPrev</a></td> |
723 <td><a href="#ViewManager.__quickSearchPrev">__quickSearchPrev</a></td> |
552 <td>Private slot to handle the quickFindPrev toolbutton action.</td> |
724 <td>Private slot to handle the quickFindPrev toolbutton action.</td> |
553 </tr><tr> |
725 </tr> |
|
726 <tr> |
554 <td><a href="#ViewManager.__quickSearchSetEditColors">__quickSearchSetEditColors</a></td> |
727 <td><a href="#ViewManager.__quickSearchSetEditColors">__quickSearchSetEditColors</a></td> |
555 <td>Private method to set the quick search edit colors.</td> |
728 <td>Private method to set the quick search edit colors.</td> |
556 </tr><tr> |
729 </tr> |
|
730 <tr> |
557 <td><a href="#ViewManager.__quickSearchText">__quickSearchText</a></td> |
731 <td><a href="#ViewManager.__quickSearchText">__quickSearchText</a></td> |
558 <td>Private slot to handle the textChanged signal of the quicksearch edit.</td> |
732 <td>Private slot to handle the textChanged signal of the quicksearch edit.</td> |
559 </tr><tr> |
733 </tr> |
|
734 <tr> |
560 <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td> |
735 <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td> |
561 <td>Private method to handle the replace in files action.</td> |
736 <td>Private method to handle the replace in files action.</td> |
562 </tr><tr> |
737 </tr> |
|
738 <tr> |
563 <td><a href="#ViewManager.__replaceOpenFiles">__replaceOpenFiles</a></td> |
739 <td><a href="#ViewManager.__replaceOpenFiles">__replaceOpenFiles</a></td> |
564 <td>Private method to handle the replace in open files action.</td> |
740 <td>Private method to handle the replace in open files action.</td> |
565 </tr><tr> |
741 </tr> |
|
742 <tr> |
566 <td><a href="#ViewManager.__saveRecent">__saveRecent</a></td> |
743 <td><a href="#ViewManager.__saveRecent">__saveRecent</a></td> |
567 <td>Private method to save the list of recently opened filenames.</td> |
744 <td>Private method to save the list of recently opened filenames.</td> |
568 </tr><tr> |
745 </tr> |
|
746 <tr> |
569 <td><a href="#ViewManager.__searchClearMarkers">__searchClearMarkers</a></td> |
747 <td><a href="#ViewManager.__searchClearMarkers">__searchClearMarkers</a></td> |
570 <td>Private method to clear the search markers of the active window.</td> |
748 <td>Private method to clear the search markers of the active window.</td> |
571 </tr><tr> |
749 </tr> |
|
750 <tr> |
572 <td><a href="#ViewManager.__searchFiles">__searchFiles</a></td> |
751 <td><a href="#ViewManager.__searchFiles">__searchFiles</a></td> |
573 <td>Private method to handle the search in files action.</td> |
752 <td>Private method to handle the search in files action.</td> |
574 </tr><tr> |
753 </tr> |
|
754 <tr> |
575 <td><a href="#ViewManager.__searchNext">__searchNext</a></td> |
755 <td><a href="#ViewManager.__searchNext">__searchNext</a></td> |
576 <td>Private slot to handle the search next action.</td> |
756 <td>Private slot to handle the search next action.</td> |
577 </tr><tr> |
757 </tr> |
|
758 <tr> |
578 <td><a href="#ViewManager.__searchOpenFiles">__searchOpenFiles</a></td> |
759 <td><a href="#ViewManager.__searchOpenFiles">__searchOpenFiles</a></td> |
579 <td>Private method to handle the search in open files action.</td> |
760 <td>Private method to handle the search in open files action.</td> |
580 </tr><tr> |
761 </tr> |
|
762 <tr> |
581 <td><a href="#ViewManager.__searchPrev">__searchPrev</a></td> |
763 <td><a href="#ViewManager.__searchPrev">__searchPrev</a></td> |
582 <td>Private slot to handle the search previous action.</td> |
764 <td>Private slot to handle the search previous action.</td> |
583 </tr><tr> |
765 </tr> |
|
766 <tr> |
584 <td><a href="#ViewManager.__setAutoSpellChecking">__setAutoSpellChecking</a></td> |
767 <td><a href="#ViewManager.__setAutoSpellChecking">__setAutoSpellChecking</a></td> |
585 <td>Private slot to set the automatic spell checking of all editors.</td> |
768 <td>Private slot to set the automatic spell checking of all editors.</td> |
586 </tr><tr> |
769 </tr> |
|
770 <tr> |
587 <td><a href="#ViewManager.__setSbFile">__setSbFile</a></td> |
771 <td><a href="#ViewManager.__setSbFile">__setSbFile</a></td> |
588 <td>Private method to set the file info in the status bar.</td> |
772 <td>Private method to set the file info in the status bar.</td> |
589 </tr><tr> |
773 </tr> |
|
774 <tr> |
590 <td><a href="#ViewManager.__shortenEmptyLines">__shortenEmptyLines</a></td> |
775 <td><a href="#ViewManager.__shortenEmptyLines">__shortenEmptyLines</a></td> |
591 <td>Private method to handle the shorten empty lines action.</td> |
776 <td>Private method to handle the shorten empty lines action.</td> |
592 </tr><tr> |
777 </tr> |
|
778 <tr> |
593 <td><a href="#ViewManager.__showBookmarkMenu">__showBookmarkMenu</a></td> |
779 <td><a href="#ViewManager.__showBookmarkMenu">__showBookmarkMenu</a></td> |
594 <td>Private method to set up the bookmark menu.</td> |
780 <td>Private method to set up the bookmark menu.</td> |
595 </tr><tr> |
781 </tr> |
|
782 <tr> |
596 <td><a href="#ViewManager.__showBookmarkedMenu">__showBookmarkedMenu</a></td> |
783 <td><a href="#ViewManager.__showBookmarkedMenu">__showBookmarkedMenu</a></td> |
597 <td>Private method to set up bookmarked files menu.</td> |
784 <td>Private method to set up bookmarked files menu.</td> |
598 </tr><tr> |
785 </tr> |
|
786 <tr> |
599 <td><a href="#ViewManager.__showBookmarksMenu">__showBookmarksMenu</a></td> |
787 <td><a href="#ViewManager.__showBookmarksMenu">__showBookmarksMenu</a></td> |
600 <td>Private method to handle the show bookmarks menu signal.</td> |
788 <td>Private method to handle the show bookmarks menu signal.</td> |
601 </tr><tr> |
789 </tr> |
|
790 <tr> |
602 <td><a href="#ViewManager.__showEditSpellingMenu">__showEditSpellingMenu</a></td> |
791 <td><a href="#ViewManager.__showEditSpellingMenu">__showEditSpellingMenu</a></td> |
603 <td>Private method to set up the edit dictionaries menu.</td> |
792 <td>Private method to set up the edit dictionaries menu.</td> |
604 </tr><tr> |
793 </tr> |
|
794 <tr> |
605 <td><a href="#ViewManager.__showEncodingsMenu">__showEncodingsMenu</a></td> |
795 <td><a href="#ViewManager.__showEncodingsMenu">__showEncodingsMenu</a></td> |
606 <td>Private slot to show the Encodings menu of the current editor.</td> |
796 <td>Private slot to show the Encodings menu of the current editor.</td> |
607 </tr><tr> |
797 </tr> |
|
798 <tr> |
608 <td><a href="#ViewManager.__showEolMenu">__showEolMenu</a></td> |
799 <td><a href="#ViewManager.__showEolMenu">__showEolMenu</a></td> |
609 <td>Private slot to show the EOL menu of the current editor.</td> |
800 <td>Private slot to show the EOL menu of the current editor.</td> |
610 </tr><tr> |
801 </tr> |
|
802 <tr> |
611 <td><a href="#ViewManager.__showFileMenu">__showFileMenu</a></td> |
803 <td><a href="#ViewManager.__showFileMenu">__showFileMenu</a></td> |
612 <td>Private method to set up the file menu.</td> |
804 <td>Private method to set up the file menu.</td> |
613 </tr><tr> |
805 </tr> |
|
806 <tr> |
614 <td><a href="#ViewManager.__showLanguagesMenu">__showLanguagesMenu</a></td> |
807 <td><a href="#ViewManager.__showLanguagesMenu">__showLanguagesMenu</a></td> |
615 <td>Private slot to show the Languages menu of the current editor.</td> |
808 <td>Private slot to show the Languages menu of the current editor.</td> |
616 </tr><tr> |
809 </tr> |
|
810 <tr> |
617 <td><a href="#ViewManager.__showRecentMenu">__showRecentMenu</a></td> |
811 <td><a href="#ViewManager.__showRecentMenu">__showRecentMenu</a></td> |
618 <td>Private method to set up recent files menu.</td> |
812 <td>Private method to set up recent files menu.</td> |
619 </tr><tr> |
813 </tr> |
|
814 <tr> |
620 <td><a href="#ViewManager.__spellCheck">__spellCheck</a></td> |
815 <td><a href="#ViewManager.__spellCheck">__spellCheck</a></td> |
621 <td>Private slot to perform a spell check of the current editor.</td> |
816 <td>Private slot to perform a spell check of the current editor.</td> |
622 </tr><tr> |
817 </tr> |
|
818 <tr> |
623 <td><a href="#ViewManager.__splitOrientation">__splitOrientation</a></td> |
819 <td><a href="#ViewManager.__splitOrientation">__splitOrientation</a></td> |
624 <td>Private method to handle the split orientation action.</td> |
820 <td>Private method to handle the split orientation action.</td> |
625 </tr><tr> |
821 </tr> |
|
822 <tr> |
626 <td><a href="#ViewManager.__splitView">__splitView</a></td> |
823 <td><a href="#ViewManager.__splitView">__splitView</a></td> |
627 <td>Private method to handle the split view action.</td> |
824 <td>Private method to handle the split view action.</td> |
628 </tr><tr> |
825 </tr> |
|
826 <tr> |
629 <td><a href="#ViewManager.__taskMarkersUpdated">__taskMarkersUpdated</a></td> |
827 <td><a href="#ViewManager.__taskMarkersUpdated">__taskMarkersUpdated</a></td> |
630 <td>Private slot to handle the taskMarkersUpdated signal.</td> |
828 <td>Private slot to handle the taskMarkersUpdated signal.</td> |
631 </tr><tr> |
829 </tr> |
|
830 <tr> |
632 <td><a href="#ViewManager.__toggleAll">__toggleAll</a></td> |
831 <td><a href="#ViewManager.__toggleAll">__toggleAll</a></td> |
633 <td>Private method to handle the toggle all folds action.</td> |
832 <td>Private method to handle the toggle all folds action.</td> |
634 </tr><tr> |
833 </tr> |
|
834 <tr> |
635 <td><a href="#ViewManager.__toggleAllChildren">__toggleAllChildren</a></td> |
835 <td><a href="#ViewManager.__toggleAllChildren">__toggleAllChildren</a></td> |
636 <td>Private method to handle the toggle all folds (including children) action.</td> |
836 <td>Private method to handle the toggle all folds (including children) action.</td> |
637 </tr><tr> |
837 </tr> |
|
838 <tr> |
638 <td><a href="#ViewManager.__toggleBookmark">__toggleBookmark</a></td> |
839 <td><a href="#ViewManager.__toggleBookmark">__toggleBookmark</a></td> |
639 <td>Private method to handle the toggle bookmark action.</td> |
840 <td>Private method to handle the toggle bookmark action.</td> |
640 </tr><tr> |
841 </tr> |
|
842 <tr> |
641 <td><a href="#ViewManager.__toggleCurrent">__toggleCurrent</a></td> |
843 <td><a href="#ViewManager.__toggleCurrent">__toggleCurrent</a></td> |
642 <td>Private method to handle the toggle current fold action.</td> |
844 <td>Private method to handle the toggle current fold action.</td> |
643 </tr><tr> |
845 </tr> |
|
846 <tr> |
644 <td><a href="#ViewManager.__unhighlight">__unhighlight</a></td> |
847 <td><a href="#ViewManager.__unhighlight">__unhighlight</a></td> |
645 <td>Private slot to switch of all highlights.</td> |
848 <td>Private slot to switch of all highlights.</td> |
646 </tr><tr> |
849 </tr> |
|
850 <tr> |
647 <td><a href="#ViewManager.__zoom">__zoom</a></td> |
851 <td><a href="#ViewManager.__zoom">__zoom</a></td> |
648 <td>Private method to handle the zoom action.</td> |
852 <td>Private method to handle the zoom action.</td> |
649 </tr><tr> |
853 </tr> |
|
854 <tr> |
650 <td><a href="#ViewManager.__zoomIn">__zoomIn</a></td> |
855 <td><a href="#ViewManager.__zoomIn">__zoomIn</a></td> |
651 <td>Private method to handle the zoom in action.</td> |
856 <td>Private method to handle the zoom in action.</td> |
652 </tr><tr> |
857 </tr> |
|
858 <tr> |
653 <td><a href="#ViewManager.__zoomOut">__zoomOut</a></td> |
859 <td><a href="#ViewManager.__zoomOut">__zoomOut</a></td> |
654 <td>Private method to handle the zoom out action.</td> |
860 <td>Private method to handle the zoom out action.</td> |
655 </tr><tr> |
861 </tr> |
|
862 <tr> |
656 <td><a href="#ViewManager.__zoomReset">__zoomReset</a></td> |
863 <td><a href="#ViewManager.__zoomReset">__zoomReset</a></td> |
657 <td>Private method to reset the zoom factor.</td> |
864 <td>Private method to reset the zoom factor.</td> |
658 </tr><tr> |
865 </tr> |
|
866 <tr> |
659 <td><a href="#ViewManager.__zoomTo">__zoomTo</a></td> |
867 <td><a href="#ViewManager.__zoomTo">__zoomTo</a></td> |
660 <td>Private slot to zoom to a given value.</td> |
868 <td>Private slot to zoom to a given value.</td> |
661 </tr><tr> |
869 </tr> |
|
870 <tr> |
662 <td><a href="#ViewManager._addView">_addView</a></td> |
871 <td><a href="#ViewManager._addView">_addView</a></td> |
663 <td>Protected method to add a view (i.e.</td> |
872 <td>Protected method to add a view (i.e.</td> |
664 </tr><tr> |
873 </tr> |
|
874 <tr> |
665 <td><a href="#ViewManager._checkActions">_checkActions</a></td> |
875 <td><a href="#ViewManager._checkActions">_checkActions</a></td> |
666 <td>Protected slot to check some actions for their enable/disable status and set the statusbar info.</td> |
876 <td>Protected slot to check some actions for their enable/disable status and set the statusbar info.</td> |
667 </tr><tr> |
877 </tr> |
|
878 <tr> |
668 <td><a href="#ViewManager._getOpenFileFilter">_getOpenFileFilter</a></td> |
879 <td><a href="#ViewManager._getOpenFileFilter">_getOpenFileFilter</a></td> |
669 <td>Protected method to return the active filename filter for a file open dialog.</td> |
880 <td>Protected method to return the active filename filter for a file open dialog.</td> |
670 </tr><tr> |
881 </tr> |
|
882 <tr> |
671 <td><a href="#ViewManager._getOpenStartDir">_getOpenStartDir</a></td> |
883 <td><a href="#ViewManager._getOpenStartDir">_getOpenStartDir</a></td> |
672 <td>Protected method to return the starting directory for a file open dialog.</td> |
884 <td>Protected method to return the starting directory for a file open dialog.</td> |
673 </tr><tr> |
885 </tr> |
|
886 <tr> |
674 <td><a href="#ViewManager._initWindowActions">_initWindowActions</a></td> |
887 <td><a href="#ViewManager._initWindowActions">_initWindowActions</a></td> |
675 <td>Protected method to define the user interface actions for window handling.</td> |
888 <td>Protected method to define the user interface actions for window handling.</td> |
676 </tr><tr> |
889 </tr> |
|
890 <tr> |
677 <td><a href="#ViewManager._modificationStatusChanged">_modificationStatusChanged</a></td> |
891 <td><a href="#ViewManager._modificationStatusChanged">_modificationStatusChanged</a></td> |
678 <td>Protected slot to handle the modificationStatusChanged signal.</td> |
892 <td>Protected slot to handle the modificationStatusChanged signal.</td> |
679 </tr><tr> |
893 </tr> |
|
894 <tr> |
680 <td><a href="#ViewManager._removeAllViews">_removeAllViews</a></td> |
895 <td><a href="#ViewManager._removeAllViews">_removeAllViews</a></td> |
681 <td>Protected method to remove all views (i.e.</td> |
896 <td>Protected method to remove all views (i.e.</td> |
682 </tr><tr> |
897 </tr> |
|
898 <tr> |
683 <td><a href="#ViewManager._removeView">_removeView</a></td> |
899 <td><a href="#ViewManager._removeView">_removeView</a></td> |
684 <td>Protected method to remove a view (i.e.</td> |
900 <td>Protected method to remove a view (i.e.</td> |
685 </tr><tr> |
901 </tr> |
|
902 <tr> |
686 <td><a href="#ViewManager._showView">_showView</a></td> |
903 <td><a href="#ViewManager._showView">_showView</a></td> |
687 <td>Protected method to show a view (i.e.</td> |
904 <td>Protected method to show a view (i.e.</td> |
688 </tr><tr> |
905 </tr> |
|
906 <tr> |
689 <td><a href="#ViewManager._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
907 <td><a href="#ViewManager._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
690 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
908 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
691 </tr><tr> |
909 </tr> |
|
910 <tr> |
692 <td><a href="#ViewManager.activeWindow">activeWindow</a></td> |
911 <td><a href="#ViewManager.activeWindow">activeWindow</a></td> |
693 <td>Public method to return the active (i.e.</td> |
912 <td>Public method to return the active (i.e.</td> |
694 </tr><tr> |
913 </tr> |
|
914 <tr> |
695 <td><a href="#ViewManager.addSplit">addSplit</a></td> |
915 <td><a href="#ViewManager.addSplit">addSplit</a></td> |
696 <td>Public method used to split the current view.</td> |
916 <td>Public method used to split the current view.</td> |
697 </tr><tr> |
917 </tr> |
|
918 <tr> |
698 <td><a href="#ViewManager.addToExtrasMenu">addToExtrasMenu</a></td> |
919 <td><a href="#ViewManager.addToExtrasMenu">addToExtrasMenu</a></td> |
699 <td>Public method to add some actions to the Extras menu.</td> |
920 <td>Public method to add some actions to the Extras menu.</td> |
700 </tr><tr> |
921 </tr> |
|
922 <tr> |
701 <td><a href="#ViewManager.addToRecentList">addToRecentList</a></td> |
923 <td><a href="#ViewManager.addToRecentList">addToRecentList</a></td> |
702 <td>Public slot to add a filename to the list of recently opened files.</td> |
924 <td>Public slot to add a filename to the list of recently opened files.</td> |
703 </tr><tr> |
925 </tr> |
|
926 <tr> |
704 <td><a href="#ViewManager.appFocusChanged">appFocusChanged</a></td> |
927 <td><a href="#ViewManager.appFocusChanged">appFocusChanged</a></td> |
705 <td>Public method to handle the global change of focus.</td> |
928 <td>Public method to handle the global change of focus.</td> |
706 </tr><tr> |
929 </tr> |
|
930 <tr> |
707 <td><a href="#ViewManager.canCascade">canCascade</a></td> |
931 <td><a href="#ViewManager.canCascade">canCascade</a></td> |
708 <td>Public method to signal if cascading of managed windows is available.</td> |
932 <td>Public method to signal if cascading of managed windows is available.</td> |
709 </tr><tr> |
933 </tr> |
|
934 <tr> |
710 <td><a href="#ViewManager.canSplit">canSplit</a></td> |
935 <td><a href="#ViewManager.canSplit">canSplit</a></td> |
711 <td>Public method to signal if splitting of the view is available.</td> |
936 <td>Public method to signal if splitting of the view is available.</td> |
712 </tr><tr> |
937 </tr> |
|
938 <tr> |
713 <td><a href="#ViewManager.canTile">canTile</a></td> |
939 <td><a href="#ViewManager.canTile">canTile</a></td> |
714 <td>Public method to signal if tiling of managed windows is available.</td> |
940 <td>Public method to signal if tiling of managed windows is available.</td> |
715 </tr><tr> |
941 </tr> |
|
942 <tr> |
716 <td><a href="#ViewManager.cancelSharedEdit">cancelSharedEdit</a></td> |
943 <td><a href="#ViewManager.cancelSharedEdit">cancelSharedEdit</a></td> |
717 <td>Public slot to cancel a shared edit session for the current editor.</td> |
944 <td>Public slot to cancel a shared edit session for the current editor.</td> |
718 </tr><tr> |
945 </tr> |
|
946 <tr> |
719 <td><a href="#ViewManager.cascade">cascade</a></td> |
947 <td><a href="#ViewManager.cascade">cascade</a></td> |
720 <td>Public method to cascade the managed windows.</td> |
948 <td>Public method to cascade the managed windows.</td> |
721 </tr><tr> |
949 </tr> |
|
950 <tr> |
722 <td><a href="#ViewManager.checkAllDirty">checkAllDirty</a></td> |
951 <td><a href="#ViewManager.checkAllDirty">checkAllDirty</a></td> |
723 <td>Public method to check the dirty status of all editors.</td> |
952 <td>Public method to check the dirty status of all editors.</td> |
724 </tr><tr> |
953 </tr> |
|
954 <tr> |
725 <td><a href="#ViewManager.checkDirty">checkDirty</a></td> |
955 <td><a href="#ViewManager.checkDirty">checkDirty</a></td> |
726 <td>Public method to check the dirty status and open a message window.</td> |
956 <td>Public method to check the dirty status and open a message window.</td> |
727 </tr><tr> |
957 </tr> |
|
958 <tr> |
728 <td><a href="#ViewManager.checkFileDirty">checkFileDirty</a></td> |
959 <td><a href="#ViewManager.checkFileDirty">checkFileDirty</a></td> |
729 <td>Public method to check the dirty status of an editor given its file name and open a message window.</td> |
960 <td>Public method to check the dirty status of an editor given its file name and open a message window.</td> |
730 </tr><tr> |
961 </tr> |
|
962 <tr> |
731 <td><a href="#ViewManager.clearRecent">clearRecent</a></td> |
963 <td><a href="#ViewManager.clearRecent">clearRecent</a></td> |
732 <td>Public method to clear the recent files menu.</td> |
964 <td>Public method to clear the recent files menu.</td> |
733 </tr><tr> |
965 </tr> |
|
966 <tr> |
734 <td><a href="#ViewManager.cloneEditor">cloneEditor</a></td> |
967 <td><a href="#ViewManager.cloneEditor">cloneEditor</a></td> |
735 <td>Public method to clone an editor displaying the given document.</td> |
968 <td>Public method to clone an editor displaying the given document.</td> |
736 </tr><tr> |
969 </tr> |
|
970 <tr> |
737 <td><a href="#ViewManager.closeAllWindows">closeAllWindows</a></td> |
971 <td><a href="#ViewManager.closeAllWindows">closeAllWindows</a></td> |
738 <td>Public method to close all editor windows via file menu.</td> |
972 <td>Public method to close all editor windows via file menu.</td> |
739 </tr><tr> |
973 </tr> |
|
974 <tr> |
740 <td><a href="#ViewManager.closeCurrentWindow">closeCurrentWindow</a></td> |
975 <td><a href="#ViewManager.closeCurrentWindow">closeCurrentWindow</a></td> |
741 <td>Public method to close the current window.</td> |
976 <td>Public method to close the current window.</td> |
742 </tr><tr> |
977 </tr> |
|
978 <tr> |
743 <td><a href="#ViewManager.closeEditor">closeEditor</a></td> |
979 <td><a href="#ViewManager.closeEditor">closeEditor</a></td> |
744 <td>Public method to close an editor window.</td> |
980 <td>Public method to close an editor window.</td> |
745 </tr><tr> |
981 </tr> |
|
982 <tr> |
746 <td><a href="#ViewManager.closeEditorWindow">closeEditorWindow</a></td> |
983 <td><a href="#ViewManager.closeEditorWindow">closeEditorWindow</a></td> |
747 <td>Public method to close an arbitrary source editor.</td> |
984 <td>Public method to close an arbitrary source editor.</td> |
748 </tr><tr> |
985 </tr> |
|
986 <tr> |
749 <td><a href="#ViewManager.closeViewManager">closeViewManager</a></td> |
987 <td><a href="#ViewManager.closeViewManager">closeViewManager</a></td> |
750 <td>Public method to shutdown the viewmanager.</td> |
988 <td>Public method to shutdown the viewmanager.</td> |
751 </tr><tr> |
989 </tr> |
|
990 <tr> |
752 <td><a href="#ViewManager.closeWindow">closeWindow</a></td> |
991 <td><a href="#ViewManager.closeWindow">closeWindow</a></td> |
753 <td>Public method to close an arbitrary source editor.</td> |
992 <td>Public method to close an arbitrary source editor.</td> |
754 </tr><tr> |
993 </tr> |
|
994 <tr> |
755 <td><a href="#ViewManager.editorsCheckFocusInEnabled">editorsCheckFocusInEnabled</a></td> |
995 <td><a href="#ViewManager.editorsCheckFocusInEnabled">editorsCheckFocusInEnabled</a></td> |
756 <td>Public method returning the flag indicating editors should perform focus in checks.</td> |
996 <td>Public method returning the flag indicating editors should perform focus in checks.</td> |
757 </tr><tr> |
997 </tr> |
|
998 <tr> |
758 <td><a href="#ViewManager.enableEditorsCheckFocusIn">enableEditorsCheckFocusIn</a></td> |
999 <td><a href="#ViewManager.enableEditorsCheckFocusIn">enableEditorsCheckFocusIn</a></td> |
759 <td>Public method to set a flag enabling the editors to perform focus in checks.</td> |
1000 <td>Public method to set a flag enabling the editors to perform focus in checks.</td> |
760 </tr><tr> |
1001 </tr> |
|
1002 <tr> |
761 <td><a href="#ViewManager.eventFilter">eventFilter</a></td> |
1003 <td><a href="#ViewManager.eventFilter">eventFilter</a></td> |
762 <td>Public method called to filter an event.</td> |
1004 <td>Public method called to filter an event.</td> |
763 </tr><tr> |
1005 </tr> |
|
1006 <tr> |
764 <td><a href="#ViewManager.exit">exit</a></td> |
1007 <td><a href="#ViewManager.exit">exit</a></td> |
765 <td>Public method to handle the debugged program terminating.</td> |
1008 <td>Public method to handle the debugged program terminating.</td> |
766 </tr><tr> |
1009 </tr> |
|
1010 <tr> |
767 <td><a href="#ViewManager.getAPIsManager">getAPIsManager</a></td> |
1011 <td><a href="#ViewManager.getAPIsManager">getAPIsManager</a></td> |
768 <td>Public method to get a reference to the APIs manager.</td> |
1012 <td>Public method to get a reference to the APIs manager.</td> |
769 </tr><tr> |
1013 </tr> |
|
1014 <tr> |
770 <td><a href="#ViewManager.getActions">getActions</a></td> |
1015 <td><a href="#ViewManager.getActions">getActions</a></td> |
771 <td>Public method to get a list of all actions.</td> |
1016 <td>Public method to get a list of all actions.</td> |
772 </tr><tr> |
1017 </tr> |
|
1018 <tr> |
773 <td><a href="#ViewManager.getActiveName">getActiveName</a></td> |
1019 <td><a href="#ViewManager.getActiveName">getActiveName</a></td> |
774 <td>Public method to retrieve the filename of the active window.</td> |
1020 <td>Public method to retrieve the filename of the active window.</td> |
775 </tr><tr> |
1021 </tr> |
|
1022 <tr> |
776 <td><a href="#ViewManager.getEditor">getEditor</a></td> |
1023 <td><a href="#ViewManager.getEditor">getEditor</a></td> |
777 <td>Public method to return the editor displaying the given file.</td> |
1024 <td>Public method to return the editor displaying the given file.</td> |
778 </tr><tr> |
1025 </tr> |
|
1026 <tr> |
779 <td><a href="#ViewManager.getMostRecent">getMostRecent</a></td> |
1027 <td><a href="#ViewManager.getMostRecent">getMostRecent</a></td> |
780 <td>Public method to get the most recently opened file.</td> |
1028 <td>Public method to get the most recently opened file.</td> |
781 </tr><tr> |
1029 </tr> |
|
1030 <tr> |
782 <td><a href="#ViewManager.getNumber">getNumber</a></td> |
1031 <td><a href="#ViewManager.getNumber">getNumber</a></td> |
783 <td>Public method to get a number from the active window.</td> |
1032 <td>Public method to get a number from the active window.</td> |
784 </tr><tr> |
1033 </tr> |
|
1034 <tr> |
785 <td><a href="#ViewManager.getOpenEditor">getOpenEditor</a></td> |
1035 <td><a href="#ViewManager.getOpenEditor">getOpenEditor</a></td> |
786 <td>Public method to return the editor displaying the given file.</td> |
1036 <td>Public method to return the editor displaying the given file.</td> |
787 </tr><tr> |
1037 </tr> |
|
1038 <tr> |
788 <td><a href="#ViewManager.getOpenEditorCount">getOpenEditorCount</a></td> |
1039 <td><a href="#ViewManager.getOpenEditorCount">getOpenEditorCount</a></td> |
789 <td>Public method to return the count of editors displaying the given file.</td> |
1040 <td>Public method to return the count of editors displaying the given file.</td> |
790 </tr><tr> |
1041 </tr> |
|
1042 <tr> |
791 <td><a href="#ViewManager.getOpenEditors">getOpenEditors</a></td> |
1043 <td><a href="#ViewManager.getOpenEditors">getOpenEditors</a></td> |
792 <td>Public method to get references to all open editors.</td> |
1044 <td>Public method to get references to all open editors.</td> |
793 </tr><tr> |
1045 </tr> |
|
1046 <tr> |
794 <td><a href="#ViewManager.getOpenEditorsCount">getOpenEditorsCount</a></td> |
1047 <td><a href="#ViewManager.getOpenEditorsCount">getOpenEditorsCount</a></td> |
795 <td>Public method to get the number of open editors.</td> |
1048 <td>Public method to get the number of open editors.</td> |
796 </tr><tr> |
1049 </tr> |
|
1050 <tr> |
797 <td><a href="#ViewManager.getOpenEditorsForSession">getOpenEditorsForSession</a></td> |
1051 <td><a href="#ViewManager.getOpenEditorsForSession">getOpenEditorsForSession</a></td> |
798 <td>Public method to get a lists of all open editors.</td> |
1052 <td>Public method to get a lists of all open editors.</td> |
799 </tr><tr> |
1053 </tr> |
|
1054 <tr> |
800 <td><a href="#ViewManager.getOpenFilenames">getOpenFilenames</a></td> |
1055 <td><a href="#ViewManager.getOpenFilenames">getOpenFilenames</a></td> |
801 <td>Public method returning a list of the filenames of all editors.</td> |
1056 <td>Public method returning a list of the filenames of all editors.</td> |
802 </tr><tr> |
1057 </tr> |
|
1058 <tr> |
803 <td><a href="#ViewManager.getSRHistory">getSRHistory</a></td> |
1059 <td><a href="#ViewManager.getSRHistory">getSRHistory</a></td> |
804 <td>Public method to get the search or replace history list.</td> |
1060 <td>Public method to get the search or replace history list.</td> |
805 </tr><tr> |
1061 </tr> |
|
1062 <tr> |
806 <td><a href="#ViewManager.getSplitOrientation">getSplitOrientation</a></td> |
1063 <td><a href="#ViewManager.getSplitOrientation">getSplitOrientation</a></td> |
807 <td>Public method to get the orientation of the split view.</td> |
1064 <td>Public method to get the orientation of the split view.</td> |
808 </tr><tr> |
1065 </tr> |
|
1066 <tr> |
809 <td><a href="#ViewManager.handleResetUI">handleResetUI</a></td> |
1067 <td><a href="#ViewManager.handleResetUI">handleResetUI</a></td> |
810 <td>Public slot to handle the resetUI signal.</td> |
1068 <td>Public slot to handle the resetUI signal.</td> |
811 </tr><tr> |
1069 </tr> |
|
1070 <tr> |
812 <td><a href="#ViewManager.initActions">initActions</a></td> |
1071 <td><a href="#ViewManager.initActions">initActions</a></td> |
813 <td>Public method defining the user interface actions.</td> |
1072 <td>Public method defining the user interface actions.</td> |
814 </tr><tr> |
1073 </tr> |
|
1074 <tr> |
815 <td><a href="#ViewManager.initBookmarkMenu">initBookmarkMenu</a></td> |
1075 <td><a href="#ViewManager.initBookmarkMenu">initBookmarkMenu</a></td> |
816 <td>Public method to create the Bookmark menu.</td> |
1076 <td>Public method to create the Bookmark menu.</td> |
817 </tr><tr> |
1077 </tr> |
|
1078 <tr> |
818 <td><a href="#ViewManager.initBookmarkToolbar">initBookmarkToolbar</a></td> |
1079 <td><a href="#ViewManager.initBookmarkToolbar">initBookmarkToolbar</a></td> |
819 <td>Public method to create the Bookmark toolbar.</td> |
1080 <td>Public method to create the Bookmark toolbar.</td> |
820 </tr><tr> |
1081 </tr> |
|
1082 <tr> |
821 <td><a href="#ViewManager.initEditMenu">initEditMenu</a></td> |
1083 <td><a href="#ViewManager.initEditMenu">initEditMenu</a></td> |
822 <td>Public method to create the Edit menu.</td> |
1084 <td>Public method to create the Edit menu.</td> |
823 </tr><tr> |
1085 </tr> |
|
1086 <tr> |
824 <td><a href="#ViewManager.initEditToolbar">initEditToolbar</a></td> |
1087 <td><a href="#ViewManager.initEditToolbar">initEditToolbar</a></td> |
825 <td>Public method to create the Edit toolbar.</td> |
1088 <td>Public method to create the Edit toolbar.</td> |
826 </tr><tr> |
1089 </tr> |
|
1090 <tr> |
827 <td><a href="#ViewManager.initFileMenu">initFileMenu</a></td> |
1091 <td><a href="#ViewManager.initFileMenu">initFileMenu</a></td> |
828 <td>Public method to create the File menu.</td> |
1092 <td>Public method to create the File menu.</td> |
829 </tr><tr> |
1093 </tr> |
|
1094 <tr> |
830 <td><a href="#ViewManager.initFileToolbar">initFileToolbar</a></td> |
1095 <td><a href="#ViewManager.initFileToolbar">initFileToolbar</a></td> |
831 <td>Public method to create the File toolbar.</td> |
1096 <td>Public method to create the File toolbar.</td> |
832 </tr><tr> |
1097 </tr> |
|
1098 <tr> |
833 <td><a href="#ViewManager.initMacroMenu">initMacroMenu</a></td> |
1099 <td><a href="#ViewManager.initMacroMenu">initMacroMenu</a></td> |
834 <td>Public method to create the Macro menu.</td> |
1100 <td>Public method to create the Macro menu.</td> |
835 </tr><tr> |
1101 </tr> |
|
1102 <tr> |
836 <td><a href="#ViewManager.initSearchMenu">initSearchMenu</a></td> |
1103 <td><a href="#ViewManager.initSearchMenu">initSearchMenu</a></td> |
837 <td>Public method to create the Search menu.</td> |
1104 <td>Public method to create the Search menu.</td> |
838 </tr><tr> |
1105 </tr> |
|
1106 <tr> |
839 <td><a href="#ViewManager.initSearchToolbars">initSearchToolbars</a></td> |
1107 <td><a href="#ViewManager.initSearchToolbars">initSearchToolbars</a></td> |
840 <td>Public method to create the Search toolbars.</td> |
1108 <td>Public method to create the Search toolbars.</td> |
841 </tr><tr> |
1109 </tr> |
|
1110 <tr> |
842 <td><a href="#ViewManager.initSpellingToolbar">initSpellingToolbar</a></td> |
1111 <td><a href="#ViewManager.initSpellingToolbar">initSpellingToolbar</a></td> |
843 <td>Public method to create the Spelling toolbar.</td> |
1112 <td>Public method to create the Spelling toolbar.</td> |
844 </tr><tr> |
1113 </tr> |
|
1114 <tr> |
845 <td><a href="#ViewManager.initViewMenu">initViewMenu</a></td> |
1115 <td><a href="#ViewManager.initViewMenu">initViewMenu</a></td> |
846 <td>Public method to create the View menu.</td> |
1116 <td>Public method to create the View menu.</td> |
847 </tr><tr> |
1117 </tr> |
|
1118 <tr> |
848 <td><a href="#ViewManager.initViewToolbar">initViewToolbar</a></td> |
1119 <td><a href="#ViewManager.initViewToolbar">initViewToolbar</a></td> |
849 <td>Public method to create the View toolbar.</td> |
1120 <td>Public method to create the View toolbar.</td> |
850 </tr><tr> |
1121 </tr> |
|
1122 <tr> |
851 <td><a href="#ViewManager.insertNumber">insertNumber</a></td> |
1123 <td><a href="#ViewManager.insertNumber">insertNumber</a></td> |
852 <td>Public slot to insert a number text into the active window.</td> |
1124 <td>Public slot to insert a number text into the active window.</td> |
853 </tr><tr> |
1125 </tr> |
|
1126 <tr> |
854 <td><a href="#ViewManager.insertSymbol">insertSymbol</a></td> |
1127 <td><a href="#ViewManager.insertSymbol">insertSymbol</a></td> |
855 <td>Public slot to insert a symbol text into the active window.</td> |
1128 <td>Public slot to insert a symbol text into the active window.</td> |
856 </tr><tr> |
1129 </tr> |
|
1130 <tr> |
857 <td><a href="#ViewManager.isConnected">isConnected</a></td> |
1131 <td><a href="#ViewManager.isConnected">isConnected</a></td> |
858 <td>Public method to check the connection status of the IDE.</td> |
1132 <td>Public method to check the connection status of the IDE.</td> |
859 </tr><tr> |
1133 </tr> |
|
1134 <tr> |
860 <td><a href="#ViewManager.isEditorInfoSupported">isEditorInfoSupported</a></td> |
1135 <td><a href="#ViewManager.isEditorInfoSupported">isEditorInfoSupported</a></td> |
861 <td>Public method to check, if a language is supported by the documentation viewer.</td> |
1136 <td>Public method to check, if a language is supported by the documentation viewer.</td> |
862 </tr><tr> |
1137 </tr> |
|
1138 <tr> |
863 <td><a href="#ViewManager.mainWidget">mainWidget</a></td> |
1139 <td><a href="#ViewManager.mainWidget">mainWidget</a></td> |
864 <td>Public method to return a reference to the main Widget of a specific view manager subclass.</td> |
1140 <td>Public method to return a reference to the main Widget of a specific view manager subclass.</td> |
865 </tr><tr> |
1141 </tr> |
|
1142 <tr> |
866 <td><a href="#ViewManager.newEditor">newEditor</a></td> |
1143 <td><a href="#ViewManager.newEditor">newEditor</a></td> |
867 <td>Public slot to generate a new empty editor.</td> |
1144 <td>Public slot to generate a new empty editor.</td> |
868 </tr><tr> |
1145 </tr> |
|
1146 <tr> |
869 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> |
1147 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> |
870 <td>Public method to create a new editor displaying the given document.</td> |
1148 <td>Public method to create a new editor displaying the given document.</td> |
871 </tr><tr> |
1149 </tr> |
|
1150 <tr> |
872 <td><a href="#ViewManager.nextSplit">nextSplit</a></td> |
1151 <td><a href="#ViewManager.nextSplit">nextSplit</a></td> |
873 <td>Public slot used to move to the next split.</td> |
1152 <td>Public slot used to move to the next split.</td> |
874 </tr><tr> |
1153 </tr> |
|
1154 <tr> |
875 <td><a href="#ViewManager.openFiles">openFiles</a></td> |
1155 <td><a href="#ViewManager.openFiles">openFiles</a></td> |
876 <td>Public slot to open some files.</td> |
1156 <td>Public slot to open some files.</td> |
877 </tr><tr> |
1157 </tr> |
|
1158 <tr> |
878 <td><a href="#ViewManager.openSourceFile">openSourceFile</a></td> |
1159 <td><a href="#ViewManager.openSourceFile">openSourceFile</a></td> |
879 <td>Public slot to display a file in an editor.</td> |
1160 <td>Public slot to display a file in an editor.</td> |
880 </tr><tr> |
1161 </tr> |
|
1162 <tr> |
881 <td><a href="#ViewManager.preferencesChanged">preferencesChanged</a></td> |
1163 <td><a href="#ViewManager.preferencesChanged">preferencesChanged</a></td> |
882 <td>Public slot to handle the preferencesChanged signal.</td> |
1164 <td>Public slot to handle the preferencesChanged signal.</td> |
883 </tr><tr> |
1165 </tr> |
|
1166 <tr> |
884 <td><a href="#ViewManager.prevSplit">prevSplit</a></td> |
1167 <td><a href="#ViewManager.prevSplit">prevSplit</a></td> |
885 <td>Public slot used to move to the previous split.</td> |
1168 <td>Public slot used to move to the previous split.</td> |
886 </tr><tr> |
1169 </tr> |
|
1170 <tr> |
887 <td><a href="#ViewManager.printCurrentEditor">printCurrentEditor</a></td> |
1171 <td><a href="#ViewManager.printCurrentEditor">printCurrentEditor</a></td> |
888 <td>Public slot to print the contents of the current editor.</td> |
1172 <td>Public slot to print the contents of the current editor.</td> |
889 </tr><tr> |
1173 </tr> |
|
1174 <tr> |
890 <td><a href="#ViewManager.printEditor">printEditor</a></td> |
1175 <td><a href="#ViewManager.printEditor">printEditor</a></td> |
891 <td>Public slot to print an editor.</td> |
1176 <td>Public slot to print an editor.</td> |
892 </tr><tr> |
1177 </tr> |
|
1178 <tr> |
893 <td><a href="#ViewManager.printPreviewCurrentEditor">printPreviewCurrentEditor</a></td> |
1179 <td><a href="#ViewManager.printPreviewCurrentEditor">printPreviewCurrentEditor</a></td> |
894 <td>Public slot to show a print preview of the current editor.</td> |
1180 <td>Public slot to show a print preview of the current editor.</td> |
895 </tr><tr> |
1181 </tr> |
|
1182 <tr> |
896 <td><a href="#ViewManager.projectClosed">projectClosed</a></td> |
1183 <td><a href="#ViewManager.projectClosed">projectClosed</a></td> |
897 <td>Public slot to handle the projectClosed signal.</td> |
1184 <td>Public slot to handle the projectClosed signal.</td> |
898 </tr><tr> |
1185 </tr> |
|
1186 <tr> |
899 <td><a href="#ViewManager.projectFileRenamed">projectFileRenamed</a></td> |
1187 <td><a href="#ViewManager.projectFileRenamed">projectFileRenamed</a></td> |
900 <td>Public slot to handle the projectFileRenamed signal.</td> |
1188 <td>Public slot to handle the projectFileRenamed signal.</td> |
901 </tr><tr> |
1189 </tr> |
|
1190 <tr> |
902 <td><a href="#ViewManager.projectLexerAssociationsChanged">projectLexerAssociationsChanged</a></td> |
1191 <td><a href="#ViewManager.projectLexerAssociationsChanged">projectLexerAssociationsChanged</a></td> |
903 <td>Public slot to handle changes of the project lexer associations.</td> |
1192 <td>Public slot to handle changes of the project lexer associations.</td> |
904 </tr><tr> |
1193 </tr> |
|
1194 <tr> |
905 <td><a href="#ViewManager.projectOpened">projectOpened</a></td> |
1195 <td><a href="#ViewManager.projectOpened">projectOpened</a></td> |
906 <td>Public slot to handle the projectOpened signal.</td> |
1196 <td>Public slot to handle the projectOpened signal.</td> |
907 </tr><tr> |
1197 </tr> |
|
1198 <tr> |
908 <td><a href="#ViewManager.receive">receive</a></td> |
1199 <td><a href="#ViewManager.receive">receive</a></td> |
909 <td>Public slot to handle received editor commands.</td> |
1200 <td>Public slot to handle received editor commands.</td> |
910 </tr><tr> |
1201 </tr> |
|
1202 <tr> |
911 <td><a href="#ViewManager.removeSplit">removeSplit</a></td> |
1203 <td><a href="#ViewManager.removeSplit">removeSplit</a></td> |
912 <td>Public method used to remove the current split view or a split view by index.</td> |
1204 <td>Public method used to remove the current split view or a split view by index.</td> |
913 </tr><tr> |
1205 </tr> |
|
1206 <tr> |
914 <td><a href="#ViewManager.replaceWidget">replaceWidget</a></td> |
1207 <td><a href="#ViewManager.replaceWidget">replaceWidget</a></td> |
915 <td>Public method to get a reference to the replace widget.</td> |
1208 <td>Public method to get a reference to the replace widget.</td> |
916 </tr><tr> |
1209 </tr> |
|
1210 <tr> |
917 <td><a href="#ViewManager.saveAllEditors">saveAllEditors</a></td> |
1211 <td><a href="#ViewManager.saveAllEditors">saveAllEditors</a></td> |
918 <td>Public slot to save the contents of all editors.</td> |
1212 <td>Public slot to save the contents of all editors.</td> |
919 </tr><tr> |
1213 </tr> |
|
1214 <tr> |
920 <td><a href="#ViewManager.saveAsCurrentEditor">saveAsCurrentEditor</a></td> |
1215 <td><a href="#ViewManager.saveAsCurrentEditor">saveAsCurrentEditor</a></td> |
921 <td>Public slot to save the contents of the current editor to a new file.</td> |
1216 <td>Public slot to save the contents of the current editor to a new file.</td> |
922 </tr><tr> |
1217 </tr> |
|
1218 <tr> |
923 <td><a href="#ViewManager.saveAsEditorEd">saveAsEditorEd</a></td> |
1219 <td><a href="#ViewManager.saveAsEditorEd">saveAsEditorEd</a></td> |
924 <td>Public slot to save the contents of an editor to a new file.</td> |
1220 <td>Public slot to save the contents of an editor to a new file.</td> |
925 </tr><tr> |
1221 </tr> |
|
1222 <tr> |
926 <td><a href="#ViewManager.saveCopyCurrentEditor">saveCopyCurrentEditor</a></td> |
1223 <td><a href="#ViewManager.saveCopyCurrentEditor">saveCopyCurrentEditor</a></td> |
927 <td>Public slot to save the contents of the current editor to a new copy of the file.</td> |
1224 <td>Public slot to save the contents of the current editor to a new copy of the file.</td> |
928 </tr><tr> |
1225 </tr> |
|
1226 <tr> |
929 <td><a href="#ViewManager.saveCopyEditorEd">saveCopyEditorEd</a></td> |
1227 <td><a href="#ViewManager.saveCopyEditorEd">saveCopyEditorEd</a></td> |
930 <td>Public slot to save the contents of an editor to a new copy of the file.</td> |
1228 <td>Public slot to save the contents of an editor to a new copy of the file.</td> |
931 </tr><tr> |
1229 </tr> |
|
1230 <tr> |
932 <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> |
1231 <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> |
933 <td>Public slot to save the contents of the current editor.</td> |
1232 <td>Public slot to save the contents of the current editor.</td> |
934 </tr><tr> |
1233 </tr> |
|
1234 <tr> |
935 <td><a href="#ViewManager.saveEditor">saveEditor</a></td> |
1235 <td><a href="#ViewManager.saveEditor">saveEditor</a></td> |
936 <td>Public method to save a named editor file.</td> |
1236 <td>Public method to save a named editor file.</td> |
937 </tr><tr> |
1237 </tr> |
|
1238 <tr> |
938 <td><a href="#ViewManager.saveEditorEd">saveEditorEd</a></td> |
1239 <td><a href="#ViewManager.saveEditorEd">saveEditorEd</a></td> |
939 <td>Public slot to save the contents of an editor.</td> |
1240 <td>Public slot to save the contents of an editor.</td> |
940 </tr><tr> |
1241 </tr> |
|
1242 <tr> |
941 <td><a href="#ViewManager.saveEditorsList">saveEditorsList</a></td> |
1243 <td><a href="#ViewManager.saveEditorsList">saveEditorsList</a></td> |
942 <td>Public slot to save a list of editors.</td> |
1244 <td>Public slot to save a list of editors.</td> |
943 </tr><tr> |
1245 </tr> |
|
1246 <tr> |
944 <td><a href="#ViewManager.searchWidget">searchWidget</a></td> |
1247 <td><a href="#ViewManager.searchWidget">searchWidget</a></td> |
945 <td>Public method to get a reference to the search widget.</td> |
1248 <td>Public method to get a reference to the search widget.</td> |
946 </tr><tr> |
1249 </tr> |
|
1250 <tr> |
947 <td><a href="#ViewManager.send">send</a></td> |
1251 <td><a href="#ViewManager.send">send</a></td> |
948 <td>Public method to send an editor command to remote editors.</td> |
1252 <td>Public method to send an editor command to remote editors.</td> |
949 </tr><tr> |
1253 </tr> |
|
1254 <tr> |
950 <td><a href="#ViewManager.sendSharedEdit">sendSharedEdit</a></td> |
1255 <td><a href="#ViewManager.sendSharedEdit">sendSharedEdit</a></td> |
951 <td>Public slot to end a shared edit session for the current editor and send the changes.</td> |
1256 <td>Public slot to end a shared edit session for the current editor and send the changes.</td> |
952 </tr><tr> |
1257 </tr> |
|
1258 <tr> |
953 <td><a href="#ViewManager.setCooperationClient">setCooperationClient</a></td> |
1259 <td><a href="#ViewManager.setCooperationClient">setCooperationClient</a></td> |
954 <td>Public method to set a reference to the cooperation client.</td> |
1260 <td>Public method to set a reference to the cooperation client.</td> |
955 </tr><tr> |
1261 </tr> |
|
1262 <tr> |
956 <td><a href="#ViewManager.setEditorName">setEditorName</a></td> |
1263 <td><a href="#ViewManager.setEditorName">setEditorName</a></td> |
957 <td>Public method to change the displayed name of the editor.</td> |
1264 <td>Public method to change the displayed name of the editor.</td> |
958 </tr><tr> |
1265 </tr> |
|
1266 <tr> |
959 <td><a href="#ViewManager.setFileLine">setFileLine</a></td> |
1267 <td><a href="#ViewManager.setFileLine">setFileLine</a></td> |
960 <td>Public method to update the user interface when the current program or line changes.</td> |
1268 <td>Public method to update the user interface when the current program or line changes.</td> |
961 </tr><tr> |
1269 </tr> |
|
1270 <tr> |
962 <td><a href="#ViewManager.setReferences">setReferences</a></td> |
1271 <td><a href="#ViewManager.setReferences">setReferences</a></td> |
963 <td>Public method to set some references needed later on.</td> |
1272 <td>Public method to set some references needed later on.</td> |
964 </tr><tr> |
1273 </tr> |
|
1274 <tr> |
965 <td><a href="#ViewManager.setSbInfo">setSbInfo</a></td> |
1275 <td><a href="#ViewManager.setSbInfo">setSbInfo</a></td> |
966 <td>Public method to transfer statusbar info from the user interface to viewmanager.</td> |
1276 <td>Public method to transfer statusbar info from the user interface to viewmanager.</td> |
967 </tr><tr> |
1277 </tr> |
|
1278 <tr> |
968 <td><a href="#ViewManager.setSplitCount">setSplitCount</a></td> |
1279 <td><a href="#ViewManager.setSplitCount">setSplitCount</a></td> |
969 <td>Public method to set the number of split views.</td> |
1280 <td>Public method to set the number of split views.</td> |
970 </tr><tr> |
1281 </tr> |
|
1282 <tr> |
971 <td><a href="#ViewManager.setSplitOrientation">setSplitOrientation</a></td> |
1283 <td><a href="#ViewManager.setSplitOrientation">setSplitOrientation</a></td> |
972 <td>Public method used to set the orientation of the split view.</td> |
1284 <td>Public method used to set the orientation of the split view.</td> |
973 </tr><tr> |
1285 </tr> |
|
1286 <tr> |
974 <td><a href="#ViewManager.shareConnected">shareConnected</a></td> |
1287 <td><a href="#ViewManager.shareConnected">shareConnected</a></td> |
975 <td>Public slot to handle a change of the connected state.</td> |
1288 <td>Public slot to handle a change of the connected state.</td> |
976 </tr><tr> |
1289 </tr> |
|
1290 <tr> |
977 <td><a href="#ViewManager.shareEditor">shareEditor</a></td> |
1291 <td><a href="#ViewManager.shareEditor">shareEditor</a></td> |
978 <td>Public slot to set the shared status of the current editor.</td> |
1292 <td>Public slot to set the shared status of the current editor.</td> |
979 </tr><tr> |
1293 </tr> |
|
1294 <tr> |
980 <td><a href="#ViewManager.showDebugSource">showDebugSource</a></td> |
1295 <td><a href="#ViewManager.showDebugSource">showDebugSource</a></td> |
981 <td>Public method to open the given file and highlight the given line in it.</td> |
1296 <td>Public method to open the given file and highlight the given line in it.</td> |
982 </tr><tr> |
1297 </tr> |
|
1298 <tr> |
983 <td><a href="#ViewManager.showEditorInfo">showEditorInfo</a></td> |
1299 <td><a href="#ViewManager.showEditorInfo">showEditorInfo</a></td> |
984 <td>Public method to show some information for a given editor.</td> |
1300 <td>Public method to show some information for a given editor.</td> |
985 </tr><tr> |
1301 </tr> |
|
1302 <tr> |
986 <td><a href="#ViewManager.showReplaceWidget">showReplaceWidget</a></td> |
1303 <td><a href="#ViewManager.showReplaceWidget">showReplaceWidget</a></td> |
987 <td>Public method to show the replace widget.</td> |
1304 <td>Public method to show the replace widget.</td> |
988 </tr><tr> |
1305 </tr> |
|
1306 <tr> |
989 <td><a href="#ViewManager.showSearchWidget">showSearchWidget</a></td> |
1307 <td><a href="#ViewManager.showSearchWidget">showSearchWidget</a></td> |
990 <td>Public method to show the search widget.</td> |
1308 <td>Public method to show the search widget.</td> |
991 </tr><tr> |
1309 </tr> |
|
1310 <tr> |
992 <td><a href="#ViewManager.showWindowMenu">showWindowMenu</a></td> |
1311 <td><a href="#ViewManager.showWindowMenu">showWindowMenu</a></td> |
993 <td>Public method to set up the viewmanager part of the Window menu.</td> |
1312 <td>Public method to set up the viewmanager part of the Window menu.</td> |
994 </tr><tr> |
1313 </tr> |
|
1314 <tr> |
995 <td><a href="#ViewManager.splitCount">splitCount</a></td> |
1315 <td><a href="#ViewManager.splitCount">splitCount</a></td> |
996 <td>Public method to get the number of split views.</td> |
1316 <td>Public method to get the number of split views.</td> |
997 </tr><tr> |
1317 </tr> |
|
1318 <tr> |
998 <td><a href="#ViewManager.startSharedEdit">startSharedEdit</a></td> |
1319 <td><a href="#ViewManager.startSharedEdit">startSharedEdit</a></td> |
999 <td>Public slot to start a shared edit session for the current editor.</td> |
1320 <td>Public slot to start a shared edit session for the current editor.</td> |
1000 </tr><tr> |
1321 </tr> |
|
1322 <tr> |
1001 <td><a href="#ViewManager.textForFind">textForFind</a></td> |
1323 <td><a href="#ViewManager.textForFind">textForFind</a></td> |
1002 <td>Public method to determine the selection or the current word for the next find operation.</td> |
1324 <td>Public method to determine the selection or the current word for the next find operation.</td> |
1003 </tr><tr> |
1325 </tr> |
|
1326 <tr> |
1004 <td><a href="#ViewManager.tile">tile</a></td> |
1327 <td><a href="#ViewManager.tile">tile</a></td> |
1005 <td>Public method to tile the managed windows.</td> |
1328 <td>Public method to tile the managed windows.</td> |
1006 </tr><tr> |
1329 </tr> |
|
1330 <tr> |
1007 <td><a href="#ViewManager.unhighlight">unhighlight</a></td> |
1331 <td><a href="#ViewManager.unhighlight">unhighlight</a></td> |
1008 <td>Public method to switch off all highlights or the highlight of the current editor.</td> |
1332 <td>Public method to switch off all highlights or the highlight of the current editor.</td> |
1009 </tr><tr> |
1333 </tr> |
|
1334 <tr> |
1010 <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td> |
1335 <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td> |
1011 <td>Public slot to handle changes of the zoom value.</td> |
1336 <td>Public slot to handle changes of the zoom value.</td> |
1012 </tr> |
1337 </tr> |
1013 </table> |
1338 </table> |
1014 <h3>Static Methods</h3> |
1339 <h3>Static Methods</h3> |
|
1340 |
1015 <table> |
1341 <table> |
1016 <tr><td>None</td></tr> |
1342 <tr><td>None</td></tr> |
1017 </table> |
1343 </table> |
|
1344 |
1018 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> |
1345 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> |
1019 <h4>ViewManager (Constructor)</h4> |
1346 <h4>ViewManager (Constructor)</h4> |
1020 <b>ViewManager</b>(<i></i>) |
1347 <b>ViewManager</b>(<i></i>) |
|
1348 |
1021 <p> |
1349 <p> |
1022 Constructor |
1350 Constructor |
1023 </p><a NAME="ViewManager.__addBookmarked" ID="ViewManager.__addBookmarked"></a> |
1351 </p> |
|
1352 <a NAME="ViewManager.__addBookmarked" ID="ViewManager.__addBookmarked"></a> |
1024 <h4>ViewManager.__addBookmarked</h4> |
1353 <h4>ViewManager.__addBookmarked</h4> |
1025 <b>__addBookmarked</b>(<i></i>) |
1354 <b>__addBookmarked</b>(<i></i>) |
|
1355 |
1026 <p> |
1356 <p> |
1027 Private method to add the current file to the list of bookmarked files. |
1357 Private method to add the current file to the list of bookmarked files. |
1028 </p><a NAME="ViewManager.__astViewer" ID="ViewManager.__astViewer"></a> |
1358 </p> |
|
1359 <a NAME="ViewManager.__astViewer" ID="ViewManager.__astViewer"></a> |
1029 <h4>ViewManager.__astViewer</h4> |
1360 <h4>ViewManager.__astViewer</h4> |
1030 <b>__astViewer</b>(<i>checked</i>) |
1361 <b>__astViewer</b>(<i>checked</i>) |
|
1362 |
1031 <p> |
1363 <p> |
1032 Private slot to handle a change of the AST Viewer selection state. |
1364 Private slot to handle a change of the AST Viewer selection state. |
1033 </p><dl> |
1365 </p> |
|
1366 <dl> |
|
1367 |
1034 <dt><i>checked</i></dt> |
1368 <dt><i>checked</i></dt> |
1035 <dd> |
1369 <dd> |
1036 state of the action (boolean) |
1370 state of the action (boolean) |
1037 </dd> |
1371 </dd> |
1038 </dl><a NAME="ViewManager.__autosave" ID="ViewManager.__autosave"></a> |
1372 </dl> |
|
1373 <a NAME="ViewManager.__autosave" ID="ViewManager.__autosave"></a> |
1039 <h4>ViewManager.__autosave</h4> |
1374 <h4>ViewManager.__autosave</h4> |
1040 <b>__autosave</b>(<i></i>) |
1375 <b>__autosave</b>(<i></i>) |
|
1376 |
1041 <p> |
1377 <p> |
1042 Private slot to save the contents of all editors automatically. |
1378 Private slot to save the contents of all editors automatically. |
1043 </p><p> |
1379 </p> |
|
1380 <p> |
1044 Only named editors will be saved by the autosave timer. |
1381 Only named editors will be saved by the autosave timer. |
1045 </p><a NAME="ViewManager.__bookmarkSelected" ID="ViewManager.__bookmarkSelected"></a> |
1382 </p> |
|
1383 <a NAME="ViewManager.__bookmarkSelected" ID="ViewManager.__bookmarkSelected"></a> |
1046 <h4>ViewManager.__bookmarkSelected</h4> |
1384 <h4>ViewManager.__bookmarkSelected</h4> |
1047 <b>__bookmarkSelected</b>(<i>act</i>) |
1385 <b>__bookmarkSelected</b>(<i>act</i>) |
|
1386 |
1048 <p> |
1387 <p> |
1049 Private method to handle the bookmark selected signal. |
1388 Private method to handle the bookmark selected signal. |
1050 </p><dl> |
1389 </p> |
|
1390 <dl> |
|
1391 |
1051 <dt><i>act</i></dt> |
1392 <dt><i>act</i></dt> |
1052 <dd> |
1393 <dd> |
1053 reference to the action that triggered (QAction) |
1394 reference to the action that triggered (QAction) |
1054 </dd> |
1395 </dd> |
1055 </dl><a NAME="ViewManager.__bookmarkToggled" ID="ViewManager.__bookmarkToggled"></a> |
1396 </dl> |
|
1397 <a NAME="ViewManager.__bookmarkToggled" ID="ViewManager.__bookmarkToggled"></a> |
1056 <h4>ViewManager.__bookmarkToggled</h4> |
1398 <h4>ViewManager.__bookmarkToggled</h4> |
1057 <b>__bookmarkToggled</b>(<i>editor</i>) |
1399 <b>__bookmarkToggled</b>(<i>editor</i>) |
|
1400 |
1058 <p> |
1401 <p> |
1059 Private slot to handle the bookmarkToggled signal. |
1402 Private slot to handle the bookmarkToggled signal. |
1060 </p><p> |
1403 </p> |
|
1404 <p> |
1061 It checks some bookmark actions and reemits the signal. |
1405 It checks some bookmark actions and reemits the signal. |
1062 </p><dl> |
1406 </p> |
|
1407 <dl> |
|
1408 |
1063 <dt><i>editor</i></dt> |
1409 <dt><i>editor</i></dt> |
1064 <dd> |
1410 <dd> |
1065 editor that sent the signal |
1411 editor that sent the signal |
1066 </dd> |
1412 </dd> |
1067 </dl><a NAME="ViewManager.__breakpointToggled" ID="ViewManager.__breakpointToggled"></a> |
1413 </dl> |
|
1414 <a NAME="ViewManager.__breakpointToggled" ID="ViewManager.__breakpointToggled"></a> |
1068 <h4>ViewManager.__breakpointToggled</h4> |
1415 <h4>ViewManager.__breakpointToggled</h4> |
1069 <b>__breakpointToggled</b>(<i>editor</i>) |
1416 <b>__breakpointToggled</b>(<i>editor</i>) |
|
1417 |
1070 <p> |
1418 <p> |
1071 Private slot to handle the breakpointToggled signal. |
1419 Private slot to handle the breakpointToggled signal. |
1072 </p><p> |
1420 </p> |
|
1421 <p> |
1073 It simply reemits the signal. |
1422 It simply reemits the signal. |
1074 </p><dl> |
1423 </p> |
|
1424 <dl> |
|
1425 |
1075 <dt><i>editor</i></dt> |
1426 <dt><i>editor</i></dt> |
1076 <dd> |
1427 <dd> |
1077 editor that sent the signal |
1428 editor that sent the signal |
1078 </dd> |
1429 </dd> |
1079 </dl><a NAME="ViewManager.__changeMarkersUpdated" ID="ViewManager.__changeMarkersUpdated"></a> |
1430 </dl> |
|
1431 <a NAME="ViewManager.__changeMarkersUpdated" ID="ViewManager.__changeMarkersUpdated"></a> |
1080 <h4>ViewManager.__changeMarkersUpdated</h4> |
1432 <h4>ViewManager.__changeMarkersUpdated</h4> |
1081 <b>__changeMarkersUpdated</b>(<i>editor</i>) |
1433 <b>__changeMarkersUpdated</b>(<i>editor</i>) |
|
1434 |
1082 <p> |
1435 <p> |
1083 Private slot to handle the changeMarkersUpdated signal. |
1436 Private slot to handle the changeMarkersUpdated signal. |
1084 </p><dl> |
1437 </p> |
|
1438 <dl> |
|
1439 |
1085 <dt><i>editor</i></dt> |
1440 <dt><i>editor</i></dt> |
1086 <dd> |
1441 <dd> |
1087 editor that sent the signal |
1442 editor that sent the signal |
1088 </dd> |
1443 </dd> |
1089 </dl><a NAME="ViewManager.__clearAllBookmarks" ID="ViewManager.__clearAllBookmarks"></a> |
1444 </dl> |
|
1445 <a NAME="ViewManager.__clearAllBookmarks" ID="ViewManager.__clearAllBookmarks"></a> |
1090 <h4>ViewManager.__clearAllBookmarks</h4> |
1446 <h4>ViewManager.__clearAllBookmarks</h4> |
1091 <b>__clearAllBookmarks</b>(<i></i>) |
1447 <b>__clearAllBookmarks</b>(<i></i>) |
|
1448 |
1092 <p> |
1449 <p> |
1093 Private method to handle the clear all bookmarks action. |
1450 Private method to handle the clear all bookmarks action. |
1094 </p><a NAME="ViewManager.__clearAllFolds" ID="ViewManager.__clearAllFolds"></a> |
1451 </p> |
|
1452 <a NAME="ViewManager.__clearAllFolds" ID="ViewManager.__clearAllFolds"></a> |
1095 <h4>ViewManager.__clearAllFolds</h4> |
1453 <h4>ViewManager.__clearAllFolds</h4> |
1096 <b>__clearAllFolds</b>(<i></i>) |
1454 <b>__clearAllFolds</b>(<i></i>) |
|
1455 |
1097 <p> |
1456 <p> |
1098 Private method to handle the clear all folds action. |
1457 Private method to handle the clear all folds action. |
1099 </p><a NAME="ViewManager.__clearAllSyntaxErrors" ID="ViewManager.__clearAllSyntaxErrors"></a> |
1458 </p> |
|
1459 <a NAME="ViewManager.__clearAllSyntaxErrors" ID="ViewManager.__clearAllSyntaxErrors"></a> |
1100 <h4>ViewManager.__clearAllSyntaxErrors</h4> |
1460 <h4>ViewManager.__clearAllSyntaxErrors</h4> |
1101 <b>__clearAllSyntaxErrors</b>(<i></i>) |
1461 <b>__clearAllSyntaxErrors</b>(<i></i>) |
|
1462 |
1102 <p> |
1463 <p> |
1103 Private method to handle the clear all syntax errors action. |
1464 Private method to handle the clear all syntax errors action. |
1104 </p><a NAME="ViewManager.__clearAllWarnings" ID="ViewManager.__clearAllWarnings"></a> |
1465 </p> |
|
1466 <a NAME="ViewManager.__clearAllWarnings" ID="ViewManager.__clearAllWarnings"></a> |
1105 <h4>ViewManager.__clearAllWarnings</h4> |
1467 <h4>ViewManager.__clearAllWarnings</h4> |
1106 <b>__clearAllWarnings</b>(<i></i>) |
1468 <b>__clearAllWarnings</b>(<i></i>) |
|
1469 |
1107 <p> |
1470 <p> |
1108 Private method to handle the clear all warnings action. |
1471 Private method to handle the clear all warnings action. |
1109 </p><a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a> |
1472 </p> |
|
1473 <a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a> |
1110 <h4>ViewManager.__clearBookmarked</h4> |
1474 <h4>ViewManager.__clearBookmarked</h4> |
1111 <b>__clearBookmarked</b>(<i></i>) |
1475 <b>__clearBookmarked</b>(<i></i>) |
|
1476 |
1112 <p> |
1477 <p> |
1113 Private method to clear the bookmarked files menu. |
1478 Private method to clear the bookmarked files menu. |
1114 </p><a NAME="ViewManager.__connectEditor" ID="ViewManager.__connectEditor"></a> |
1479 </p> |
|
1480 <a NAME="ViewManager.__connectEditor" ID="ViewManager.__connectEditor"></a> |
1115 <h4>ViewManager.__connectEditor</h4> |
1481 <h4>ViewManager.__connectEditor</h4> |
1116 <b>__connectEditor</b>(<i>editor</i>) |
1482 <b>__connectEditor</b>(<i>editor</i>) |
|
1483 |
1117 <p> |
1484 <p> |
1118 Private method to establish all editor connections. |
1485 Private method to establish all editor connections. |
1119 </p><dl> |
1486 </p> |
|
1487 <dl> |
|
1488 |
1120 <dt><i>editor</i></dt> |
1489 <dt><i>editor</i></dt> |
1121 <dd> |
1490 <dd> |
1122 reference to the editor object to be connected |
1491 reference to the editor object to be connected |
1123 </dd> |
1492 </dd> |
1124 </dl><a NAME="ViewManager.__convertEOL" ID="ViewManager.__convertEOL"></a> |
1493 </dl> |
|
1494 <a NAME="ViewManager.__convertEOL" ID="ViewManager.__convertEOL"></a> |
1125 <h4>ViewManager.__convertEOL</h4> |
1495 <h4>ViewManager.__convertEOL</h4> |
1126 <b>__convertEOL</b>(<i></i>) |
1496 <b>__convertEOL</b>(<i></i>) |
|
1497 |
1127 <p> |
1498 <p> |
1128 Private method to handle the convert line end characters action. |
1499 Private method to handle the convert line end characters action. |
1129 </p><a NAME="ViewManager.__coverageMarkersShown" ID="ViewManager.__coverageMarkersShown"></a> |
1500 </p> |
|
1501 <a NAME="ViewManager.__coverageMarkersShown" ID="ViewManager.__coverageMarkersShown"></a> |
1130 <h4>ViewManager.__coverageMarkersShown</h4> |
1502 <h4>ViewManager.__coverageMarkersShown</h4> |
1131 <b>__coverageMarkersShown</b>(<i>shown</i>) |
1503 <b>__coverageMarkersShown</b>(<i>shown</i>) |
|
1504 |
1132 <p> |
1505 <p> |
1133 Private slot to handle the coverageMarkersShown signal. |
1506 Private slot to handle the coverageMarkersShown signal. |
1134 </p><dl> |
1507 </p> |
|
1508 <dl> |
|
1509 |
1135 <dt><i>shown</i></dt> |
1510 <dt><i>shown</i></dt> |
1136 <dd> |
1511 <dd> |
1137 flag indicating whether the markers were shown or cleared |
1512 flag indicating whether the markers were shown or cleared |
1138 </dd> |
1513 </dd> |
1139 </dl><a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a> |
1514 </dl> |
|
1515 <a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a> |
1140 <h4>ViewManager.__cursorChanged</h4> |
1516 <h4>ViewManager.__cursorChanged</h4> |
1141 <b>__cursorChanged</b>(<i>fn, line, pos, editor</i>) |
1517 <b>__cursorChanged</b>(<i>fn, line, pos, editor</i>) |
|
1518 |
1142 <p> |
1519 <p> |
1143 Private slot to handle the cursorChanged signal. |
1520 Private slot to handle the cursorChanged signal. |
1144 </p><p> |
1521 </p> |
|
1522 <p> |
1145 It emits the signal cursorChanged with parameter editor. |
1523 It emits the signal cursorChanged with parameter editor. |
1146 </p><dl> |
1524 </p> |
|
1525 <dl> |
|
1526 |
1147 <dt><i>fn</i> (str)</dt> |
1527 <dt><i>fn</i> (str)</dt> |
1148 <dd> |
1528 <dd> |
1149 filename |
1529 filename |
1150 </dd><dt><i>line</i> (int)</dt> |
1530 </dd> |
|
1531 <dt><i>line</i> (int)</dt> |
1151 <dd> |
1532 <dd> |
1152 line number of the cursor |
1533 line number of the cursor |
1153 </dd><dt><i>pos</i> (int)</dt> |
1534 </dd> |
|
1535 <dt><i>pos</i> (int)</dt> |
1154 <dd> |
1536 <dd> |
1155 position in line of the cursor |
1537 position in line of the cursor |
1156 </dd><dt><i>editor</i> (Editor)</dt> |
1538 </dd> |
|
1539 <dt><i>editor</i> (Editor)</dt> |
1157 <dd> |
1540 <dd> |
1158 reference to the editor |
1541 reference to the editor |
1159 </dd> |
1542 </dd> |
1160 </dl><a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a> |
1543 </dl> |
|
1544 <a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a> |
1161 <h4>ViewManager.__editAutoComplete</h4> |
1545 <h4>ViewManager.__editAutoComplete</h4> |
1162 <b>__editAutoComplete</b>(<i></i>) |
1546 <b>__editAutoComplete</b>(<i></i>) |
|
1547 |
1163 <p> |
1548 <p> |
1164 Private method to handle the autocomplete action. |
1549 Private method to handle the autocomplete action. |
1165 </p><a NAME="ViewManager.__editAutoCompleteFromAPIs" ID="ViewManager.__editAutoCompleteFromAPIs"></a> |
1550 </p> |
|
1551 <a NAME="ViewManager.__editAutoCompleteFromAPIs" ID="ViewManager.__editAutoCompleteFromAPIs"></a> |
1166 <h4>ViewManager.__editAutoCompleteFromAPIs</h4> |
1552 <h4>ViewManager.__editAutoCompleteFromAPIs</h4> |
1167 <b>__editAutoCompleteFromAPIs</b>(<i></i>) |
1553 <b>__editAutoCompleteFromAPIs</b>(<i></i>) |
|
1554 |
1168 <p> |
1555 <p> |
1169 Private method to handle the autocomplete from APIs action. |
1556 Private method to handle the autocomplete from APIs action. |
1170 </p><a NAME="ViewManager.__editAutoCompleteFromAll" ID="ViewManager.__editAutoCompleteFromAll"></a> |
1557 </p> |
|
1558 <a NAME="ViewManager.__editAutoCompleteFromAll" ID="ViewManager.__editAutoCompleteFromAll"></a> |
1171 <h4>ViewManager.__editAutoCompleteFromAll</h4> |
1559 <h4>ViewManager.__editAutoCompleteFromAll</h4> |
1172 <b>__editAutoCompleteFromAll</b>(<i></i>) |
1560 <b>__editAutoCompleteFromAll</b>(<i></i>) |
|
1561 |
1173 <p> |
1562 <p> |
1174 Private method to handle the autocomplete from All action. |
1563 Private method to handle the autocomplete from All action. |
1175 </p><a NAME="ViewManager.__editAutoCompleteFromDoc" ID="ViewManager.__editAutoCompleteFromDoc"></a> |
1564 </p> |
|
1565 <a NAME="ViewManager.__editAutoCompleteFromDoc" ID="ViewManager.__editAutoCompleteFromDoc"></a> |
1176 <h4>ViewManager.__editAutoCompleteFromDoc</h4> |
1566 <h4>ViewManager.__editAutoCompleteFromDoc</h4> |
1177 <b>__editAutoCompleteFromDoc</b>(<i></i>) |
1567 <b>__editAutoCompleteFromDoc</b>(<i></i>) |
|
1568 |
1178 <p> |
1569 <p> |
1179 Private method to handle the autocomplete from document action. |
1570 Private method to handle the autocomplete from document action. |
1180 </p><a NAME="ViewManager.__editBookmarked" ID="ViewManager.__editBookmarked"></a> |
1571 </p> |
|
1572 <a NAME="ViewManager.__editBookmarked" ID="ViewManager.__editBookmarked"></a> |
1181 <h4>ViewManager.__editBookmarked</h4> |
1573 <h4>ViewManager.__editBookmarked</h4> |
1182 <b>__editBookmarked</b>(<i></i>) |
1574 <b>__editBookmarked</b>(<i></i>) |
|
1575 |
1183 <p> |
1576 <p> |
1184 Private method to edit the list of bookmarked files. |
1577 Private method to edit the list of bookmarked files. |
1185 </p><a NAME="ViewManager.__editBoxComment" ID="ViewManager.__editBoxComment"></a> |
1578 </p> |
|
1579 <a NAME="ViewManager.__editBoxComment" ID="ViewManager.__editBoxComment"></a> |
1186 <h4>ViewManager.__editBoxComment</h4> |
1580 <h4>ViewManager.__editBoxComment</h4> |
1187 <b>__editBoxComment</b>(<i></i>) |
1581 <b>__editBoxComment</b>(<i></i>) |
|
1582 |
1188 <p> |
1583 <p> |
1189 Private method to handle the box comment action. |
1584 Private method to handle the box comment action. |
1190 </p><a NAME="ViewManager.__editComment" ID="ViewManager.__editComment"></a> |
1585 </p> |
|
1586 <a NAME="ViewManager.__editComment" ID="ViewManager.__editComment"></a> |
1191 <h4>ViewManager.__editComment</h4> |
1587 <h4>ViewManager.__editComment</h4> |
1192 <b>__editComment</b>(<i></i>) |
1588 <b>__editComment</b>(<i></i>) |
|
1589 |
1193 <p> |
1590 <p> |
1194 Private method to handle the comment action. |
1591 Private method to handle the comment action. |
1195 </p><a NAME="ViewManager.__editCopy" ID="ViewManager.__editCopy"></a> |
1592 </p> |
|
1593 <a NAME="ViewManager.__editCopy" ID="ViewManager.__editCopy"></a> |
1196 <h4>ViewManager.__editCopy</h4> |
1594 <h4>ViewManager.__editCopy</h4> |
1197 <b>__editCopy</b>(<i></i>) |
1595 <b>__editCopy</b>(<i></i>) |
|
1596 |
1198 <p> |
1597 <p> |
1199 Private method to handle the copy action. |
1598 Private method to handle the copy action. |
1200 </p><a NAME="ViewManager.__editCut" ID="ViewManager.__editCut"></a> |
1599 </p> |
|
1600 <a NAME="ViewManager.__editCut" ID="ViewManager.__editCut"></a> |
1201 <h4>ViewManager.__editCut</h4> |
1601 <h4>ViewManager.__editCut</h4> |
1202 <b>__editCut</b>(<i></i>) |
1602 <b>__editCut</b>(<i></i>) |
|
1603 |
1203 <p> |
1604 <p> |
1204 Private method to handle the cut action. |
1605 Private method to handle the cut action. |
1205 </p><a NAME="ViewManager.__editDelete" ID="ViewManager.__editDelete"></a> |
1606 </p> |
|
1607 <a NAME="ViewManager.__editDelete" ID="ViewManager.__editDelete"></a> |
1206 <h4>ViewManager.__editDelete</h4> |
1608 <h4>ViewManager.__editDelete</h4> |
1207 <b>__editDelete</b>(<i></i>) |
1609 <b>__editDelete</b>(<i></i>) |
|
1610 |
1208 <p> |
1611 <p> |
1209 Private method to handle the delete action. |
1612 Private method to handle the delete action. |
1210 </p><a NAME="ViewManager.__editDeselectAll" ID="ViewManager.__editDeselectAll"></a> |
1613 </p> |
|
1614 <a NAME="ViewManager.__editDeselectAll" ID="ViewManager.__editDeselectAll"></a> |
1211 <h4>ViewManager.__editDeselectAll</h4> |
1615 <h4>ViewManager.__editDeselectAll</h4> |
1212 <b>__editDeselectAll</b>(<i></i>) |
1616 <b>__editDeselectAll</b>(<i></i>) |
|
1617 |
1213 <p> |
1618 <p> |
1214 Private method to handle the select all action. |
1619 Private method to handle the select all action. |
1215 </p><a NAME="ViewManager.__editIndent" ID="ViewManager.__editIndent"></a> |
1620 </p> |
|
1621 <a NAME="ViewManager.__editIndent" ID="ViewManager.__editIndent"></a> |
1216 <h4>ViewManager.__editIndent</h4> |
1622 <h4>ViewManager.__editIndent</h4> |
1217 <b>__editIndent</b>(<i></i>) |
1623 <b>__editIndent</b>(<i></i>) |
|
1624 |
1218 <p> |
1625 <p> |
1219 Private method to handle the indent action. |
1626 Private method to handle the indent action. |
1220 </p><a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a> |
1627 </p> |
|
1628 <a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a> |
1221 <h4>ViewManager.__editJoin</h4> |
1629 <h4>ViewManager.__editJoin</h4> |
1222 <b>__editJoin</b>(<i></i>) |
1630 <b>__editJoin</b>(<i></i>) |
|
1631 |
1223 <p> |
1632 <p> |
1224 Private method to handle the join action. |
1633 Private method to handle the join action. |
1225 </p><a NAME="ViewManager.__editPaste" ID="ViewManager.__editPaste"></a> |
1634 </p> |
|
1635 <a NAME="ViewManager.__editPaste" ID="ViewManager.__editPaste"></a> |
1226 <h4>ViewManager.__editPaste</h4> |
1636 <h4>ViewManager.__editPaste</h4> |
1227 <b>__editPaste</b>(<i></i>) |
1637 <b>__editPaste</b>(<i></i>) |
|
1638 |
1228 <p> |
1639 <p> |
1229 Private method to handle the paste action. |
1640 Private method to handle the paste action. |
1230 </p><a NAME="ViewManager.__editProjectPEL" ID="ViewManager.__editProjectPEL"></a> |
1641 </p> |
|
1642 <a NAME="ViewManager.__editProjectPEL" ID="ViewManager.__editProjectPEL"></a> |
1231 <h4>ViewManager.__editProjectPEL</h4> |
1643 <h4>ViewManager.__editProjectPEL</h4> |
1232 <b>__editProjectPEL</b>(<i></i>) |
1644 <b>__editProjectPEL</b>(<i></i>) |
|
1645 |
1233 <p> |
1646 <p> |
1234 Private slot to edit the project exception list. |
1647 Private slot to edit the project exception list. |
1235 </p><a NAME="ViewManager.__editProjectPWL" ID="ViewManager.__editProjectPWL"></a> |
1648 </p> |
|
1649 <a NAME="ViewManager.__editProjectPWL" ID="ViewManager.__editProjectPWL"></a> |
1236 <h4>ViewManager.__editProjectPWL</h4> |
1650 <h4>ViewManager.__editProjectPWL</h4> |
1237 <b>__editProjectPWL</b>(<i></i>) |
1651 <b>__editProjectPWL</b>(<i></i>) |
|
1652 |
1238 <p> |
1653 <p> |
1239 Private slot to edit the project word list. |
1654 Private slot to edit the project word list. |
1240 </p><a NAME="ViewManager.__editRedo" ID="ViewManager.__editRedo"></a> |
1655 </p> |
|
1656 <a NAME="ViewManager.__editRedo" ID="ViewManager.__editRedo"></a> |
1241 <h4>ViewManager.__editRedo</h4> |
1657 <h4>ViewManager.__editRedo</h4> |
1242 <b>__editRedo</b>(<i></i>) |
1658 <b>__editRedo</b>(<i></i>) |
|
1659 |
1243 <p> |
1660 <p> |
1244 Private method to handle the redo action. |
1661 Private method to handle the redo action. |
1245 </p><a NAME="ViewManager.__editRevert" ID="ViewManager.__editRevert"></a> |
1662 </p> |
|
1663 <a NAME="ViewManager.__editRevert" ID="ViewManager.__editRevert"></a> |
1246 <h4>ViewManager.__editRevert</h4> |
1664 <h4>ViewManager.__editRevert</h4> |
1247 <b>__editRevert</b>(<i></i>) |
1665 <b>__editRevert</b>(<i></i>) |
|
1666 |
1248 <p> |
1667 <p> |
1249 Private method to handle the revert action. |
1668 Private method to handle the revert action. |
1250 </p><a NAME="ViewManager.__editSelectAll" ID="ViewManager.__editSelectAll"></a> |
1669 </p> |
|
1670 <a NAME="ViewManager.__editSelectAll" ID="ViewManager.__editSelectAll"></a> |
1251 <h4>ViewManager.__editSelectAll</h4> |
1671 <h4>ViewManager.__editSelectAll</h4> |
1252 <b>__editSelectAll</b>(<i></i>) |
1672 <b>__editSelectAll</b>(<i></i>) |
|
1673 |
1253 <p> |
1674 <p> |
1254 Private method to handle the select all action. |
1675 Private method to handle the select all action. |
1255 </p><a NAME="ViewManager.__editSelectBrace" ID="ViewManager.__editSelectBrace"></a> |
1676 </p> |
|
1677 <a NAME="ViewManager.__editSelectBrace" ID="ViewManager.__editSelectBrace"></a> |
1256 <h4>ViewManager.__editSelectBrace</h4> |
1678 <h4>ViewManager.__editSelectBrace</h4> |
1257 <b>__editSelectBrace</b>(<i></i>) |
1679 <b>__editSelectBrace</b>(<i></i>) |
|
1680 |
1258 <p> |
1681 <p> |
1259 Private method to handle the select to brace action. |
1682 Private method to handle the select to brace action. |
1260 </p><a NAME="ViewManager.__editShowCallTips" ID="ViewManager.__editShowCallTips"></a> |
1683 </p> |
|
1684 <a NAME="ViewManager.__editShowCallTips" ID="ViewManager.__editShowCallTips"></a> |
1261 <h4>ViewManager.__editShowCallTips</h4> |
1685 <h4>ViewManager.__editShowCallTips</h4> |
1262 <b>__editShowCallTips</b>(<i></i>) |
1686 <b>__editShowCallTips</b>(<i></i>) |
|
1687 |
1263 <p> |
1688 <p> |
1264 Private method to handle the calltips action. |
1689 Private method to handle the calltips action. |
1265 </p><a NAME="ViewManager.__editShowCodeInfo" ID="ViewManager.__editShowCodeInfo"></a> |
1690 </p> |
|
1691 <a NAME="ViewManager.__editShowCodeInfo" ID="ViewManager.__editShowCodeInfo"></a> |
1266 <h4>ViewManager.__editShowCodeInfo</h4> |
1692 <h4>ViewManager.__editShowCodeInfo</h4> |
1267 <b>__editShowCodeInfo</b>(<i></i>) |
1693 <b>__editShowCodeInfo</b>(<i></i>) |
|
1694 |
1268 <p> |
1695 <p> |
1269 Private method to handle the code info action. |
1696 Private method to handle the code info action. |
1270 </p><a NAME="ViewManager.__editSmartIndent" ID="ViewManager.__editSmartIndent"></a> |
1697 </p> |
|
1698 <a NAME="ViewManager.__editSmartIndent" ID="ViewManager.__editSmartIndent"></a> |
1271 <h4>ViewManager.__editSmartIndent</h4> |
1699 <h4>ViewManager.__editSmartIndent</h4> |
1272 <b>__editSmartIndent</b>(<i></i>) |
1700 <b>__editSmartIndent</b>(<i></i>) |
|
1701 |
1273 <p> |
1702 <p> |
1274 Private method to handle the smart indent action. |
1703 Private method to handle the smart indent action. |
1275 </p><a NAME="ViewManager.__editSortSelectedLines" ID="ViewManager.__editSortSelectedLines"></a> |
1704 </p> |
|
1705 <a NAME="ViewManager.__editSortSelectedLines" ID="ViewManager.__editSortSelectedLines"></a> |
1276 <h4>ViewManager.__editSortSelectedLines</h4> |
1706 <h4>ViewManager.__editSortSelectedLines</h4> |
1277 <b>__editSortSelectedLines</b>(<i></i>) |
1707 <b>__editSortSelectedLines</b>(<i></i>) |
|
1708 |
1278 <p> |
1709 <p> |
1279 Private slot to sort the selected lines. |
1710 Private slot to sort the selected lines. |
1280 </p><a NAME="ViewManager.__editSpellingDictionary" ID="ViewManager.__editSpellingDictionary"></a> |
1711 </p> |
|
1712 <a NAME="ViewManager.__editSpellingDictionary" ID="ViewManager.__editSpellingDictionary"></a> |
1281 <h4>ViewManager.__editSpellingDictionary</h4> |
1713 <h4>ViewManager.__editSpellingDictionary</h4> |
1282 <b>__editSpellingDictionary</b>(<i>dictionaryFile</i>) |
1714 <b>__editSpellingDictionary</b>(<i>dictionaryFile</i>) |
|
1715 |
1283 <p> |
1716 <p> |
1284 Private slot to edit the given spelling dictionary. |
1717 Private slot to edit the given spelling dictionary. |
1285 </p><dl> |
1718 </p> |
|
1719 <dl> |
|
1720 |
1286 <dt><i>dictionaryFile</i></dt> |
1721 <dt><i>dictionaryFile</i></dt> |
1287 <dd> |
1722 <dd> |
1288 file name of the dictionary to edit (string) |
1723 file name of the dictionary to edit (string) |
1289 </dd> |
1724 </dd> |
1290 </dl><a NAME="ViewManager.__editStreamComment" ID="ViewManager.__editStreamComment"></a> |
1725 </dl> |
|
1726 <a NAME="ViewManager.__editStreamComment" ID="ViewManager.__editStreamComment"></a> |
1291 <h4>ViewManager.__editStreamComment</h4> |
1727 <h4>ViewManager.__editStreamComment</h4> |
1292 <b>__editStreamComment</b>(<i></i>) |
1728 <b>__editStreamComment</b>(<i></i>) |
|
1729 |
1293 <p> |
1730 <p> |
1294 Private method to handle the stream comment action. |
1731 Private method to handle the stream comment action. |
1295 </p><a NAME="ViewManager.__editToggleComment" ID="ViewManager.__editToggleComment"></a> |
1732 </p> |
|
1733 <a NAME="ViewManager.__editToggleComment" ID="ViewManager.__editToggleComment"></a> |
1296 <h4>ViewManager.__editToggleComment</h4> |
1734 <h4>ViewManager.__editToggleComment</h4> |
1297 <b>__editToggleComment</b>(<i></i>) |
1735 <b>__editToggleComment</b>(<i></i>) |
|
1736 |
1298 <p> |
1737 <p> |
1299 Private method to handle the toggle comment action. |
1738 Private method to handle the toggle comment action. |
1300 </p><a NAME="ViewManager.__editUncomment" ID="ViewManager.__editUncomment"></a> |
1739 </p> |
|
1740 <a NAME="ViewManager.__editUncomment" ID="ViewManager.__editUncomment"></a> |
1301 <h4>ViewManager.__editUncomment</h4> |
1741 <h4>ViewManager.__editUncomment</h4> |
1302 <b>__editUncomment</b>(<i></i>) |
1742 <b>__editUncomment</b>(<i></i>) |
|
1743 |
1303 <p> |
1744 <p> |
1304 Private method to handle the uncomment action. |
1745 Private method to handle the uncomment action. |
1305 </p><a NAME="ViewManager.__editUndo" ID="ViewManager.__editUndo"></a> |
1746 </p> |
|
1747 <a NAME="ViewManager.__editUndo" ID="ViewManager.__editUndo"></a> |
1306 <h4>ViewManager.__editUndo</h4> |
1748 <h4>ViewManager.__editUndo</h4> |
1307 <b>__editUndo</b>(<i></i>) |
1749 <b>__editUndo</b>(<i></i>) |
|
1750 |
1308 <p> |
1751 <p> |
1309 Private method to handle the undo action. |
1752 Private method to handle the undo action. |
1310 </p><a NAME="ViewManager.__editUnindent" ID="ViewManager.__editUnindent"></a> |
1753 </p> |
|
1754 <a NAME="ViewManager.__editUnindent" ID="ViewManager.__editUnindent"></a> |
1311 <h4>ViewManager.__editUnindent</h4> |
1755 <h4>ViewManager.__editUnindent</h4> |
1312 <b>__editUnindent</b>(<i></i>) |
1756 <b>__editUnindent</b>(<i></i>) |
|
1757 |
1313 <p> |
1758 <p> |
1314 Private method to handle the unindent action. |
1759 Private method to handle the unindent action. |
1315 </p><a NAME="ViewManager.__editUserPEL" ID="ViewManager.__editUserPEL"></a> |
1760 </p> |
|
1761 <a NAME="ViewManager.__editUserPEL" ID="ViewManager.__editUserPEL"></a> |
1316 <h4>ViewManager.__editUserPEL</h4> |
1762 <h4>ViewManager.__editUserPEL</h4> |
1317 <b>__editUserPEL</b>(<i></i>) |
1763 <b>__editUserPEL</b>(<i></i>) |
|
1764 |
1318 <p> |
1765 <p> |
1319 Private slot to edit the user exception list. |
1766 Private slot to edit the user exception list. |
1320 </p><a NAME="ViewManager.__editUserPWL" ID="ViewManager.__editUserPWL"></a> |
1767 </p> |
|
1768 <a NAME="ViewManager.__editUserPWL" ID="ViewManager.__editUserPWL"></a> |
1321 <h4>ViewManager.__editUserPWL</h4> |
1769 <h4>ViewManager.__editUserPWL</h4> |
1322 <b>__editUserPWL</b>(<i></i>) |
1770 <b>__editUserPWL</b>(<i></i>) |
|
1771 |
1323 <p> |
1772 <p> |
1324 Private slot to edit the user word list. |
1773 Private slot to edit the user word list. |
1325 </p><a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a> |
1774 </p> |
|
1775 <a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a> |
1326 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4> |
1776 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4> |
1327 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available, editor</i>) |
1777 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available, editor</i>) |
|
1778 |
1328 <p> |
1779 <p> |
1329 Private method to handle the availability of API autocompletion signal. |
1780 Private method to handle the availability of API autocompletion signal. |
1330 </p><dl> |
1781 </p> |
|
1782 <dl> |
|
1783 |
1331 <dt><i>available</i> (bool)</dt> |
1784 <dt><i>available</i> (bool)</dt> |
1332 <dd> |
1785 <dd> |
1333 flag indicating the availability of API |
1786 flag indicating the availability of API |
1334 autocompletion |
1787 autocompletion |
1335 </dd><dt><i>editor</i> (Editor)</dt> |
1788 </dd> |
|
1789 <dt><i>editor</i> (Editor)</dt> |
1336 <dd> |
1790 <dd> |
1337 reference to the editor |
1791 reference to the editor |
1338 </dd> |
1792 </dd> |
1339 </dl><a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a> |
1793 </dl> |
|
1794 <a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a> |
1340 <h4>ViewManager.__editorCommand</h4> |
1795 <h4>ViewManager.__editorCommand</h4> |
1341 <b>__editorCommand</b>(<i>cmd</i>) |
1796 <b>__editorCommand</b>(<i>cmd</i>) |
|
1797 |
1342 <p> |
1798 <p> |
1343 Private method to send an editor command to the active window. |
1799 Private method to send an editor command to the active window. |
1344 </p><dl> |
1800 </p> |
|
1801 <dl> |
|
1802 |
1345 <dt><i>cmd</i></dt> |
1803 <dt><i>cmd</i></dt> |
1346 <dd> |
1804 <dd> |
1347 the scintilla command to be sent |
1805 the scintilla command to be sent |
1348 </dd> |
1806 </dd> |
1349 </dl><a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> |
1807 </dl> |
|
1808 <a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> |
1350 <h4>ViewManager.__editorConfigChanged</h4> |
1809 <h4>ViewManager.__editorConfigChanged</h4> |
1351 <b>__editorConfigChanged</b>(<i>editor</i>) |
1810 <b>__editorConfigChanged</b>(<i>editor</i>) |
|
1811 |
1352 <p> |
1812 <p> |
1353 Private slot to handle changes of an editor's configuration. |
1813 Private slot to handle changes of an editor's configuration. |
1354 </p><dl> |
1814 </p> |
|
1815 <dl> |
|
1816 |
1355 <dt><i>editor</i> (Editor)</dt> |
1817 <dt><i>editor</i> (Editor)</dt> |
1356 <dd> |
1818 <dd> |
1357 reference to the editor |
1819 reference to the editor |
1358 </dd> |
1820 </dd> |
1359 </dl><a NAME="ViewManager.__editorDoubleClicked" ID="ViewManager.__editorDoubleClicked"></a> |
1821 </dl> |
|
1822 <a NAME="ViewManager.__editorDoubleClicked" ID="ViewManager.__editorDoubleClicked"></a> |
1360 <h4>ViewManager.__editorDoubleClicked</h4> |
1823 <h4>ViewManager.__editorDoubleClicked</h4> |
1361 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) |
1824 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) |
|
1825 |
1362 <p> |
1826 <p> |
1363 Private slot handling mouse double clicks of an editor. |
1827 Private slot handling mouse double clicks of an editor. |
1364 </p><p> |
1828 </p> |
|
1829 <p> |
1365 Note: This method is simply a multiplexer to re-emit the signal |
1830 Note: This method is simply a multiplexer to re-emit the signal |
1366 with the editor prepended. |
1831 with the editor prepended. |
1367 </p><dl> |
1832 </p> |
|
1833 <dl> |
|
1834 |
1368 <dt><i>editor</i> (Editor)</dt> |
1835 <dt><i>editor</i> (Editor)</dt> |
1369 <dd> |
1836 <dd> |
1370 reference to the editor, that emitted the signal |
1837 reference to the editor, that emitted the signal |
1371 </dd><dt><i>pos</i> (QPoint)</dt> |
1838 </dd> |
|
1839 <dt><i>pos</i> (QPoint)</dt> |
1372 <dd> |
1840 <dd> |
1373 position of the double click |
1841 position of the double click |
1374 </dd><dt><i>buttons</i> (Qt.MouseButtons)</dt> |
1842 </dd> |
|
1843 <dt><i>buttons</i> (Qt.MouseButtons)</dt> |
1375 <dd> |
1844 <dd> |
1376 mouse buttons that were double clicked |
1845 mouse buttons that were double clicked |
1377 </dd> |
1846 </dd> |
1378 </dl><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> |
1847 </dl> |
|
1848 <a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> |
1379 <h4>ViewManager.__editorOpened</h4> |
1849 <h4>ViewManager.__editorOpened</h4> |
1380 <b>__editorOpened</b>(<i></i>) |
1850 <b>__editorOpened</b>(<i></i>) |
|
1851 |
1381 <p> |
1852 <p> |
1382 Private slot to handle the editorOpened signal. |
1853 Private slot to handle the editorOpened signal. |
1383 </p><a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a> |
1854 </p> |
|
1855 <a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a> |
1384 <h4>ViewManager.__editorRenamed</h4> |
1856 <h4>ViewManager.__editorRenamed</h4> |
1385 <b>__editorRenamed</b>(<i>fn, editor</i>) |
1857 <b>__editorRenamed</b>(<i>fn, editor</i>) |
|
1858 |
1386 <p> |
1859 <p> |
1387 Private slot to handle the editorRenamed signal. |
1860 Private slot to handle the editorRenamed signal. |
1388 </p><p> |
1861 </p> |
|
1862 <p> |
1389 It simply re-emits the signal. |
1863 It simply re-emits the signal. |
1390 </p><dl> |
1864 </p> |
|
1865 <dl> |
|
1866 |
1391 <dt><i>fn</i> (str)</dt> |
1867 <dt><i>fn</i> (str)</dt> |
1392 <dd> |
1868 <dd> |
1393 filename of the renamed editor |
1869 filename of the renamed editor |
1394 </dd><dt><i>editor</i> (Editor)</dt> |
1870 </dd> |
|
1871 <dt><i>editor</i> (Editor)</dt> |
1395 <dd> |
1872 <dd> |
1396 reference to the editor |
1873 reference to the editor |
1397 </dd> |
1874 </dd> |
1398 </dl><a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a> |
1875 </dl> |
|
1876 <a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a> |
1399 <h4>ViewManager.__editorSaved</h4> |
1877 <h4>ViewManager.__editorSaved</h4> |
1400 <b>__editorSaved</b>(<i>fn, editor</i>) |
1878 <b>__editorSaved</b>(<i>fn, editor</i>) |
|
1879 |
1401 <p> |
1880 <p> |
1402 Private slot to handle the editorSaved signal. |
1881 Private slot to handle the editorSaved signal. |
1403 </p><p> |
1882 </p> |
|
1883 <p> |
1404 It simply re-emits the signal. |
1884 It simply re-emits the signal. |
1405 </p><dl> |
1885 </p> |
|
1886 <dl> |
|
1887 |
1406 <dt><i>fn</i> (str)</dt> |
1888 <dt><i>fn</i> (str)</dt> |
1407 <dd> |
1889 <dd> |
1408 filename of the saved editor |
1890 filename of the saved editor |
1409 </dd><dt><i>editor</i> (Editor)</dt> |
1891 </dd> |
|
1892 <dt><i>editor</i> (Editor)</dt> |
1410 <dd> |
1893 <dd> |
1411 reference to the editor |
1894 reference to the editor |
1412 </dd> |
1895 </dd> |
1413 </dl><a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> |
1896 </dl> |
|
1897 <a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> |
1414 <h4>ViewManager.__editorSelectionChanged</h4> |
1898 <h4>ViewManager.__editorSelectionChanged</h4> |
1415 <b>__editorSelectionChanged</b>(<i>editor</i>) |
1899 <b>__editorSelectionChanged</b>(<i>editor</i>) |
|
1900 |
1416 <p> |
1901 <p> |
1417 Private slot to handle changes of the current editors selection. |
1902 Private slot to handle changes of the current editors selection. |
1418 </p><dl> |
1903 </p> |
|
1904 <dl> |
|
1905 |
1419 <dt><i>editor</i> (Editor)</dt> |
1906 <dt><i>editor</i> (Editor)</dt> |
1420 <dd> |
1907 <dd> |
1421 reference to the editor |
1908 reference to the editor |
1422 </dd> |
1909 </dd> |
1423 </dl><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> |
1910 </dl> |
|
1911 <a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> |
1424 <h4>ViewManager.__enableSpellingActions</h4> |
1912 <h4>ViewManager.__enableSpellingActions</h4> |
1425 <b>__enableSpellingActions</b>(<i></i>) |
1913 <b>__enableSpellingActions</b>(<i></i>) |
|
1914 |
1426 <p> |
1915 <p> |
1427 Private method to set the enabled state of the spelling actions. |
1916 Private method to set the enabled state of the spelling actions. |
1428 </p><a NAME="ViewManager.__eolPixmap" ID="ViewManager.__eolPixmap"></a> |
1917 </p> |
|
1918 <a NAME="ViewManager.__eolPixmap" ID="ViewManager.__eolPixmap"></a> |
1429 <h4>ViewManager.__eolPixmap</h4> |
1919 <h4>ViewManager.__eolPixmap</h4> |
1430 <b>__eolPixmap</b>(<i>eolIndicator</i>) |
1920 <b>__eolPixmap</b>(<i>eolIndicator</i>) |
|
1921 |
1431 <p> |
1922 <p> |
1432 Private method to get an EOL pixmap for an EOL string. |
1923 Private method to get an EOL pixmap for an EOL string. |
1433 </p><dl> |
1924 </p> |
|
1925 <dl> |
|
1926 |
1434 <dt><i>eolIndicator</i></dt> |
1927 <dt><i>eolIndicator</i></dt> |
1435 <dd> |
1928 <dd> |
1436 eol indicator string (string) |
1929 eol indicator string (string) |
1437 </dd> |
1930 </dd> |
1438 </dl><dl> |
1931 </dl> |
|
1932 <dl> |
1439 <dt>Returns:</dt> |
1933 <dt>Returns:</dt> |
1440 <dd> |
1934 <dd> |
1441 pixmap for the eol indicator (QPixmap) |
1935 pixmap for the eol indicator (QPixmap) |
1442 </dd> |
1936 </dd> |
1443 </dl><a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a> |
1937 </dl> |
|
1938 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a> |
1444 <h4>ViewManager.__exportMenuTriggered</h4> |
1939 <h4>ViewManager.__exportMenuTriggered</h4> |
1445 <b>__exportMenuTriggered</b>(<i>act</i>) |
1940 <b>__exportMenuTriggered</b>(<i>act</i>) |
|
1941 |
1446 <p> |
1942 <p> |
1447 Private method to handle the selection of an export format. |
1943 Private method to handle the selection of an export format. |
1448 </p><dl> |
1944 </p> |
|
1945 <dl> |
|
1946 |
1449 <dt><i>act</i></dt> |
1947 <dt><i>act</i></dt> |
1450 <dd> |
1948 <dd> |
1451 reference to the action that was triggered (QAction) |
1949 reference to the action that was triggered (QAction) |
1452 </dd> |
1950 </dd> |
1453 </dl><a NAME="ViewManager.__findFileName" ID="ViewManager.__findFileName"></a> |
1951 </dl> |
|
1952 <a NAME="ViewManager.__findFileName" ID="ViewManager.__findFileName"></a> |
1454 <h4>ViewManager.__findFileName</h4> |
1953 <h4>ViewManager.__findFileName</h4> |
1455 <b>__findFileName</b>(<i></i>) |
1954 <b>__findFileName</b>(<i></i>) |
|
1955 |
1456 <p> |
1956 <p> |
1457 Private method to handle the search for file action. |
1957 Private method to handle the search for file action. |
1458 </p><a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> |
1958 </p> |
|
1959 <a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> |
1459 <h4>ViewManager.__findNextWord</h4> |
1960 <h4>ViewManager.__findNextWord</h4> |
1460 <b>__findNextWord</b>(<i></i>) |
1961 <b>__findNextWord</b>(<i></i>) |
|
1962 |
1461 <p> |
1963 <p> |
1462 Private slot to find the next occurrence of the current word of the |
1964 Private slot to find the next occurrence of the current word of the |
1463 current editor. |
1965 current editor. |
1464 </p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> |
1966 </p> |
|
1967 <a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> |
1465 <h4>ViewManager.__findPrevWord</h4> |
1968 <h4>ViewManager.__findPrevWord</h4> |
1466 <b>__findPrevWord</b>(<i></i>) |
1969 <b>__findPrevWord</b>(<i></i>) |
|
1970 |
1467 <p> |
1971 <p> |
1468 Private slot to find the previous occurrence of the current word of |
1972 Private slot to find the previous occurrence of the current word of |
1469 the current editor. |
1973 the current editor. |
1470 </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> |
1974 </p> |
|
1975 <a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> |
1471 <h4>ViewManager.__goto</h4> |
1976 <h4>ViewManager.__goto</h4> |
1472 <b>__goto</b>(<i></i>) |
1977 <b>__goto</b>(<i></i>) |
|
1978 |
1473 <p> |
1979 <p> |
1474 Private method to handle the goto action. |
1980 Private method to handle the goto action. |
1475 </p><a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a> |
1981 </p> |
|
1982 <a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a> |
1476 <h4>ViewManager.__gotoBrace</h4> |
1983 <h4>ViewManager.__gotoBrace</h4> |
1477 <b>__gotoBrace</b>(<i></i>) |
1984 <b>__gotoBrace</b>(<i></i>) |
|
1985 |
1478 <p> |
1986 <p> |
1479 Private method to handle the goto brace action. |
1987 Private method to handle the goto brace action. |
1480 </p><a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a> |
1988 </p> |
|
1989 <a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a> |
1481 <h4>ViewManager.__gotoLastEditPosition</h4> |
1990 <h4>ViewManager.__gotoLastEditPosition</h4> |
1482 <b>__gotoLastEditPosition</b>(<i></i>) |
1991 <b>__gotoLastEditPosition</b>(<i></i>) |
|
1992 |
1483 <p> |
1993 <p> |
1484 Private method to move the cursor to the last edit position. |
1994 Private method to move the cursor to the last edit position. |
1485 </p><a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a> |
1995 </p> |
|
1996 <a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a> |
1486 <h4>ViewManager.__gotoNextMethodClass</h4> |
1997 <h4>ViewManager.__gotoNextMethodClass</h4> |
1487 <b>__gotoNextMethodClass</b>(<i></i>) |
1998 <b>__gotoNextMethodClass</b>(<i></i>) |
|
1999 |
1488 <p> |
2000 <p> |
1489 Private slot to go to the next Python/Ruby method or class definition. |
2001 Private slot to go to the next Python/Ruby method or class definition. |
1490 </p><a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> |
2002 </p> |
|
2003 <a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> |
1491 <h4>ViewManager.__gotoPreviousMethodClass</h4> |
2004 <h4>ViewManager.__gotoPreviousMethodClass</h4> |
1492 <b>__gotoPreviousMethodClass</b>(<i></i>) |
2005 <b>__gotoPreviousMethodClass</b>(<i></i>) |
|
2006 |
1493 <p> |
2007 <p> |
1494 Private slot to go to the previous Python/Ruby method or class |
2008 Private slot to go to the previous Python/Ruby method or class |
1495 definition. |
2009 definition. |
1496 </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> |
2010 </p> |
|
2011 <a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> |
1497 <h4>ViewManager.__gotoSyntaxError</h4> |
2012 <h4>ViewManager.__gotoSyntaxError</h4> |
1498 <b>__gotoSyntaxError</b>(<i></i>) |
2013 <b>__gotoSyntaxError</b>(<i></i>) |
|
2014 |
1499 <p> |
2015 <p> |
1500 Private method to handle the goto syntax error action. |
2016 Private method to handle the goto syntax error action. |
1501 </p><a NAME="ViewManager.__initBookmarkActions" ID="ViewManager.__initBookmarkActions"></a> |
2017 </p> |
|
2018 <a NAME="ViewManager.__initBookmarkActions" ID="ViewManager.__initBookmarkActions"></a> |
1502 <h4>ViewManager.__initBookmarkActions</h4> |
2019 <h4>ViewManager.__initBookmarkActions</h4> |
1503 <b>__initBookmarkActions</b>(<i></i>) |
2020 <b>__initBookmarkActions</b>(<i></i>) |
|
2021 |
1504 <p> |
2022 <p> |
1505 Private method defining the user interface actions for the bookmarks |
2023 Private method defining the user interface actions for the bookmarks |
1506 commands. |
2024 commands. |
1507 </p><a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a> |
2025 </p> |
|
2026 <a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a> |
1508 <h4>ViewManager.__initContextMenuExporters</h4> |
2027 <h4>ViewManager.__initContextMenuExporters</h4> |
1509 <b>__initContextMenuExporters</b>(<i></i>) |
2028 <b>__initContextMenuExporters</b>(<i></i>) |
|
2029 |
1510 <p> |
2030 <p> |
1511 Private method used to setup the Exporters sub menu. |
2031 Private method used to setup the Exporters sub menu. |
1512 </p><dl> |
2032 </p> |
|
2033 <dl> |
1513 <dt>Returns:</dt> |
2034 <dt>Returns:</dt> |
1514 <dd> |
2035 <dd> |
1515 reference to the generated menu (QMenu) |
2036 reference to the generated menu (QMenu) |
1516 </dd> |
2037 </dd> |
1517 </dl><a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> |
2038 </dl> |
|
2039 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> |
1518 <h4>ViewManager.__initEditActions</h4> |
2040 <h4>ViewManager.__initEditActions</h4> |
1519 <b>__initEditActions</b>(<i></i>) |
2041 <b>__initEditActions</b>(<i></i>) |
|
2042 |
1520 <p> |
2043 <p> |
1521 Private method defining the user interface actions for the edit |
2044 Private method defining the user interface actions for the edit |
1522 commands. |
2045 commands. |
1523 </p><a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a> |
2046 </p> |
|
2047 <a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a> |
1524 <h4>ViewManager.__initFileActions</h4> |
2048 <h4>ViewManager.__initFileActions</h4> |
1525 <b>__initFileActions</b>(<i></i>) |
2049 <b>__initFileActions</b>(<i></i>) |
|
2050 |
1526 <p> |
2051 <p> |
1527 Private method defining the user interface actions for file handling. |
2052 Private method defining the user interface actions for file handling. |
1528 </p><a NAME="ViewManager.__initMacroActions" ID="ViewManager.__initMacroActions"></a> |
2053 </p> |
|
2054 <a NAME="ViewManager.__initMacroActions" ID="ViewManager.__initMacroActions"></a> |
1529 <h4>ViewManager.__initMacroActions</h4> |
2055 <h4>ViewManager.__initMacroActions</h4> |
1530 <b>__initMacroActions</b>(<i></i>) |
2056 <b>__initMacroActions</b>(<i></i>) |
|
2057 |
1531 <p> |
2058 <p> |
1532 Private method defining the user interface actions for the macro |
2059 Private method defining the user interface actions for the macro |
1533 commands. |
2060 commands. |
1534 </p><a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a> |
2061 </p> |
|
2062 <a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a> |
1535 <h4>ViewManager.__initSearchActions</h4> |
2063 <h4>ViewManager.__initSearchActions</h4> |
1536 <b>__initSearchActions</b>(<i></i>) |
2064 <b>__initSearchActions</b>(<i></i>) |
|
2065 |
1537 <p> |
2066 <p> |
1538 Private method defining the user interface actions for the search |
2067 Private method defining the user interface actions for the search |
1539 commands. |
2068 commands. |
1540 </p><a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a> |
2069 </p> |
|
2070 <a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a> |
1541 <h4>ViewManager.__initSpellingActions</h4> |
2071 <h4>ViewManager.__initSpellingActions</h4> |
1542 <b>__initSpellingActions</b>(<i></i>) |
2072 <b>__initSpellingActions</b>(<i></i>) |
|
2073 |
1543 <p> |
2074 <p> |
1544 Private method to initialize the spell checking actions. |
2075 Private method to initialize the spell checking actions. |
1545 </p><a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a> |
2076 </p> |
|
2077 <a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a> |
1546 <h4>ViewManager.__initViewActions</h4> |
2078 <h4>ViewManager.__initViewActions</h4> |
1547 <b>__initViewActions</b>(<i></i>) |
2079 <b>__initViewActions</b>(<i></i>) |
|
2080 |
1548 <p> |
2081 <p> |
1549 Private method defining the user interface actions for the view |
2082 Private method defining the user interface actions for the view |
1550 commands. |
2083 commands. |
1551 </p><a NAME="ViewManager.__isEditorInfoSupportedEd" ID="ViewManager.__isEditorInfoSupportedEd"></a> |
2084 </p> |
|
2085 <a NAME="ViewManager.__isEditorInfoSupportedEd" ID="ViewManager.__isEditorInfoSupportedEd"></a> |
1552 <h4>ViewManager.__isEditorInfoSupportedEd</h4> |
2086 <h4>ViewManager.__isEditorInfoSupportedEd</h4> |
1553 <b>__isEditorInfoSupportedEd</b>(<i>editor</i>) |
2087 <b>__isEditorInfoSupportedEd</b>(<i>editor</i>) |
|
2088 |
1554 <p> |
2089 <p> |
1555 Private method to check, if an editor is supported by the |
2090 Private method to check, if an editor is supported by the |
1556 documentation viewer. |
2091 documentation viewer. |
1557 </p><dl> |
2092 </p> |
|
2093 <dl> |
|
2094 |
1558 <dt><i>editor</i> (Editor)</dt> |
2095 <dt><i>editor</i> (Editor)</dt> |
1559 <dd> |
2096 <dd> |
1560 reference to the editor to check for |
2097 reference to the editor to check for |
1561 </dd> |
2098 </dd> |
1562 </dl><dl> |
2099 </dl> |
|
2100 <dl> |
1563 <dt>Returns:</dt> |
2101 <dt>Returns:</dt> |
1564 <dd> |
2102 <dd> |
1565 flag indicating the support status |
2103 flag indicating the support status |
1566 </dd> |
2104 </dd> |
1567 </dl><dl> |
2105 </dl> |
|
2106 <dl> |
1568 <dt>Return Type:</dt> |
2107 <dt>Return Type:</dt> |
1569 <dd> |
2108 <dd> |
1570 bool |
2109 bool |
1571 </dd> |
2110 </dd> |
1572 </dl><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> |
2111 </dl> |
|
2112 <a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> |
1573 <h4>ViewManager.__lastEditPositionAvailable</h4> |
2113 <h4>ViewManager.__lastEditPositionAvailable</h4> |
1574 <b>__lastEditPositionAvailable</b>(<i></i>) |
2114 <b>__lastEditPositionAvailable</b>(<i></i>) |
|
2115 |
1575 <p> |
2116 <p> |
1576 Private slot to handle the lastEditPositionAvailable signal of an |
2117 Private slot to handle the lastEditPositionAvailable signal of an |
1577 editor. |
2118 editor. |
1578 </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> |
2119 </p> |
|
2120 <a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> |
1579 <h4>ViewManager.__lastEditorClosed</h4> |
2121 <h4>ViewManager.__lastEditorClosed</h4> |
1580 <b>__lastEditorClosed</b>(<i></i>) |
2122 <b>__lastEditorClosed</b>(<i></i>) |
|
2123 |
1581 <p> |
2124 <p> |
1582 Private slot to handle the lastEditorClosed signal. |
2125 Private slot to handle the lastEditorClosed signal. |
1583 </p><a NAME="ViewManager.__loadRecent" ID="ViewManager.__loadRecent"></a> |
2126 </p> |
|
2127 <a NAME="ViewManager.__loadRecent" ID="ViewManager.__loadRecent"></a> |
1584 <h4>ViewManager.__loadRecent</h4> |
2128 <h4>ViewManager.__loadRecent</h4> |
1585 <b>__loadRecent</b>(<i></i>) |
2129 <b>__loadRecent</b>(<i></i>) |
|
2130 |
1586 <p> |
2131 <p> |
1587 Private method to load the recently opened filenames. |
2132 Private method to load the recently opened filenames. |
1588 </p><a NAME="ViewManager.__macroDelete" ID="ViewManager.__macroDelete"></a> |
2133 </p> |
|
2134 <a NAME="ViewManager.__macroDelete" ID="ViewManager.__macroDelete"></a> |
1589 <h4>ViewManager.__macroDelete</h4> |
2135 <h4>ViewManager.__macroDelete</h4> |
1590 <b>__macroDelete</b>(<i></i>) |
2136 <b>__macroDelete</b>(<i></i>) |
|
2137 |
1591 <p> |
2138 <p> |
1592 Private method to handle the delete macro action. |
2139 Private method to handle the delete macro action. |
1593 </p><a NAME="ViewManager.__macroLoad" ID="ViewManager.__macroLoad"></a> |
2140 </p> |
|
2141 <a NAME="ViewManager.__macroLoad" ID="ViewManager.__macroLoad"></a> |
1594 <h4>ViewManager.__macroLoad</h4> |
2142 <h4>ViewManager.__macroLoad</h4> |
1595 <b>__macroLoad</b>(<i></i>) |
2143 <b>__macroLoad</b>(<i></i>) |
|
2144 |
1596 <p> |
2145 <p> |
1597 Private method to handle the load macro action. |
2146 Private method to handle the load macro action. |
1598 </p><a NAME="ViewManager.__macroRun" ID="ViewManager.__macroRun"></a> |
2147 </p> |
|
2148 <a NAME="ViewManager.__macroRun" ID="ViewManager.__macroRun"></a> |
1599 <h4>ViewManager.__macroRun</h4> |
2149 <h4>ViewManager.__macroRun</h4> |
1600 <b>__macroRun</b>(<i></i>) |
2150 <b>__macroRun</b>(<i></i>) |
|
2151 |
1601 <p> |
2152 <p> |
1602 Private method to handle the run macro action. |
2153 Private method to handle the run macro action. |
1603 </p><a NAME="ViewManager.__macroSave" ID="ViewManager.__macroSave"></a> |
2154 </p> |
|
2155 <a NAME="ViewManager.__macroSave" ID="ViewManager.__macroSave"></a> |
1604 <h4>ViewManager.__macroSave</h4> |
2156 <h4>ViewManager.__macroSave</h4> |
1605 <b>__macroSave</b>(<i></i>) |
2157 <b>__macroSave</b>(<i></i>) |
|
2158 |
1606 <p> |
2159 <p> |
1607 Private method to handle the save macro action. |
2160 Private method to handle the save macro action. |
1608 </p><a NAME="ViewManager.__macroStartRecording" ID="ViewManager.__macroStartRecording"></a> |
2161 </p> |
|
2162 <a NAME="ViewManager.__macroStartRecording" ID="ViewManager.__macroStartRecording"></a> |
1609 <h4>ViewManager.__macroStartRecording</h4> |
2163 <h4>ViewManager.__macroStartRecording</h4> |
1610 <b>__macroStartRecording</b>(<i></i>) |
2164 <b>__macroStartRecording</b>(<i></i>) |
|
2165 |
1611 <p> |
2166 <p> |
1612 Private method to handle the start macro recording action. |
2167 Private method to handle the start macro recording action. |
1613 </p><a NAME="ViewManager.__macroStopRecording" ID="ViewManager.__macroStopRecording"></a> |
2168 </p> |
|
2169 <a NAME="ViewManager.__macroStopRecording" ID="ViewManager.__macroStopRecording"></a> |
1614 <h4>ViewManager.__macroStopRecording</h4> |
2170 <h4>ViewManager.__macroStopRecording</h4> |
1615 <b>__macroStopRecording</b>(<i></i>) |
2171 <b>__macroStopRecording</b>(<i></i>) |
|
2172 |
1616 <p> |
2173 <p> |
1617 Private method to handle the stop macro recording action. |
2174 Private method to handle the stop macro recording action. |
1618 </p><a NAME="ViewManager.__newDocumentSplitView" ID="ViewManager.__newDocumentSplitView"></a> |
2175 </p> |
|
2176 <a NAME="ViewManager.__newDocumentSplitView" ID="ViewManager.__newDocumentSplitView"></a> |
1619 <h4>ViewManager.__newDocumentSplitView</h4> |
2177 <h4>ViewManager.__newDocumentSplitView</h4> |
1620 <b>__newDocumentSplitView</b>(<i></i>) |
2178 <b>__newDocumentSplitView</b>(<i></i>) |
|
2179 |
1621 <p> |
2180 <p> |
1622 Private method to open a new view of the current editor in a new split. |
2181 Private method to open a new view of the current editor in a new split. |
1623 </p><a NAME="ViewManager.__newDocumentView" ID="ViewManager.__newDocumentView"></a> |
2182 </p> |
|
2183 <a NAME="ViewManager.__newDocumentView" ID="ViewManager.__newDocumentView"></a> |
1624 <h4>ViewManager.__newDocumentView</h4> |
2184 <h4>ViewManager.__newDocumentView</h4> |
1625 <b>__newDocumentView</b>(<i></i>) |
2185 <b>__newDocumentView</b>(<i></i>) |
|
2186 |
1626 <p> |
2187 <p> |
1627 Private method to open a new view of the current editor. |
2188 Private method to open a new view of the current editor. |
1628 </p><a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> |
2189 </p> |
|
2190 <a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> |
1629 <h4>ViewManager.__newLineBelow</h4> |
2191 <h4>ViewManager.__newLineBelow</h4> |
1630 <b>__newLineBelow</b>(<i></i>) |
2192 <b>__newLineBelow</b>(<i></i>) |
|
2193 |
1631 <p> |
2194 <p> |
1632 Private method to insert a new line below the current one even if |
2195 Private method to insert a new line below the current one even if |
1633 cursor is not at the end of the line. |
2196 cursor is not at the end of the line. |
1634 </p><a NAME="ViewManager.__nextBookmark" ID="ViewManager.__nextBookmark"></a> |
2197 </p> |
|
2198 <a NAME="ViewManager.__nextBookmark" ID="ViewManager.__nextBookmark"></a> |
1635 <h4>ViewManager.__nextBookmark</h4> |
2199 <h4>ViewManager.__nextBookmark</h4> |
1636 <b>__nextBookmark</b>(<i></i>) |
2200 <b>__nextBookmark</b>(<i></i>) |
|
2201 |
1637 <p> |
2202 <p> |
1638 Private method to handle the next bookmark action. |
2203 Private method to handle the next bookmark action. |
1639 </p><a NAME="ViewManager.__nextChange" ID="ViewManager.__nextChange"></a> |
2204 </p> |
|
2205 <a NAME="ViewManager.__nextChange" ID="ViewManager.__nextChange"></a> |
1640 <h4>ViewManager.__nextChange</h4> |
2206 <h4>ViewManager.__nextChange</h4> |
1641 <b>__nextChange</b>(<i></i>) |
2207 <b>__nextChange</b>(<i></i>) |
|
2208 |
1642 <p> |
2209 <p> |
1643 Private method to handle the next change action. |
2210 Private method to handle the next change action. |
1644 </p><a NAME="ViewManager.__nextTask" ID="ViewManager.__nextTask"></a> |
2211 </p> |
|
2212 <a NAME="ViewManager.__nextTask" ID="ViewManager.__nextTask"></a> |
1645 <h4>ViewManager.__nextTask</h4> |
2213 <h4>ViewManager.__nextTask</h4> |
1646 <b>__nextTask</b>(<i></i>) |
2214 <b>__nextTask</b>(<i></i>) |
|
2215 |
1647 <p> |
2216 <p> |
1648 Private method to handle the next task action. |
2217 Private method to handle the next task action. |
1649 </p><a NAME="ViewManager.__nextUncovered" ID="ViewManager.__nextUncovered"></a> |
2218 </p> |
|
2219 <a NAME="ViewManager.__nextUncovered" ID="ViewManager.__nextUncovered"></a> |
1650 <h4>ViewManager.__nextUncovered</h4> |
2220 <h4>ViewManager.__nextUncovered</h4> |
1651 <b>__nextUncovered</b>(<i></i>) |
2221 <b>__nextUncovered</b>(<i></i>) |
|
2222 |
1652 <p> |
2223 <p> |
1653 Private method to handle the next uncovered action. |
2224 Private method to handle the next uncovered action. |
1654 </p><a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a> |
2225 </p> |
|
2226 <a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a> |
1655 <h4>ViewManager.__nextWarning</h4> |
2227 <h4>ViewManager.__nextWarning</h4> |
1656 <b>__nextWarning</b>(<i></i>) |
2228 <b>__nextWarning</b>(<i></i>) |
|
2229 |
1657 <p> |
2230 <p> |
1658 Private method to handle the next warning action. |
2231 Private method to handle the next warning action. |
1659 </p><a NAME="ViewManager.__openFiles" ID="ViewManager.__openFiles"></a> |
2232 </p> |
|
2233 <a NAME="ViewManager.__openFiles" ID="ViewManager.__openFiles"></a> |
1660 <h4>ViewManager.__openFiles</h4> |
2234 <h4>ViewManager.__openFiles</h4> |
1661 <b>__openFiles</b>(<i></i>) |
2235 <b>__openFiles</b>(<i></i>) |
|
2236 |
1662 <p> |
2237 <p> |
1663 Private slot to open some files. |
2238 Private slot to open some files. |
1664 </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> |
2239 </p> |
|
2240 <a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> |
1665 <h4>ViewManager.__openSourceFile</h4> |
2241 <h4>ViewManager.__openSourceFile</h4> |
1666 <b>__openSourceFile</b>(<i>act</i>) |
2242 <b>__openSourceFile</b>(<i>act</i>) |
|
2243 |
1667 <p> |
2244 <p> |
1668 Private method to open a file from the list of recently opened files. |
2245 Private method to open a file from the list of recently opened files. |
1669 </p><dl> |
2246 </p> |
|
2247 <dl> |
|
2248 |
1670 <dt><i>act</i></dt> |
2249 <dt><i>act</i></dt> |
1671 <dd> |
2250 <dd> |
1672 reference to the action that triggered (QAction) |
2251 reference to the action that triggered (QAction) |
1673 </dd> |
2252 </dd> |
1674 </dl><a NAME="ViewManager.__previewEditor" ID="ViewManager.__previewEditor"></a> |
2253 </dl> |
|
2254 <a NAME="ViewManager.__previewEditor" ID="ViewManager.__previewEditor"></a> |
1675 <h4>ViewManager.__previewEditor</h4> |
2255 <h4>ViewManager.__previewEditor</h4> |
1676 <b>__previewEditor</b>(<i>checked</i>) |
2256 <b>__previewEditor</b>(<i>checked</i>) |
|
2257 |
1677 <p> |
2258 <p> |
1678 Private slot to handle a change of the preview selection state. |
2259 Private slot to handle a change of the preview selection state. |
1679 </p><dl> |
2260 </p> |
|
2261 <dl> |
|
2262 |
1680 <dt><i>checked</i></dt> |
2263 <dt><i>checked</i></dt> |
1681 <dd> |
2264 <dd> |
1682 state of the action (boolean) |
2265 state of the action (boolean) |
1683 </dd> |
2266 </dd> |
1684 </dl><a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a> |
2267 </dl> |
|
2268 <a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a> |
1685 <h4>ViewManager.__previousBookmark</h4> |
2269 <h4>ViewManager.__previousBookmark</h4> |
1686 <b>__previousBookmark</b>(<i></i>) |
2270 <b>__previousBookmark</b>(<i></i>) |
|
2271 |
1687 <p> |
2272 <p> |
1688 Private method to handle the previous bookmark action. |
2273 Private method to handle the previous bookmark action. |
1689 </p><a NAME="ViewManager.__previousChange" ID="ViewManager.__previousChange"></a> |
2274 </p> |
|
2275 <a NAME="ViewManager.__previousChange" ID="ViewManager.__previousChange"></a> |
1690 <h4>ViewManager.__previousChange</h4> |
2276 <h4>ViewManager.__previousChange</h4> |
1691 <b>__previousChange</b>(<i></i>) |
2277 <b>__previousChange</b>(<i></i>) |
|
2278 |
1692 <p> |
2279 <p> |
1693 Private method to handle the previous change action. |
2280 Private method to handle the previous change action. |
1694 </p><a NAME="ViewManager.__previousTask" ID="ViewManager.__previousTask"></a> |
2281 </p> |
|
2282 <a NAME="ViewManager.__previousTask" ID="ViewManager.__previousTask"></a> |
1695 <h4>ViewManager.__previousTask</h4> |
2283 <h4>ViewManager.__previousTask</h4> |
1696 <b>__previousTask</b>(<i></i>) |
2284 <b>__previousTask</b>(<i></i>) |
|
2285 |
1697 <p> |
2286 <p> |
1698 Private method to handle the previous task action. |
2287 Private method to handle the previous task action. |
1699 </p><a NAME="ViewManager.__previousUncovered" ID="ViewManager.__previousUncovered"></a> |
2288 </p> |
|
2289 <a NAME="ViewManager.__previousUncovered" ID="ViewManager.__previousUncovered"></a> |
1700 <h4>ViewManager.__previousUncovered</h4> |
2290 <h4>ViewManager.__previousUncovered</h4> |
1701 <b>__previousUncovered</b>(<i></i>) |
2291 <b>__previousUncovered</b>(<i></i>) |
|
2292 |
1702 <p> |
2293 <p> |
1703 Private method to handle the previous uncovered action. |
2294 Private method to handle the previous uncovered action. |
1704 </p><a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> |
2295 </p> |
|
2296 <a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> |
1705 <h4>ViewManager.__previousWarning</h4> |
2297 <h4>ViewManager.__previousWarning</h4> |
1706 <b>__previousWarning</b>(<i></i>) |
2298 <b>__previousWarning</b>(<i></i>) |
|
2299 |
1707 <p> |
2300 <p> |
1708 Private method to handle the previous warning action. |
2301 Private method to handle the previous warning action. |
1709 </p><a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a> |
2302 </p> |
|
2303 <a NAME="ViewManager.__quickSearch" ID="ViewManager.__quickSearch"></a> |
1710 <h4>ViewManager.__quickSearch</h4> |
2304 <h4>ViewManager.__quickSearch</h4> |
1711 <b>__quickSearch</b>(<i></i>) |
2305 <b>__quickSearch</b>(<i></i>) |
|
2306 |
1712 <p> |
2307 <p> |
1713 Private slot to handle the incremental quick search. |
2308 Private slot to handle the incremental quick search. |
1714 </p><a NAME="ViewManager.__quickSearchEnter" ID="ViewManager.__quickSearchEnter"></a> |
2309 </p> |
|
2310 <a NAME="ViewManager.__quickSearchEnter" ID="ViewManager.__quickSearchEnter"></a> |
1715 <h4>ViewManager.__quickSearchEnter</h4> |
2311 <h4>ViewManager.__quickSearchEnter</h4> |
1716 <b>__quickSearchEnter</b>(<i></i>) |
2312 <b>__quickSearchEnter</b>(<i></i>) |
|
2313 |
1717 <p> |
2314 <p> |
1718 Private slot to handle the incremental quick search return pressed |
2315 Private slot to handle the incremental quick search return pressed |
1719 (jump back to text). |
2316 (jump back to text). |
1720 </p><a NAME="ViewManager.__quickSearchEscape" ID="ViewManager.__quickSearchEscape"></a> |
2317 </p> |
|
2318 <a NAME="ViewManager.__quickSearchEscape" ID="ViewManager.__quickSearchEscape"></a> |
1721 <h4>ViewManager.__quickSearchEscape</h4> |
2319 <h4>ViewManager.__quickSearchEscape</h4> |
1722 <b>__quickSearchEscape</b>(<i></i>) |
2320 <b>__quickSearchEscape</b>(<i></i>) |
|
2321 |
1723 <p> |
2322 <p> |
1724 Private slot to handle the incremental quick search escape pressed |
2323 Private slot to handle the incremental quick search escape pressed |
1725 (jump back to text). |
2324 (jump back to text). |
1726 </p><a NAME="ViewManager.__quickSearchExtend" ID="ViewManager.__quickSearchExtend"></a> |
2325 </p> |
|
2326 <a NAME="ViewManager.__quickSearchExtend" ID="ViewManager.__quickSearchExtend"></a> |
1727 <h4>ViewManager.__quickSearchExtend</h4> |
2327 <h4>ViewManager.__quickSearchExtend</h4> |
1728 <b>__quickSearchExtend</b>(<i></i>) |
2328 <b>__quickSearchExtend</b>(<i></i>) |
|
2329 |
1729 <p> |
2330 <p> |
1730 Private method to handle the quicksearch extend action. |
2331 Private method to handle the quicksearch extend action. |
1731 </p><a NAME="ViewManager.__quickSearchFocusIn" ID="ViewManager.__quickSearchFocusIn"></a> |
2332 </p> |
|
2333 <a NAME="ViewManager.__quickSearchFocusIn" ID="ViewManager.__quickSearchFocusIn"></a> |
1732 <h4>ViewManager.__quickSearchFocusIn</h4> |
2334 <h4>ViewManager.__quickSearchFocusIn</h4> |
1733 <b>__quickSearchFocusIn</b>(<i></i>) |
2335 <b>__quickSearchFocusIn</b>(<i></i>) |
|
2336 |
1734 <p> |
2337 <p> |
1735 Private method to handle a focus in signal of the quicksearch lineedit. |
2338 Private method to handle a focus in signal of the quicksearch lineedit. |
1736 </p><a NAME="ViewManager.__quickSearchInEditor" ID="ViewManager.__quickSearchInEditor"></a> |
2339 </p> |
|
2340 <a NAME="ViewManager.__quickSearchInEditor" ID="ViewManager.__quickSearchInEditor"></a> |
1737 <h4>ViewManager.__quickSearchInEditor</h4> |
2341 <h4>ViewManager.__quickSearchInEditor</h4> |
1738 <b>__quickSearchInEditor</b>(<i>again, back</i>) |
2342 <b>__quickSearchInEditor</b>(<i>again, back</i>) |
|
2343 |
1739 <p> |
2344 <p> |
1740 Private slot to perform a quick search. |
2345 Private slot to perform a quick search. |
1741 </p><dl> |
2346 </p> |
|
2347 <dl> |
|
2348 |
1742 <dt><i>again</i></dt> |
2349 <dt><i>again</i></dt> |
1743 <dd> |
2350 <dd> |
1744 flag indicating a repeat of the last search (boolean) |
2351 flag indicating a repeat of the last search (boolean) |
1745 </dd><dt><i>back</i></dt> |
2352 </dd> |
|
2353 <dt><i>back</i></dt> |
1746 <dd> |
2354 <dd> |
1747 flag indicating a backwards search operation (boolean) |
2355 flag indicating a backwards search operation (boolean) |
1748 </dd> |
2356 </dd> |
1749 </dl><a NAME="ViewManager.__quickSearchMarkOccurrences" ID="ViewManager.__quickSearchMarkOccurrences"></a> |
2357 </dl> |
|
2358 <a NAME="ViewManager.__quickSearchMarkOccurrences" ID="ViewManager.__quickSearchMarkOccurrences"></a> |
1750 <h4>ViewManager.__quickSearchMarkOccurrences</h4> |
2359 <h4>ViewManager.__quickSearchMarkOccurrences</h4> |
1751 <b>__quickSearchMarkOccurrences</b>(<i>txt</i>) |
2360 <b>__quickSearchMarkOccurrences</b>(<i>txt</i>) |
|
2361 |
1752 <p> |
2362 <p> |
1753 Private method to mark all occurrences of the search text. |
2363 Private method to mark all occurrences of the search text. |
1754 </p><dl> |
2364 </p> |
|
2365 <dl> |
|
2366 |
1755 <dt><i>txt</i></dt> |
2367 <dt><i>txt</i></dt> |
1756 <dd> |
2368 <dd> |
1757 text to search for (string) |
2369 text to search for (string) |
1758 </dd> |
2370 </dd> |
1759 </dl><a NAME="ViewManager.__quickSearchPrev" ID="ViewManager.__quickSearchPrev"></a> |
2371 </dl> |
|
2372 <a NAME="ViewManager.__quickSearchPrev" ID="ViewManager.__quickSearchPrev"></a> |
1760 <h4>ViewManager.__quickSearchPrev</h4> |
2373 <h4>ViewManager.__quickSearchPrev</h4> |
1761 <b>__quickSearchPrev</b>(<i></i>) |
2374 <b>__quickSearchPrev</b>(<i></i>) |
|
2375 |
1762 <p> |
2376 <p> |
1763 Private slot to handle the quickFindPrev toolbutton action. |
2377 Private slot to handle the quickFindPrev toolbutton action. |
1764 </p><a NAME="ViewManager.__quickSearchSetEditColors" ID="ViewManager.__quickSearchSetEditColors"></a> |
2378 </p> |
|
2379 <a NAME="ViewManager.__quickSearchSetEditColors" ID="ViewManager.__quickSearchSetEditColors"></a> |
1765 <h4>ViewManager.__quickSearchSetEditColors</h4> |
2380 <h4>ViewManager.__quickSearchSetEditColors</h4> |
1766 <b>__quickSearchSetEditColors</b>(<i>error</i>) |
2381 <b>__quickSearchSetEditColors</b>(<i>error</i>) |
|
2382 |
1767 <p> |
2383 <p> |
1768 Private method to set the quick search edit colors. |
2384 Private method to set the quick search edit colors. |
1769 </p><dl> |
2385 </p> |
|
2386 <dl> |
|
2387 |
1770 <dt><i>error</i></dt> |
2388 <dt><i>error</i></dt> |
1771 <dd> |
2389 <dd> |
1772 flag indicating an error (boolean) |
2390 flag indicating an error (boolean) |
1773 </dd> |
2391 </dd> |
1774 </dl><a NAME="ViewManager.__quickSearchText" ID="ViewManager.__quickSearchText"></a> |
2392 </dl> |
|
2393 <a NAME="ViewManager.__quickSearchText" ID="ViewManager.__quickSearchText"></a> |
1775 <h4>ViewManager.__quickSearchText</h4> |
2394 <h4>ViewManager.__quickSearchText</h4> |
1776 <b>__quickSearchText</b>(<i></i>) |
2395 <b>__quickSearchText</b>(<i></i>) |
|
2396 |
1777 <p> |
2397 <p> |
1778 Private slot to handle the textChanged signal of the quicksearch edit. |
2398 Private slot to handle the textChanged signal of the quicksearch edit. |
1779 </p><a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> |
2399 </p> |
|
2400 <a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> |
1780 <h4>ViewManager.__replaceFiles</h4> |
2401 <h4>ViewManager.__replaceFiles</h4> |
1781 <b>__replaceFiles</b>(<i></i>) |
2402 <b>__replaceFiles</b>(<i></i>) |
|
2403 |
1782 <p> |
2404 <p> |
1783 Private method to handle the replace in files action. |
2405 Private method to handle the replace in files action. |
1784 </p><a NAME="ViewManager.__replaceOpenFiles" ID="ViewManager.__replaceOpenFiles"></a> |
2406 </p> |
|
2407 <a NAME="ViewManager.__replaceOpenFiles" ID="ViewManager.__replaceOpenFiles"></a> |
1785 <h4>ViewManager.__replaceOpenFiles</h4> |
2408 <h4>ViewManager.__replaceOpenFiles</h4> |
1786 <b>__replaceOpenFiles</b>(<i></i>) |
2409 <b>__replaceOpenFiles</b>(<i></i>) |
|
2410 |
1787 <p> |
2411 <p> |
1788 Private method to handle the replace in open files action. |
2412 Private method to handle the replace in open files action. |
1789 </p><a NAME="ViewManager.__saveRecent" ID="ViewManager.__saveRecent"></a> |
2413 </p> |
|
2414 <a NAME="ViewManager.__saveRecent" ID="ViewManager.__saveRecent"></a> |
1790 <h4>ViewManager.__saveRecent</h4> |
2415 <h4>ViewManager.__saveRecent</h4> |
1791 <b>__saveRecent</b>(<i></i>) |
2416 <b>__saveRecent</b>(<i></i>) |
|
2417 |
1792 <p> |
2418 <p> |
1793 Private method to save the list of recently opened filenames. |
2419 Private method to save the list of recently opened filenames. |
1794 </p><a NAME="ViewManager.__searchClearMarkers" ID="ViewManager.__searchClearMarkers"></a> |
2420 </p> |
|
2421 <a NAME="ViewManager.__searchClearMarkers" ID="ViewManager.__searchClearMarkers"></a> |
1795 <h4>ViewManager.__searchClearMarkers</h4> |
2422 <h4>ViewManager.__searchClearMarkers</h4> |
1796 <b>__searchClearMarkers</b>(<i></i>) |
2423 <b>__searchClearMarkers</b>(<i></i>) |
|
2424 |
1797 <p> |
2425 <p> |
1798 Private method to clear the search markers of the active window. |
2426 Private method to clear the search markers of the active window. |
1799 </p><a NAME="ViewManager.__searchFiles" ID="ViewManager.__searchFiles"></a> |
2427 </p> |
|
2428 <a NAME="ViewManager.__searchFiles" ID="ViewManager.__searchFiles"></a> |
1800 <h4>ViewManager.__searchFiles</h4> |
2429 <h4>ViewManager.__searchFiles</h4> |
1801 <b>__searchFiles</b>(<i></i>) |
2430 <b>__searchFiles</b>(<i></i>) |
|
2431 |
1802 <p> |
2432 <p> |
1803 Private method to handle the search in files action. |
2433 Private method to handle the search in files action. |
1804 </p><a NAME="ViewManager.__searchNext" ID="ViewManager.__searchNext"></a> |
2434 </p> |
|
2435 <a NAME="ViewManager.__searchNext" ID="ViewManager.__searchNext"></a> |
1805 <h4>ViewManager.__searchNext</h4> |
2436 <h4>ViewManager.__searchNext</h4> |
1806 <b>__searchNext</b>(<i></i>) |
2437 <b>__searchNext</b>(<i></i>) |
|
2438 |
1807 <p> |
2439 <p> |
1808 Private slot to handle the search next action. |
2440 Private slot to handle the search next action. |
1809 </p><a NAME="ViewManager.__searchOpenFiles" ID="ViewManager.__searchOpenFiles"></a> |
2441 </p> |
|
2442 <a NAME="ViewManager.__searchOpenFiles" ID="ViewManager.__searchOpenFiles"></a> |
1810 <h4>ViewManager.__searchOpenFiles</h4> |
2443 <h4>ViewManager.__searchOpenFiles</h4> |
1811 <b>__searchOpenFiles</b>(<i></i>) |
2444 <b>__searchOpenFiles</b>(<i></i>) |
|
2445 |
1812 <p> |
2446 <p> |
1813 Private method to handle the search in open files action. |
2447 Private method to handle the search in open files action. |
1814 </p><a NAME="ViewManager.__searchPrev" ID="ViewManager.__searchPrev"></a> |
2448 </p> |
|
2449 <a NAME="ViewManager.__searchPrev" ID="ViewManager.__searchPrev"></a> |
1815 <h4>ViewManager.__searchPrev</h4> |
2450 <h4>ViewManager.__searchPrev</h4> |
1816 <b>__searchPrev</b>(<i></i>) |
2451 <b>__searchPrev</b>(<i></i>) |
|
2452 |
1817 <p> |
2453 <p> |
1818 Private slot to handle the search previous action. |
2454 Private slot to handle the search previous action. |
1819 </p><a NAME="ViewManager.__setAutoSpellChecking" ID="ViewManager.__setAutoSpellChecking"></a> |
2455 </p> |
|
2456 <a NAME="ViewManager.__setAutoSpellChecking" ID="ViewManager.__setAutoSpellChecking"></a> |
1820 <h4>ViewManager.__setAutoSpellChecking</h4> |
2457 <h4>ViewManager.__setAutoSpellChecking</h4> |
1821 <b>__setAutoSpellChecking</b>(<i></i>) |
2458 <b>__setAutoSpellChecking</b>(<i></i>) |
|
2459 |
1822 <p> |
2460 <p> |
1823 Private slot to set the automatic spell checking of all editors. |
2461 Private slot to set the automatic spell checking of all editors. |
1824 </p><a NAME="ViewManager.__setSbFile" ID="ViewManager.__setSbFile"></a> |
2462 </p> |
|
2463 <a NAME="ViewManager.__setSbFile" ID="ViewManager.__setSbFile"></a> |
1825 <h4>ViewManager.__setSbFile</h4> |
2464 <h4>ViewManager.__setSbFile</h4> |
1826 <b>__setSbFile</b>(<i>fn=None, line=None, pos=None, encoding=None, language=None, eol=None, zoom=None</i>) |
2465 <b>__setSbFile</b>(<i>fn=None, line=None, pos=None, encoding=None, language=None, eol=None, zoom=None</i>) |
|
2466 |
1827 <p> |
2467 <p> |
1828 Private method to set the file info in the status bar. |
2468 Private method to set the file info in the status bar. |
1829 </p><dl> |
2469 </p> |
|
2470 <dl> |
|
2471 |
1830 <dt><i>fn</i></dt> |
2472 <dt><i>fn</i></dt> |
1831 <dd> |
2473 <dd> |
1832 filename to display (string) |
2474 filename to display (string) |
1833 </dd><dt><i>line</i></dt> |
2475 </dd> |
|
2476 <dt><i>line</i></dt> |
1834 <dd> |
2477 <dd> |
1835 line number to display (int) |
2478 line number to display (int) |
1836 </dd><dt><i>pos</i></dt> |
2479 </dd> |
|
2480 <dt><i>pos</i></dt> |
1837 <dd> |
2481 <dd> |
1838 character position to display (int) |
2482 character position to display (int) |
1839 </dd><dt><i>encoding</i></dt> |
2483 </dd> |
|
2484 <dt><i>encoding</i></dt> |
1840 <dd> |
2485 <dd> |
1841 encoding name to display (string) |
2486 encoding name to display (string) |
1842 </dd><dt><i>language</i></dt> |
2487 </dd> |
|
2488 <dt><i>language</i></dt> |
1843 <dd> |
2489 <dd> |
1844 language to display (string) |
2490 language to display (string) |
1845 </dd><dt><i>eol</i></dt> |
2491 </dd> |
|
2492 <dt><i>eol</i></dt> |
1846 <dd> |
2493 <dd> |
1847 eol indicator to display (string) |
2494 eol indicator to display (string) |
1848 </dd><dt><i>zoom</i></dt> |
2495 </dd> |
|
2496 <dt><i>zoom</i></dt> |
1849 <dd> |
2497 <dd> |
1850 zoom value (integer) |
2498 zoom value (integer) |
1851 </dd> |
2499 </dd> |
1852 </dl><a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a> |
2500 </dl> |
|
2501 <a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a> |
1853 <h4>ViewManager.__shortenEmptyLines</h4> |
2502 <h4>ViewManager.__shortenEmptyLines</h4> |
1854 <b>__shortenEmptyLines</b>(<i></i>) |
2503 <b>__shortenEmptyLines</b>(<i></i>) |
|
2504 |
1855 <p> |
2505 <p> |
1856 Private method to handle the shorten empty lines action. |
2506 Private method to handle the shorten empty lines action. |
1857 </p><a NAME="ViewManager.__showBookmarkMenu" ID="ViewManager.__showBookmarkMenu"></a> |
2507 </p> |
|
2508 <a NAME="ViewManager.__showBookmarkMenu" ID="ViewManager.__showBookmarkMenu"></a> |
1858 <h4>ViewManager.__showBookmarkMenu</h4> |
2509 <h4>ViewManager.__showBookmarkMenu</h4> |
1859 <b>__showBookmarkMenu</b>(<i></i>) |
2510 <b>__showBookmarkMenu</b>(<i></i>) |
|
2511 |
1860 <p> |
2512 <p> |
1861 Private method to set up the bookmark menu. |
2513 Private method to set up the bookmark menu. |
1862 </p><a NAME="ViewManager.__showBookmarkedMenu" ID="ViewManager.__showBookmarkedMenu"></a> |
2514 </p> |
|
2515 <a NAME="ViewManager.__showBookmarkedMenu" ID="ViewManager.__showBookmarkedMenu"></a> |
1863 <h4>ViewManager.__showBookmarkedMenu</h4> |
2516 <h4>ViewManager.__showBookmarkedMenu</h4> |
1864 <b>__showBookmarkedMenu</b>(<i></i>) |
2517 <b>__showBookmarkedMenu</b>(<i></i>) |
|
2518 |
1865 <p> |
2519 <p> |
1866 Private method to set up bookmarked files menu. |
2520 Private method to set up bookmarked files menu. |
1867 </p><a NAME="ViewManager.__showBookmarksMenu" ID="ViewManager.__showBookmarksMenu"></a> |
2521 </p> |
|
2522 <a NAME="ViewManager.__showBookmarksMenu" ID="ViewManager.__showBookmarksMenu"></a> |
1868 <h4>ViewManager.__showBookmarksMenu</h4> |
2523 <h4>ViewManager.__showBookmarksMenu</h4> |
1869 <b>__showBookmarksMenu</b>(<i></i>) |
2524 <b>__showBookmarksMenu</b>(<i></i>) |
|
2525 |
1870 <p> |
2526 <p> |
1871 Private method to handle the show bookmarks menu signal. |
2527 Private method to handle the show bookmarks menu signal. |
1872 </p><a NAME="ViewManager.__showEditSpellingMenu" ID="ViewManager.__showEditSpellingMenu"></a> |
2528 </p> |
|
2529 <a NAME="ViewManager.__showEditSpellingMenu" ID="ViewManager.__showEditSpellingMenu"></a> |
1873 <h4>ViewManager.__showEditSpellingMenu</h4> |
2530 <h4>ViewManager.__showEditSpellingMenu</h4> |
1874 <b>__showEditSpellingMenu</b>(<i></i>) |
2531 <b>__showEditSpellingMenu</b>(<i></i>) |
|
2532 |
1875 <p> |
2533 <p> |
1876 Private method to set up the edit dictionaries menu. |
2534 Private method to set up the edit dictionaries menu. |
1877 </p><a NAME="ViewManager.__showEncodingsMenu" ID="ViewManager.__showEncodingsMenu"></a> |
2535 </p> |
|
2536 <a NAME="ViewManager.__showEncodingsMenu" ID="ViewManager.__showEncodingsMenu"></a> |
1878 <h4>ViewManager.__showEncodingsMenu</h4> |
2537 <h4>ViewManager.__showEncodingsMenu</h4> |
1879 <b>__showEncodingsMenu</b>(<i>pos</i>) |
2538 <b>__showEncodingsMenu</b>(<i>pos</i>) |
|
2539 |
1880 <p> |
2540 <p> |
1881 Private slot to show the Encodings menu of the current editor. |
2541 Private slot to show the Encodings menu of the current editor. |
1882 </p><dl> |
2542 </p> |
|
2543 <dl> |
|
2544 |
1883 <dt><i>pos</i></dt> |
2545 <dt><i>pos</i></dt> |
1884 <dd> |
2546 <dd> |
1885 position the menu should be shown at (QPoint) |
2547 position the menu should be shown at (QPoint) |
1886 </dd> |
2548 </dd> |
1887 </dl><a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a> |
2549 </dl> |
|
2550 <a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a> |
1888 <h4>ViewManager.__showEolMenu</h4> |
2551 <h4>ViewManager.__showEolMenu</h4> |
1889 <b>__showEolMenu</b>(<i>pos</i>) |
2552 <b>__showEolMenu</b>(<i>pos</i>) |
|
2553 |
1890 <p> |
2554 <p> |
1891 Private slot to show the EOL menu of the current editor. |
2555 Private slot to show the EOL menu of the current editor. |
1892 </p><dl> |
2556 </p> |
|
2557 <dl> |
|
2558 |
1893 <dt><i>pos</i></dt> |
2559 <dt><i>pos</i></dt> |
1894 <dd> |
2560 <dd> |
1895 position the menu should be shown at (QPoint) |
2561 position the menu should be shown at (QPoint) |
1896 </dd> |
2562 </dd> |
1897 </dl><a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a> |
2563 </dl> |
|
2564 <a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a> |
1898 <h4>ViewManager.__showFileMenu</h4> |
2565 <h4>ViewManager.__showFileMenu</h4> |
1899 <b>__showFileMenu</b>(<i></i>) |
2566 <b>__showFileMenu</b>(<i></i>) |
|
2567 |
1900 <p> |
2568 <p> |
1901 Private method to set up the file menu. |
2569 Private method to set up the file menu. |
1902 </p><a NAME="ViewManager.__showLanguagesMenu" ID="ViewManager.__showLanguagesMenu"></a> |
2570 </p> |
|
2571 <a NAME="ViewManager.__showLanguagesMenu" ID="ViewManager.__showLanguagesMenu"></a> |
1903 <h4>ViewManager.__showLanguagesMenu</h4> |
2572 <h4>ViewManager.__showLanguagesMenu</h4> |
1904 <b>__showLanguagesMenu</b>(<i>pos</i>) |
2573 <b>__showLanguagesMenu</b>(<i>pos</i>) |
|
2574 |
1905 <p> |
2575 <p> |
1906 Private slot to show the Languages menu of the current editor. |
2576 Private slot to show the Languages menu of the current editor. |
1907 </p><dl> |
2577 </p> |
|
2578 <dl> |
|
2579 |
1908 <dt><i>pos</i></dt> |
2580 <dt><i>pos</i></dt> |
1909 <dd> |
2581 <dd> |
1910 position the menu should be shown at (QPoint) |
2582 position the menu should be shown at (QPoint) |
1911 </dd> |
2583 </dd> |
1912 </dl><a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a> |
2584 </dl> |
|
2585 <a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a> |
1913 <h4>ViewManager.__showRecentMenu</h4> |
2586 <h4>ViewManager.__showRecentMenu</h4> |
1914 <b>__showRecentMenu</b>(<i></i>) |
2587 <b>__showRecentMenu</b>(<i></i>) |
|
2588 |
1915 <p> |
2589 <p> |
1916 Private method to set up recent files menu. |
2590 Private method to set up recent files menu. |
1917 </p><a NAME="ViewManager.__spellCheck" ID="ViewManager.__spellCheck"></a> |
2591 </p> |
|
2592 <a NAME="ViewManager.__spellCheck" ID="ViewManager.__spellCheck"></a> |
1918 <h4>ViewManager.__spellCheck</h4> |
2593 <h4>ViewManager.__spellCheck</h4> |
1919 <b>__spellCheck</b>(<i></i>) |
2594 <b>__spellCheck</b>(<i></i>) |
|
2595 |
1920 <p> |
2596 <p> |
1921 Private slot to perform a spell check of the current editor. |
2597 Private slot to perform a spell check of the current editor. |
1922 </p><a NAME="ViewManager.__splitOrientation" ID="ViewManager.__splitOrientation"></a> |
2598 </p> |
|
2599 <a NAME="ViewManager.__splitOrientation" ID="ViewManager.__splitOrientation"></a> |
1923 <h4>ViewManager.__splitOrientation</h4> |
2600 <h4>ViewManager.__splitOrientation</h4> |
1924 <b>__splitOrientation</b>(<i>checked</i>) |
2601 <b>__splitOrientation</b>(<i>checked</i>) |
|
2602 |
1925 <p> |
2603 <p> |
1926 Private method to handle the split orientation action. |
2604 Private method to handle the split orientation action. |
1927 </p><dl> |
2605 </p> |
|
2606 <dl> |
|
2607 |
1928 <dt><i>checked</i></dt> |
2608 <dt><i>checked</i></dt> |
1929 <dd> |
2609 <dd> |
1930 flag indicating the checked state of the action |
2610 flag indicating the checked state of the action |
1931 (boolean). True means splitting horizontally. |
2611 (boolean). True means splitting horizontally. |
1932 </dd> |
2612 </dd> |
1933 </dl><a NAME="ViewManager.__splitView" ID="ViewManager.__splitView"></a> |
2613 </dl> |
|
2614 <a NAME="ViewManager.__splitView" ID="ViewManager.__splitView"></a> |
1934 <h4>ViewManager.__splitView</h4> |
2615 <h4>ViewManager.__splitView</h4> |
1935 <b>__splitView</b>(<i></i>) |
2616 <b>__splitView</b>(<i></i>) |
|
2617 |
1936 <p> |
2618 <p> |
1937 Private method to handle the split view action. |
2619 Private method to handle the split view action. |
1938 </p><a NAME="ViewManager.__taskMarkersUpdated" ID="ViewManager.__taskMarkersUpdated"></a> |
2620 </p> |
|
2621 <a NAME="ViewManager.__taskMarkersUpdated" ID="ViewManager.__taskMarkersUpdated"></a> |
1939 <h4>ViewManager.__taskMarkersUpdated</h4> |
2622 <h4>ViewManager.__taskMarkersUpdated</h4> |
1940 <b>__taskMarkersUpdated</b>(<i>editor</i>) |
2623 <b>__taskMarkersUpdated</b>(<i>editor</i>) |
|
2624 |
1941 <p> |
2625 <p> |
1942 Private slot to handle the taskMarkersUpdated signal. |
2626 Private slot to handle the taskMarkersUpdated signal. |
1943 </p><dl> |
2627 </p> |
|
2628 <dl> |
|
2629 |
1944 <dt><i>editor</i></dt> |
2630 <dt><i>editor</i></dt> |
1945 <dd> |
2631 <dd> |
1946 editor that sent the signal |
2632 editor that sent the signal |
1947 </dd> |
2633 </dd> |
1948 </dl><a NAME="ViewManager.__toggleAll" ID="ViewManager.__toggleAll"></a> |
2634 </dl> |
|
2635 <a NAME="ViewManager.__toggleAll" ID="ViewManager.__toggleAll"></a> |
1949 <h4>ViewManager.__toggleAll</h4> |
2636 <h4>ViewManager.__toggleAll</h4> |
1950 <b>__toggleAll</b>(<i></i>) |
2637 <b>__toggleAll</b>(<i></i>) |
|
2638 |
1951 <p> |
2639 <p> |
1952 Private method to handle the toggle all folds action. |
2640 Private method to handle the toggle all folds action. |
1953 </p><a NAME="ViewManager.__toggleAllChildren" ID="ViewManager.__toggleAllChildren"></a> |
2641 </p> |
|
2642 <a NAME="ViewManager.__toggleAllChildren" ID="ViewManager.__toggleAllChildren"></a> |
1954 <h4>ViewManager.__toggleAllChildren</h4> |
2643 <h4>ViewManager.__toggleAllChildren</h4> |
1955 <b>__toggleAllChildren</b>(<i></i>) |
2644 <b>__toggleAllChildren</b>(<i></i>) |
|
2645 |
1956 <p> |
2646 <p> |
1957 Private method to handle the toggle all folds (including children) |
2647 Private method to handle the toggle all folds (including children) |
1958 action. |
2648 action. |
1959 </p><a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a> |
2649 </p> |
|
2650 <a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a> |
1960 <h4>ViewManager.__toggleBookmark</h4> |
2651 <h4>ViewManager.__toggleBookmark</h4> |
1961 <b>__toggleBookmark</b>(<i></i>) |
2652 <b>__toggleBookmark</b>(<i></i>) |
|
2653 |
1962 <p> |
2654 <p> |
1963 Private method to handle the toggle bookmark action. |
2655 Private method to handle the toggle bookmark action. |
1964 </p><a NAME="ViewManager.__toggleCurrent" ID="ViewManager.__toggleCurrent"></a> |
2656 </p> |
|
2657 <a NAME="ViewManager.__toggleCurrent" ID="ViewManager.__toggleCurrent"></a> |
1965 <h4>ViewManager.__toggleCurrent</h4> |
2658 <h4>ViewManager.__toggleCurrent</h4> |
1966 <b>__toggleCurrent</b>(<i></i>) |
2659 <b>__toggleCurrent</b>(<i></i>) |
|
2660 |
1967 <p> |
2661 <p> |
1968 Private method to handle the toggle current fold action. |
2662 Private method to handle the toggle current fold action. |
1969 </p><a NAME="ViewManager.__unhighlight" ID="ViewManager.__unhighlight"></a> |
2663 </p> |
|
2664 <a NAME="ViewManager.__unhighlight" ID="ViewManager.__unhighlight"></a> |
1970 <h4>ViewManager.__unhighlight</h4> |
2665 <h4>ViewManager.__unhighlight</h4> |
1971 <b>__unhighlight</b>(<i></i>) |
2666 <b>__unhighlight</b>(<i></i>) |
|
2667 |
1972 <p> |
2668 <p> |
1973 Private slot to switch of all highlights. |
2669 Private slot to switch of all highlights. |
1974 </p><a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> |
2670 </p> |
|
2671 <a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> |
1975 <h4>ViewManager.__zoom</h4> |
2672 <h4>ViewManager.__zoom</h4> |
1976 <b>__zoom</b>(<i></i>) |
2673 <b>__zoom</b>(<i></i>) |
|
2674 |
1977 <p> |
2675 <p> |
1978 Private method to handle the zoom action. |
2676 Private method to handle the zoom action. |
1979 </p><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> |
2677 </p> |
|
2678 <a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> |
1980 <h4>ViewManager.__zoomIn</h4> |
2679 <h4>ViewManager.__zoomIn</h4> |
1981 <b>__zoomIn</b>(<i></i>) |
2680 <b>__zoomIn</b>(<i></i>) |
|
2681 |
1982 <p> |
2682 <p> |
1983 Private method to handle the zoom in action. |
2683 Private method to handle the zoom in action. |
1984 </p><a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a> |
2684 </p> |
|
2685 <a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a> |
1985 <h4>ViewManager.__zoomOut</h4> |
2686 <h4>ViewManager.__zoomOut</h4> |
1986 <b>__zoomOut</b>(<i></i>) |
2687 <b>__zoomOut</b>(<i></i>) |
|
2688 |
1987 <p> |
2689 <p> |
1988 Private method to handle the zoom out action. |
2690 Private method to handle the zoom out action. |
1989 </p><a NAME="ViewManager.__zoomReset" ID="ViewManager.__zoomReset"></a> |
2691 </p> |
|
2692 <a NAME="ViewManager.__zoomReset" ID="ViewManager.__zoomReset"></a> |
1990 <h4>ViewManager.__zoomReset</h4> |
2693 <h4>ViewManager.__zoomReset</h4> |
1991 <b>__zoomReset</b>(<i></i>) |
2694 <b>__zoomReset</b>(<i></i>) |
|
2695 |
1992 <p> |
2696 <p> |
1993 Private method to reset the zoom factor. |
2697 Private method to reset the zoom factor. |
1994 </p><a NAME="ViewManager.__zoomTo" ID="ViewManager.__zoomTo"></a> |
2698 </p> |
|
2699 <a NAME="ViewManager.__zoomTo" ID="ViewManager.__zoomTo"></a> |
1995 <h4>ViewManager.__zoomTo</h4> |
2700 <h4>ViewManager.__zoomTo</h4> |
1996 <b>__zoomTo</b>(<i>value</i>) |
2701 <b>__zoomTo</b>(<i>value</i>) |
|
2702 |
1997 <p> |
2703 <p> |
1998 Private slot to zoom to a given value. |
2704 Private slot to zoom to a given value. |
1999 </p><dl> |
2705 </p> |
|
2706 <dl> |
|
2707 |
2000 <dt><i>value</i></dt> |
2708 <dt><i>value</i></dt> |
2001 <dd> |
2709 <dd> |
2002 zoom value to be set (integer) |
2710 zoom value to be set (integer) |
2003 </dd> |
2711 </dd> |
2004 </dl><a NAME="ViewManager._addView" ID="ViewManager._addView"></a> |
2712 </dl> |
|
2713 <a NAME="ViewManager._addView" ID="ViewManager._addView"></a> |
2005 <h4>ViewManager._addView</h4> |
2714 <h4>ViewManager._addView</h4> |
2006 <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) |
2715 <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) |
|
2716 |
2007 <p> |
2717 <p> |
2008 Protected method to add a view (i.e. window). |
2718 Protected method to add a view (i.e. window). |
2009 </p><dl> |
2719 </p> |
|
2720 <dl> |
|
2721 |
2010 <dt><i>win</i> (EditorAssembly)</dt> |
2722 <dt><i>win</i> (EditorAssembly)</dt> |
2011 <dd> |
2723 <dd> |
2012 editor assembly to be added |
2724 editor assembly to be added |
2013 </dd><dt><i>fn</i> (str)</dt> |
2725 </dd> |
|
2726 <dt><i>fn</i> (str)</dt> |
2014 <dd> |
2727 <dd> |
2015 filename of this editor |
2728 filename of this editor |
2016 </dd><dt><i>noName</i> (str)</dt> |
2729 </dd> |
|
2730 <dt><i>noName</i> (str)</dt> |
2017 <dd> |
2731 <dd> |
2018 name to be used for an unnamed editor |
2732 name to be used for an unnamed editor |
2019 </dd><dt><i>addNext</i> (bool)</dt> |
2733 </dd> |
|
2734 <dt><i>addNext</i> (bool)</dt> |
2020 <dd> |
2735 <dd> |
2021 flag indicating to add the view next to the current |
2736 flag indicating to add the view next to the current |
2022 view |
2737 view |
2023 </dd><dt><i>indexes</i> (tuple of two int)</dt> |
2738 </dd> |
|
2739 <dt><i>indexes</i> (tuple of two int)</dt> |
2024 <dd> |
2740 <dd> |
2025 of the editor, first the split view index, second the |
2741 of the editor, first the split view index, second the |
2026 index within the view |
2742 index within the view |
2027 </dd> |
2743 </dd> |
2028 </dl><dl> |
2744 </dl> |
|
2745 <dl> |
|
2746 |
2029 <dt>Raises <b>RuntimeError</b>:</dt> |
2747 <dt>Raises <b>RuntimeError</b>:</dt> |
2030 <dd> |
2748 <dd> |
2031 Not implemented |
2749 Not implemented |
2032 </dd> |
2750 </dd> |
2033 </dl><a NAME="ViewManager._checkActions" ID="ViewManager._checkActions"></a> |
2751 </dl> |
|
2752 <a NAME="ViewManager._checkActions" ID="ViewManager._checkActions"></a> |
2034 <h4>ViewManager._checkActions</h4> |
2753 <h4>ViewManager._checkActions</h4> |
2035 <b>_checkActions</b>(<i>editor, setSb=True</i>) |
2754 <b>_checkActions</b>(<i>editor, setSb=True</i>) |
|
2755 |
2036 <p> |
2756 <p> |
2037 Protected slot to check some actions for their enable/disable status |
2757 Protected slot to check some actions for their enable/disable status |
2038 and set the statusbar info. |
2758 and set the statusbar info. |
2039 </p><dl> |
2759 </p> |
|
2760 <dl> |
|
2761 |
2040 <dt><i>editor</i></dt> |
2762 <dt><i>editor</i></dt> |
2041 <dd> |
2763 <dd> |
2042 editor window |
2764 editor window |
2043 </dd><dt><i>setSb</i></dt> |
2765 </dd> |
|
2766 <dt><i>setSb</i></dt> |
2044 <dd> |
2767 <dd> |
2045 flag indicating an update of the status bar is wanted |
2768 flag indicating an update of the status bar is wanted |
2046 (boolean) |
2769 (boolean) |
2047 </dd> |
2770 </dd> |
2048 </dl><a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a> |
2771 </dl> |
|
2772 <a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a> |
2049 <h4>ViewManager._getOpenFileFilter</h4> |
2773 <h4>ViewManager._getOpenFileFilter</h4> |
2050 <b>_getOpenFileFilter</b>(<i></i>) |
2774 <b>_getOpenFileFilter</b>(<i></i>) |
|
2775 |
2051 <p> |
2776 <p> |
2052 Protected method to return the active filename filter for a file open |
2777 Protected method to return the active filename filter for a file open |
2053 dialog. |
2778 dialog. |
2054 </p><p> |
2779 </p> |
|
2780 <p> |
2055 The appropriate filename filter is determined by file extension of |
2781 The appropriate filename filter is determined by file extension of |
2056 the currently active editor. |
2782 the currently active editor. |
2057 </p><dl> |
2783 </p> |
|
2784 <dl> |
2058 <dt>Returns:</dt> |
2785 <dt>Returns:</dt> |
2059 <dd> |
2786 <dd> |
2060 name of the filename filter (string) or None |
2787 name of the filename filter (string) or None |
2061 </dd> |
2788 </dd> |
2062 </dl><a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> |
2789 </dl> |
|
2790 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> |
2063 <h4>ViewManager._getOpenStartDir</h4> |
2791 <h4>ViewManager._getOpenStartDir</h4> |
2064 <b>_getOpenStartDir</b>(<i></i>) |
2792 <b>_getOpenStartDir</b>(<i></i>) |
|
2793 |
2065 <p> |
2794 <p> |
2066 Protected method to return the starting directory for a file open |
2795 Protected method to return the starting directory for a file open |
2067 dialog. |
2796 dialog. |
2068 </p><p> |
2797 </p> |
|
2798 <p> |
2069 The appropriate starting directory is calculated |
2799 The appropriate starting directory is calculated |
2070 using the following search order, until a match is found:<br /> |
2800 using the following search order, until a match is found:<br /> |
2071 1: Directory of currently active editor<br /> |
2801 1: Directory of currently active editor<br /> |
2072 2: Directory of currently active Project<br /> |
2802 2: Directory of currently active Project<br /> |
2073 3: CWD |
2803 3: CWD |
2074 </p><dl> |
2804 </p> |
|
2805 <dl> |
2075 <dt>Returns:</dt> |
2806 <dt>Returns:</dt> |
2076 <dd> |
2807 <dd> |
2077 name of directory to start (string) |
2808 name of directory to start (string) |
2078 </dd> |
2809 </dd> |
2079 </dl><a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> |
2810 </dl> |
|
2811 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> |
2080 <h4>ViewManager._initWindowActions</h4> |
2812 <h4>ViewManager._initWindowActions</h4> |
2081 <b>_initWindowActions</b>(<i></i>) |
2813 <b>_initWindowActions</b>(<i></i>) |
|
2814 |
2082 <p> |
2815 <p> |
2083 Protected method to define the user interface actions for window |
2816 Protected method to define the user interface actions for window |
2084 handling. |
2817 handling. |
2085 </p><dl> |
2818 </p> |
|
2819 <dl> |
|
2820 |
2086 <dt>Raises <b>RuntimeError</b>:</dt> |
2821 <dt>Raises <b>RuntimeError</b>:</dt> |
2087 <dd> |
2822 <dd> |
2088 Not implemented |
2823 Not implemented |
2089 </dd> |
2824 </dd> |
2090 </dl><a NAME="ViewManager._modificationStatusChanged" ID="ViewManager._modificationStatusChanged"></a> |
2825 </dl> |
|
2826 <a NAME="ViewManager._modificationStatusChanged" ID="ViewManager._modificationStatusChanged"></a> |
2091 <h4>ViewManager._modificationStatusChanged</h4> |
2827 <h4>ViewManager._modificationStatusChanged</h4> |
2092 <b>_modificationStatusChanged</b>(<i>m, editor</i>) |
2828 <b>_modificationStatusChanged</b>(<i>m, editor</i>) |
|
2829 |
2093 <p> |
2830 <p> |
2094 Protected slot to handle the modificationStatusChanged signal. |
2831 Protected slot to handle the modificationStatusChanged signal. |
2095 </p><dl> |
2832 </p> |
|
2833 <dl> |
|
2834 |
2096 <dt><i>m</i></dt> |
2835 <dt><i>m</i></dt> |
2097 <dd> |
2836 <dd> |
2098 flag indicating the modification status (boolean) |
2837 flag indicating the modification status (boolean) |
2099 </dd><dt><i>editor</i></dt> |
2838 </dd> |
|
2839 <dt><i>editor</i></dt> |
2100 <dd> |
2840 <dd> |
2101 editor window changed |
2841 editor window changed |
2102 </dd> |
2842 </dd> |
2103 </dl><dl> |
2843 </dl> |
|
2844 <dl> |
|
2845 |
2104 <dt>Raises <b>RuntimeError</b>:</dt> |
2846 <dt>Raises <b>RuntimeError</b>:</dt> |
2105 <dd> |
2847 <dd> |
2106 Not implemented |
2848 Not implemented |
2107 </dd> |
2849 </dd> |
2108 </dl><a NAME="ViewManager._removeAllViews" ID="ViewManager._removeAllViews"></a> |
2850 </dl> |
|
2851 <a NAME="ViewManager._removeAllViews" ID="ViewManager._removeAllViews"></a> |
2109 <h4>ViewManager._removeAllViews</h4> |
2852 <h4>ViewManager._removeAllViews</h4> |
2110 <b>_removeAllViews</b>(<i></i>) |
2853 <b>_removeAllViews</b>(<i></i>) |
|
2854 |
2111 <p> |
2855 <p> |
2112 Protected method to remove all views (i.e. windows). |
2856 Protected method to remove all views (i.e. windows). |
2113 </p><dl> |
2857 </p> |
|
2858 <dl> |
|
2859 |
2114 <dt>Raises <b>RuntimeError</b>:</dt> |
2860 <dt>Raises <b>RuntimeError</b>:</dt> |
2115 <dd> |
2861 <dd> |
2116 Not implemented |
2862 Not implemented |
2117 </dd> |
2863 </dd> |
2118 </dl><a NAME="ViewManager._removeView" ID="ViewManager._removeView"></a> |
2864 </dl> |
|
2865 <a NAME="ViewManager._removeView" ID="ViewManager._removeView"></a> |
2119 <h4>ViewManager._removeView</h4> |
2866 <h4>ViewManager._removeView</h4> |
2120 <b>_removeView</b>(<i>win</i>) |
2867 <b>_removeView</b>(<i>win</i>) |
|
2868 |
2121 <p> |
2869 <p> |
2122 Protected method to remove a view (i.e. window). |
2870 Protected method to remove a view (i.e. window). |
2123 </p><dl> |
2871 </p> |
|
2872 <dl> |
|
2873 |
2124 <dt><i>win</i></dt> |
2874 <dt><i>win</i></dt> |
2125 <dd> |
2875 <dd> |
2126 editor window to be removed |
2876 editor window to be removed |
2127 </dd> |
2877 </dd> |
2128 </dl><dl> |
2878 </dl> |
|
2879 <dl> |
|
2880 |
2129 <dt>Raises <b>RuntimeError</b>:</dt> |
2881 <dt>Raises <b>RuntimeError</b>:</dt> |
2130 <dd> |
2882 <dd> |
2131 Not implemented |
2883 Not implemented |
2132 </dd> |
2884 </dd> |
2133 </dl><a NAME="ViewManager._showView" ID="ViewManager._showView"></a> |
2885 </dl> |
|
2886 <a NAME="ViewManager._showView" ID="ViewManager._showView"></a> |
2134 <h4>ViewManager._showView</h4> |
2887 <h4>ViewManager._showView</h4> |
2135 <b>_showView</b>(<i>win, fn=None</i>) |
2888 <b>_showView</b>(<i>win, fn=None</i>) |
|
2889 |
2136 <p> |
2890 <p> |
2137 Protected method to show a view (i.e. window). |
2891 Protected method to show a view (i.e. window). |
2138 </p><dl> |
2892 </p> |
|
2893 <dl> |
|
2894 |
2139 <dt><i>win</i></dt> |
2895 <dt><i>win</i></dt> |
2140 <dd> |
2896 <dd> |
2141 editor assembly to be shown |
2897 editor assembly to be shown |
2142 </dd><dt><i>fn</i></dt> |
2898 </dd> |
|
2899 <dt><i>fn</i></dt> |
2143 <dd> |
2900 <dd> |
2144 filename of this editor |
2901 filename of this editor |
2145 </dd> |
2902 </dd> |
2146 </dl><dl> |
2903 </dl> |
|
2904 <dl> |
|
2905 |
2147 <dt>Raises <b>RuntimeError</b>:</dt> |
2906 <dt>Raises <b>RuntimeError</b>:</dt> |
2148 <dd> |
2907 <dd> |
2149 Not implemented |
2908 Not implemented |
2150 </dd> |
2909 </dd> |
2151 </dl><a NAME="ViewManager._syntaxErrorToggled" ID="ViewManager._syntaxErrorToggled"></a> |
2910 </dl> |
|
2911 <a NAME="ViewManager._syntaxErrorToggled" ID="ViewManager._syntaxErrorToggled"></a> |
2152 <h4>ViewManager._syntaxErrorToggled</h4> |
2912 <h4>ViewManager._syntaxErrorToggled</h4> |
2153 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
2913 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
|
2914 |
2154 <p> |
2915 <p> |
2155 Protected slot to handle the syntaxerrorToggled signal. |
2916 Protected slot to handle the syntaxerrorToggled signal. |
2156 </p><p> |
2917 </p> |
|
2918 <p> |
2157 It checks some syntax error actions and reemits the signal. |
2919 It checks some syntax error actions and reemits the signal. |
2158 </p><dl> |
2920 </p> |
|
2921 <dl> |
|
2922 |
2159 <dt><i>editor</i></dt> |
2923 <dt><i>editor</i></dt> |
2160 <dd> |
2924 <dd> |
2161 editor that sent the signal |
2925 editor that sent the signal |
2162 </dd> |
2926 </dd> |
2163 </dl><a NAME="ViewManager.activeWindow" ID="ViewManager.activeWindow"></a> |
2927 </dl> |
|
2928 <a NAME="ViewManager.activeWindow" ID="ViewManager.activeWindow"></a> |
2164 <h4>ViewManager.activeWindow</h4> |
2929 <h4>ViewManager.activeWindow</h4> |
2165 <b>activeWindow</b>(<i></i>) |
2930 <b>activeWindow</b>(<i></i>) |
|
2931 |
2166 <p> |
2932 <p> |
2167 Public method to return the active (i.e. current) window. |
2933 Public method to return the active (i.e. current) window. |
2168 </p><dl> |
2934 </p> |
|
2935 <dl> |
2169 <dt>Returns:</dt> |
2936 <dt>Returns:</dt> |
2170 <dd> |
2937 <dd> |
2171 reference to the active editor |
2938 reference to the active editor |
2172 </dd> |
2939 </dd> |
2173 </dl><dl> |
2940 </dl> |
|
2941 <dl> |
|
2942 |
2174 <dt>Raises <b>RuntimeError</b>:</dt> |
2943 <dt>Raises <b>RuntimeError</b>:</dt> |
2175 <dd> |
2944 <dd> |
2176 Not implemented |
2945 Not implemented |
2177 </dd> |
2946 </dd> |
2178 </dl><a NAME="ViewManager.addSplit" ID="ViewManager.addSplit"></a> |
2947 </dl> |
|
2948 <a NAME="ViewManager.addSplit" ID="ViewManager.addSplit"></a> |
2179 <h4>ViewManager.addSplit</h4> |
2949 <h4>ViewManager.addSplit</h4> |
2180 <b>addSplit</b>(<i></i>) |
2950 <b>addSplit</b>(<i></i>) |
|
2951 |
2181 <p> |
2952 <p> |
2182 Public method used to split the current view. |
2953 Public method used to split the current view. |
2183 </p><a NAME="ViewManager.addToExtrasMenu" ID="ViewManager.addToExtrasMenu"></a> |
2954 </p> |
|
2955 <a NAME="ViewManager.addToExtrasMenu" ID="ViewManager.addToExtrasMenu"></a> |
2184 <h4>ViewManager.addToExtrasMenu</h4> |
2956 <h4>ViewManager.addToExtrasMenu</h4> |
2185 <b>addToExtrasMenu</b>(<i>menu</i>) |
2957 <b>addToExtrasMenu</b>(<i>menu</i>) |
|
2958 |
2186 <p> |
2959 <p> |
2187 Public method to add some actions to the Extras menu. |
2960 Public method to add some actions to the Extras menu. |
2188 </p><dl> |
2961 </p> |
|
2962 <dl> |
|
2963 |
2189 <dt><i>menu</i></dt> |
2964 <dt><i>menu</i></dt> |
2190 <dd> |
2965 <dd> |
2191 reference to the menu to add actions to (QMenu) |
2966 reference to the menu to add actions to (QMenu) |
2192 </dd> |
2967 </dd> |
2193 </dl><a NAME="ViewManager.addToRecentList" ID="ViewManager.addToRecentList"></a> |
2968 </dl> |
|
2969 <a NAME="ViewManager.addToRecentList" ID="ViewManager.addToRecentList"></a> |
2194 <h4>ViewManager.addToRecentList</h4> |
2970 <h4>ViewManager.addToRecentList</h4> |
2195 <b>addToRecentList</b>(<i>fn</i>) |
2971 <b>addToRecentList</b>(<i>fn</i>) |
|
2972 |
2196 <p> |
2973 <p> |
2197 Public slot to add a filename to the list of recently opened files. |
2974 Public slot to add a filename to the list of recently opened files. |
2198 </p><dl> |
2975 </p> |
|
2976 <dl> |
|
2977 |
2199 <dt><i>fn</i></dt> |
2978 <dt><i>fn</i></dt> |
2200 <dd> |
2979 <dd> |
2201 name of the file to be added |
2980 name of the file to be added |
2202 </dd> |
2981 </dd> |
2203 </dl><a NAME="ViewManager.appFocusChanged" ID="ViewManager.appFocusChanged"></a> |
2982 </dl> |
|
2983 <a NAME="ViewManager.appFocusChanged" ID="ViewManager.appFocusChanged"></a> |
2204 <h4>ViewManager.appFocusChanged</h4> |
2984 <h4>ViewManager.appFocusChanged</h4> |
2205 <b>appFocusChanged</b>(<i>old, now</i>) |
2985 <b>appFocusChanged</b>(<i>old, now</i>) |
|
2986 |
2206 <p> |
2987 <p> |
2207 Public method to handle the global change of focus. |
2988 Public method to handle the global change of focus. |
2208 </p><dl> |
2989 </p> |
|
2990 <dl> |
|
2991 |
2209 <dt><i>old</i></dt> |
2992 <dt><i>old</i></dt> |
2210 <dd> |
2993 <dd> |
2211 reference to the widget loosing focus (QWidget) |
2994 reference to the widget loosing focus (QWidget) |
2212 </dd><dt><i>now</i></dt> |
2995 </dd> |
|
2996 <dt><i>now</i></dt> |
2213 <dd> |
2997 <dd> |
2214 reference to the widget gaining focus (QWidget) |
2998 reference to the widget gaining focus (QWidget) |
2215 </dd> |
2999 </dd> |
2216 </dl><a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a> |
3000 </dl> |
|
3001 <a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a> |
2217 <h4>ViewManager.canCascade</h4> |
3002 <h4>ViewManager.canCascade</h4> |
2218 <b>canCascade</b>(<i></i>) |
3003 <b>canCascade</b>(<i></i>) |
|
3004 |
2219 <p> |
3005 <p> |
2220 Public method to signal if cascading of managed windows is available. |
3006 Public method to signal if cascading of managed windows is available. |
2221 </p><dl> |
3007 </p> |
|
3008 <dl> |
2222 <dt>Returns:</dt> |
3009 <dt>Returns:</dt> |
2223 <dd> |
3010 <dd> |
2224 flag indicating cascading of windows is available |
3011 flag indicating cascading of windows is available |
2225 </dd> |
3012 </dd> |
2226 </dl><dl> |
3013 </dl> |
|
3014 <dl> |
|
3015 |
2227 <dt>Raises <b>RuntimeError</b>:</dt> |
3016 <dt>Raises <b>RuntimeError</b>:</dt> |
2228 <dd> |
3017 <dd> |
2229 Not implemented |
3018 Not implemented |
2230 </dd> |
3019 </dd> |
2231 </dl><a NAME="ViewManager.canSplit" ID="ViewManager.canSplit"></a> |
3020 </dl> |
|
3021 <a NAME="ViewManager.canSplit" ID="ViewManager.canSplit"></a> |
2232 <h4>ViewManager.canSplit</h4> |
3022 <h4>ViewManager.canSplit</h4> |
2233 <b>canSplit</b>(<i></i>) |
3023 <b>canSplit</b>(<i></i>) |
|
3024 |
2234 <p> |
3025 <p> |
2235 Public method to signal if splitting of the view is available. |
3026 Public method to signal if splitting of the view is available. |
2236 </p><dl> |
3027 </p> |
|
3028 <dl> |
2237 <dt>Returns:</dt> |
3029 <dt>Returns:</dt> |
2238 <dd> |
3030 <dd> |
2239 flag indicating splitting of the view is available. |
3031 flag indicating splitting of the view is available. |
2240 </dd> |
3032 </dd> |
2241 </dl><a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a> |
3033 </dl> |
|
3034 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a> |
2242 <h4>ViewManager.canTile</h4> |
3035 <h4>ViewManager.canTile</h4> |
2243 <b>canTile</b>(<i></i>) |
3036 <b>canTile</b>(<i></i>) |
|
3037 |
2244 <p> |
3038 <p> |
2245 Public method to signal if tiling of managed windows is available. |
3039 Public method to signal if tiling of managed windows is available. |
2246 </p><dl> |
3040 </p> |
|
3041 <dl> |
2247 <dt>Returns:</dt> |
3042 <dt>Returns:</dt> |
2248 <dd> |
3043 <dd> |
2249 flag indicating tiling of windows is available |
3044 flag indicating tiling of windows is available |
2250 </dd> |
3045 </dd> |
2251 </dl><dl> |
3046 </dl> |
|
3047 <dl> |
|
3048 |
2252 <dt>Raises <b>RuntimeError</b>:</dt> |
3049 <dt>Raises <b>RuntimeError</b>:</dt> |
2253 <dd> |
3050 <dd> |
2254 Not implemented |
3051 Not implemented |
2255 </dd> |
3052 </dd> |
2256 </dl><a NAME="ViewManager.cancelSharedEdit" ID="ViewManager.cancelSharedEdit"></a> |
3053 </dl> |
|
3054 <a NAME="ViewManager.cancelSharedEdit" ID="ViewManager.cancelSharedEdit"></a> |
2257 <h4>ViewManager.cancelSharedEdit</h4> |
3055 <h4>ViewManager.cancelSharedEdit</h4> |
2258 <b>cancelSharedEdit</b>(<i></i>) |
3056 <b>cancelSharedEdit</b>(<i></i>) |
|
3057 |
2259 <p> |
3058 <p> |
2260 Public slot to cancel a shared edit session for the current editor. |
3059 Public slot to cancel a shared edit session for the current editor. |
2261 </p><a NAME="ViewManager.cascade" ID="ViewManager.cascade"></a> |
3060 </p> |
|
3061 <a NAME="ViewManager.cascade" ID="ViewManager.cascade"></a> |
2262 <h4>ViewManager.cascade</h4> |
3062 <h4>ViewManager.cascade</h4> |
2263 <b>cascade</b>(<i></i>) |
3063 <b>cascade</b>(<i></i>) |
|
3064 |
2264 <p> |
3065 <p> |
2265 Public method to cascade the managed windows. |
3066 Public method to cascade the managed windows. |
2266 </p><dl> |
3067 </p> |
|
3068 <dl> |
|
3069 |
2267 <dt>Raises <b>RuntimeError</b>:</dt> |
3070 <dt>Raises <b>RuntimeError</b>:</dt> |
2268 <dd> |
3071 <dd> |
2269 Not implemented |
3072 Not implemented |
2270 </dd> |
3073 </dd> |
2271 </dl><a NAME="ViewManager.checkAllDirty" ID="ViewManager.checkAllDirty"></a> |
3074 </dl> |
|
3075 <a NAME="ViewManager.checkAllDirty" ID="ViewManager.checkAllDirty"></a> |
2272 <h4>ViewManager.checkAllDirty</h4> |
3076 <h4>ViewManager.checkAllDirty</h4> |
2273 <b>checkAllDirty</b>(<i></i>) |
3077 <b>checkAllDirty</b>(<i></i>) |
|
3078 |
2274 <p> |
3079 <p> |
2275 Public method to check the dirty status of all editors. |
3080 Public method to check the dirty status of all editors. |
2276 </p><dl> |
3081 </p> |
|
3082 <dl> |
2277 <dt>Returns:</dt> |
3083 <dt>Returns:</dt> |
2278 <dd> |
3084 <dd> |
2279 flag indicating successful reset of all dirty flags |
3085 flag indicating successful reset of all dirty flags |
2280 </dd> |
3086 </dd> |
2281 </dl><dl> |
3087 </dl> |
|
3088 <dl> |
2282 <dt>Return Type:</dt> |
3089 <dt>Return Type:</dt> |
2283 <dd> |
3090 <dd> |
2284 bool |
3091 bool |
2285 </dd> |
3092 </dd> |
2286 </dl><a NAME="ViewManager.checkDirty" ID="ViewManager.checkDirty"></a> |
3093 </dl> |
|
3094 <a NAME="ViewManager.checkDirty" ID="ViewManager.checkDirty"></a> |
2287 <h4>ViewManager.checkDirty</h4> |
3095 <h4>ViewManager.checkDirty</h4> |
2288 <b>checkDirty</b>(<i>editor, autosave=False</i>) |
3096 <b>checkDirty</b>(<i>editor, autosave=False</i>) |
|
3097 |
2289 <p> |
3098 <p> |
2290 Public method to check the dirty status and open a message window. |
3099 Public method to check the dirty status and open a message window. |
2291 </p><dl> |
3100 </p> |
|
3101 <dl> |
|
3102 |
2292 <dt><i>editor</i> (Editor)</dt> |
3103 <dt><i>editor</i> (Editor)</dt> |
2293 <dd> |
3104 <dd> |
2294 editor window to check |
3105 editor window to check |
2295 </dd><dt><i>autosave</i> (bool)</dt> |
3106 </dd> |
|
3107 <dt><i>autosave</i> (bool)</dt> |
2296 <dd> |
3108 <dd> |
2297 flag indicating that the file should be saved |
3109 flag indicating that the file should be saved |
2298 automatically |
3110 automatically |
2299 </dd> |
3111 </dd> |
2300 </dl><dl> |
3112 </dl> |
|
3113 <dl> |
2301 <dt>Returns:</dt> |
3114 <dt>Returns:</dt> |
2302 <dd> |
3115 <dd> |
2303 flag indicating successful reset of the dirty flag |
3116 flag indicating successful reset of the dirty flag |
2304 </dd> |
3117 </dd> |
2305 </dl><dl> |
3118 </dl> |
|
3119 <dl> |
2306 <dt>Return Type:</dt> |
3120 <dt>Return Type:</dt> |
2307 <dd> |
3121 <dd> |
2308 bool |
3122 bool |
2309 </dd> |
3123 </dd> |
2310 </dl><a NAME="ViewManager.checkFileDirty" ID="ViewManager.checkFileDirty"></a> |
3124 </dl> |
|
3125 <a NAME="ViewManager.checkFileDirty" ID="ViewManager.checkFileDirty"></a> |
2311 <h4>ViewManager.checkFileDirty</h4> |
3126 <h4>ViewManager.checkFileDirty</h4> |
2312 <b>checkFileDirty</b>(<i>fn</i>) |
3127 <b>checkFileDirty</b>(<i>fn</i>) |
|
3128 |
2313 <p> |
3129 <p> |
2314 Public method to check the dirty status of an editor given its file |
3130 Public method to check the dirty status of an editor given its file |
2315 name and open a message window. |
3131 name and open a message window. |
2316 </p><dl> |
3132 </p> |
|
3133 <dl> |
|
3134 |
2317 <dt><i>fn</i> (str)</dt> |
3135 <dt><i>fn</i> (str)</dt> |
2318 <dd> |
3136 <dd> |
2319 file name of editor to be checked |
3137 file name of editor to be checked |
2320 </dd> |
3138 </dd> |
2321 </dl><dl> |
3139 </dl> |
|
3140 <dl> |
2322 <dt>Returns:</dt> |
3141 <dt>Returns:</dt> |
2323 <dd> |
3142 <dd> |
2324 flag indicating successful reset of the dirty flag |
3143 flag indicating successful reset of the dirty flag |
2325 </dd> |
3144 </dd> |
2326 </dl><dl> |
3145 </dl> |
|
3146 <dl> |
2327 <dt>Return Type:</dt> |
3147 <dt>Return Type:</dt> |
2328 <dd> |
3148 <dd> |
2329 bool |
3149 bool |
2330 </dd> |
3150 </dd> |
2331 </dl><a NAME="ViewManager.clearRecent" ID="ViewManager.clearRecent"></a> |
3151 </dl> |
|
3152 <a NAME="ViewManager.clearRecent" ID="ViewManager.clearRecent"></a> |
2332 <h4>ViewManager.clearRecent</h4> |
3153 <h4>ViewManager.clearRecent</h4> |
2333 <b>clearRecent</b>(<i></i>) |
3154 <b>clearRecent</b>(<i></i>) |
|
3155 |
2334 <p> |
3156 <p> |
2335 Public method to clear the recent files menu. |
3157 Public method to clear the recent files menu. |
2336 </p><a NAME="ViewManager.cloneEditor" ID="ViewManager.cloneEditor"></a> |
3158 </p> |
|
3159 <a NAME="ViewManager.cloneEditor" ID="ViewManager.cloneEditor"></a> |
2337 <h4>ViewManager.cloneEditor</h4> |
3160 <h4>ViewManager.cloneEditor</h4> |
2338 <b>cloneEditor</b>(<i>caller, filetype, fn</i>) |
3161 <b>cloneEditor</b>(<i>caller, filetype, fn</i>) |
|
3162 |
2339 <p> |
3163 <p> |
2340 Public method to clone an editor displaying the given document. |
3164 Public method to clone an editor displaying the given document. |
2341 </p><dl> |
3165 </p> |
|
3166 <dl> |
|
3167 |
2342 <dt><i>caller</i></dt> |
3168 <dt><i>caller</i></dt> |
2343 <dd> |
3169 <dd> |
2344 reference to the editor calling this method |
3170 reference to the editor calling this method |
2345 </dd><dt><i>filetype</i></dt> |
3171 </dd> |
|
3172 <dt><i>filetype</i></dt> |
2346 <dd> |
3173 <dd> |
2347 type of the source file (string) |
3174 type of the source file (string) |
2348 </dd><dt><i>fn</i></dt> |
3175 </dd> |
|
3176 <dt><i>fn</i></dt> |
2349 <dd> |
3177 <dd> |
2350 filename of this view |
3178 filename of this view |
2351 </dd> |
3179 </dd> |
2352 </dl><dl> |
3180 </dl> |
|
3181 <dl> |
2353 <dt>Returns:</dt> |
3182 <dt>Returns:</dt> |
2354 <dd> |
3183 <dd> |
2355 reference to the new editor object (Editor.Editor) and the new |
3184 reference to the new editor object (Editor.Editor) and the new |
2356 editor assembly object (EditorAssembly.EditorAssembly) |
3185 editor assembly object (EditorAssembly.EditorAssembly) |
2357 </dd> |
3186 </dd> |
2358 </dl><a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a> |
3187 </dl> |
|
3188 <a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a> |
2359 <h4>ViewManager.closeAllWindows</h4> |
3189 <h4>ViewManager.closeAllWindows</h4> |
2360 <b>closeAllWindows</b>(<i></i>) |
3190 <b>closeAllWindows</b>(<i></i>) |
|
3191 |
2361 <p> |
3192 <p> |
2362 Public method to close all editor windows via file menu. |
3193 Public method to close all editor windows via file menu. |
2363 </p><a NAME="ViewManager.closeCurrentWindow" ID="ViewManager.closeCurrentWindow"></a> |
3194 </p> |
|
3195 <a NAME="ViewManager.closeCurrentWindow" ID="ViewManager.closeCurrentWindow"></a> |
2364 <h4>ViewManager.closeCurrentWindow</h4> |
3196 <h4>ViewManager.closeCurrentWindow</h4> |
2365 <b>closeCurrentWindow</b>(<i></i>) |
3197 <b>closeCurrentWindow</b>(<i></i>) |
|
3198 |
2366 <p> |
3199 <p> |
2367 Public method to close the current window. |
3200 Public method to close the current window. |
2368 </p><dl> |
3201 </p> |
|
3202 <dl> |
2369 <dt>Returns:</dt> |
3203 <dt>Returns:</dt> |
2370 <dd> |
3204 <dd> |
2371 flag indicating success (boolean) |
3205 flag indicating success (boolean) |
2372 </dd> |
3206 </dd> |
2373 </dl><a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a> |
3207 </dl> |
|
3208 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a> |
2374 <h4>ViewManager.closeEditor</h4> |
3209 <h4>ViewManager.closeEditor</h4> |
2375 <b>closeEditor</b>(<i>editor, ignoreDirty=False</i>) |
3210 <b>closeEditor</b>(<i>editor, ignoreDirty=False</i>) |
|
3211 |
2376 <p> |
3212 <p> |
2377 Public method to close an editor window. |
3213 Public method to close an editor window. |
2378 </p><dl> |
3214 </p> |
|
3215 <dl> |
|
3216 |
2379 <dt><i>editor</i> (Editor)</dt> |
3217 <dt><i>editor</i> (Editor)</dt> |
2380 <dd> |
3218 <dd> |
2381 editor window to be closed |
3219 editor window to be closed |
2382 </dd><dt><i>ignoreDirty</i> (bool)</dt> |
3220 </dd> |
|
3221 <dt><i>ignoreDirty</i> (bool)</dt> |
2383 <dd> |
3222 <dd> |
2384 flag indicating to ignore the 'dirty' status |
3223 flag indicating to ignore the 'dirty' status |
2385 </dd> |
3224 </dd> |
2386 </dl><dl> |
3225 </dl> |
|
3226 <dl> |
2387 <dt>Returns:</dt> |
3227 <dt>Returns:</dt> |
2388 <dd> |
3228 <dd> |
2389 flag indicating success |
3229 flag indicating success |
2390 </dd> |
3230 </dd> |
2391 </dl><dl> |
3231 </dl> |
|
3232 <dl> |
2392 <dt>Return Type:</dt> |
3233 <dt>Return Type:</dt> |
2393 <dd> |
3234 <dd> |
2394 bool |
3235 bool |
2395 </dd> |
3236 </dd> |
2396 </dl><a NAME="ViewManager.closeEditorWindow" ID="ViewManager.closeEditorWindow"></a> |
3237 </dl> |
|
3238 <a NAME="ViewManager.closeEditorWindow" ID="ViewManager.closeEditorWindow"></a> |
2397 <h4>ViewManager.closeEditorWindow</h4> |
3239 <h4>ViewManager.closeEditorWindow</h4> |
2398 <b>closeEditorWindow</b>(<i>editor</i>) |
3240 <b>closeEditorWindow</b>(<i>editor</i>) |
|
3241 |
2399 <p> |
3242 <p> |
2400 Public method to close an arbitrary source editor. |
3243 Public method to close an arbitrary source editor. |
2401 </p><dl> |
3244 </p> |
|
3245 <dl> |
|
3246 |
2402 <dt><i>editor</i></dt> |
3247 <dt><i>editor</i></dt> |
2403 <dd> |
3248 <dd> |
2404 editor to be closed |
3249 editor to be closed |
2405 </dd> |
3250 </dd> |
2406 </dl><a NAME="ViewManager.closeViewManager" ID="ViewManager.closeViewManager"></a> |
3251 </dl> |
|
3252 <a NAME="ViewManager.closeViewManager" ID="ViewManager.closeViewManager"></a> |
2407 <h4>ViewManager.closeViewManager</h4> |
3253 <h4>ViewManager.closeViewManager</h4> |
2408 <b>closeViewManager</b>(<i></i>) |
3254 <b>closeViewManager</b>(<i></i>) |
|
3255 |
2409 <p> |
3256 <p> |
2410 Public method to shutdown the viewmanager. |
3257 Public method to shutdown the viewmanager. |
2411 </p><p> |
3258 </p> |
|
3259 <p> |
2412 If it cannot close all editor windows, it aborts the shutdown process. |
3260 If it cannot close all editor windows, it aborts the shutdown process. |
2413 </p><dl> |
3261 </p> |
|
3262 <dl> |
2414 <dt>Returns:</dt> |
3263 <dt>Returns:</dt> |
2415 <dd> |
3264 <dd> |
2416 flag indicating success (boolean) |
3265 flag indicating success (boolean) |
2417 </dd> |
3266 </dd> |
2418 </dl><a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a> |
3267 </dl> |
|
3268 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a> |
2419 <h4>ViewManager.closeWindow</h4> |
3269 <h4>ViewManager.closeWindow</h4> |
2420 <b>closeWindow</b>(<i>fn, ignoreDirty=False</i>) |
3270 <b>closeWindow</b>(<i>fn, ignoreDirty=False</i>) |
|
3271 |
2421 <p> |
3272 <p> |
2422 Public method to close an arbitrary source editor. |
3273 Public method to close an arbitrary source editor. |
2423 </p><dl> |
3274 </p> |
|
3275 <dl> |
|
3276 |
2424 <dt><i>fn</i> (str)</dt> |
3277 <dt><i>fn</i> (str)</dt> |
2425 <dd> |
3278 <dd> |
2426 file name of the editor to be closed |
3279 file name of the editor to be closed |
2427 </dd><dt><i>ignoreDirty</i> (bool)</dt> |
3280 </dd> |
|
3281 <dt><i>ignoreDirty</i> (bool)</dt> |
2428 <dd> |
3282 <dd> |
2429 flag indicating to ignore the 'dirty' status |
3283 flag indicating to ignore the 'dirty' status |
2430 </dd> |
3284 </dd> |
2431 </dl><dl> |
3285 </dl> |
|
3286 <dl> |
2432 <dt>Returns:</dt> |
3287 <dt>Returns:</dt> |
2433 <dd> |
3288 <dd> |
2434 flag indicating success |
3289 flag indicating success |
2435 </dd> |
3290 </dd> |
2436 </dl><dl> |
3291 </dl> |
|
3292 <dl> |
2437 <dt>Return Type:</dt> |
3293 <dt>Return Type:</dt> |
2438 <dd> |
3294 <dd> |
2439 bool |
3295 bool |
2440 </dd> |
3296 </dd> |
2441 </dl><a NAME="ViewManager.editorsCheckFocusInEnabled" ID="ViewManager.editorsCheckFocusInEnabled"></a> |
3297 </dl> |
|
3298 <a NAME="ViewManager.editorsCheckFocusInEnabled" ID="ViewManager.editorsCheckFocusInEnabled"></a> |
2442 <h4>ViewManager.editorsCheckFocusInEnabled</h4> |
3299 <h4>ViewManager.editorsCheckFocusInEnabled</h4> |
2443 <b>editorsCheckFocusInEnabled</b>(<i></i>) |
3300 <b>editorsCheckFocusInEnabled</b>(<i></i>) |
|
3301 |
2444 <p> |
3302 <p> |
2445 Public method returning the flag indicating editors should perform |
3303 Public method returning the flag indicating editors should perform |
2446 focus in checks. |
3304 focus in checks. |
2447 </p><dl> |
3305 </p> |
|
3306 <dl> |
2448 <dt>Returns:</dt> |
3307 <dt>Returns:</dt> |
2449 <dd> |
3308 <dd> |
2450 flag indicating focus in checks should be performed (boolean) |
3309 flag indicating focus in checks should be performed (boolean) |
2451 </dd> |
3310 </dd> |
2452 </dl><a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> |
3311 </dl> |
|
3312 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> |
2453 <h4>ViewManager.enableEditorsCheckFocusIn</h4> |
3313 <h4>ViewManager.enableEditorsCheckFocusIn</h4> |
2454 <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>) |
3314 <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>) |
|
3315 |
2455 <p> |
3316 <p> |
2456 Public method to set a flag enabling the editors to perform focus in |
3317 Public method to set a flag enabling the editors to perform focus in |
2457 checks. |
3318 checks. |
2458 </p><dl> |
3319 </p> |
|
3320 <dl> |
|
3321 |
2459 <dt><i>enabled</i></dt> |
3322 <dt><i>enabled</i></dt> |
2460 <dd> |
3323 <dd> |
2461 flag indicating focus in checks should be performed |
3324 flag indicating focus in checks should be performed |
2462 (boolean) |
3325 (boolean) |
2463 </dd> |
3326 </dd> |
2464 </dl><a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> |
3327 </dl> |
|
3328 <a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> |
2465 <h4>ViewManager.eventFilter</h4> |
3329 <h4>ViewManager.eventFilter</h4> |
2466 <b>eventFilter</b>(<i>qobject, event</i>) |
3330 <b>eventFilter</b>(<i>qobject, event</i>) |
|
3331 |
2467 <p> |
3332 <p> |
2468 Public method called to filter an event. |
3333 Public method called to filter an event. |
2469 </p><dl> |
3334 </p> |
|
3335 <dl> |
|
3336 |
2470 <dt><i>qobject</i></dt> |
3337 <dt><i>qobject</i></dt> |
2471 <dd> |
3338 <dd> |
2472 object, that generated the event (QObject) |
3339 object, that generated the event (QObject) |
2473 </dd><dt><i>event</i></dt> |
3340 </dd> |
|
3341 <dt><i>event</i></dt> |
2474 <dd> |
3342 <dd> |
2475 the event, that was generated by object (QEvent) |
3343 the event, that was generated by object (QEvent) |
2476 </dd> |
3344 </dd> |
2477 </dl><dl> |
3345 </dl> |
|
3346 <dl> |
2478 <dt>Returns:</dt> |
3347 <dt>Returns:</dt> |
2479 <dd> |
3348 <dd> |
2480 flag indicating if event was filtered out |
3349 flag indicating if event was filtered out |
2481 </dd> |
3350 </dd> |
2482 </dl><a NAME="ViewManager.exit" ID="ViewManager.exit"></a> |
3351 </dl> |
|
3352 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a> |
2483 <h4>ViewManager.exit</h4> |
3353 <h4>ViewManager.exit</h4> |
2484 <b>exit</b>(<i></i>) |
3354 <b>exit</b>(<i></i>) |
|
3355 |
2485 <p> |
3356 <p> |
2486 Public method to handle the debugged program terminating. |
3357 Public method to handle the debugged program terminating. |
2487 </p><a NAME="ViewManager.getAPIsManager" ID="ViewManager.getAPIsManager"></a> |
3358 </p> |
|
3359 <a NAME="ViewManager.getAPIsManager" ID="ViewManager.getAPIsManager"></a> |
2488 <h4>ViewManager.getAPIsManager</h4> |
3360 <h4>ViewManager.getAPIsManager</h4> |
2489 <b>getAPIsManager</b>(<i></i>) |
3361 <b>getAPIsManager</b>(<i></i>) |
|
3362 |
2490 <p> |
3363 <p> |
2491 Public method to get a reference to the APIs manager. |
3364 Public method to get a reference to the APIs manager. |
2492 </p><dl> |
3365 </p> |
|
3366 <dl> |
2493 <dt>Returns:</dt> |
3367 <dt>Returns:</dt> |
2494 <dd> |
3368 <dd> |
2495 the APIs manager object (eric6.QScintilla.APIsManager) |
3369 the APIs manager object (eric6.QScintilla.APIsManager) |
2496 </dd> |
3370 </dd> |
2497 </dl><a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> |
3371 </dl> |
|
3372 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> |
2498 <h4>ViewManager.getActions</h4> |
3373 <h4>ViewManager.getActions</h4> |
2499 <b>getActions</b>(<i>actionSetType</i>) |
3374 <b>getActions</b>(<i>actionSetType</i>) |
|
3375 |
2500 <p> |
3376 <p> |
2501 Public method to get a list of all actions. |
3377 Public method to get a list of all actions. |
2502 </p><dl> |
3378 </p> |
|
3379 <dl> |
|
3380 |
2503 <dt><i>actionSetType</i></dt> |
3381 <dt><i>actionSetType</i></dt> |
2504 <dd> |
3382 <dd> |
2505 string denoting the action set to get. |
3383 string denoting the action set to get. |
2506 It must be one of "edit", "file", "search", "view", "window", |
3384 It must be one of "edit", "file", "search", "view", "window", |
2507 "macro", "bookmark" or "spelling". |
3385 "macro", "bookmark" or "spelling". |
2508 </dd> |
3386 </dd> |
2509 </dl><dl> |
3387 </dl> |
|
3388 <dl> |
2510 <dt>Returns:</dt> |
3389 <dt>Returns:</dt> |
2511 <dd> |
3390 <dd> |
2512 list of all actions (list of E5Action) |
3391 list of all actions (list of E5Action) |
2513 </dd> |
3392 </dd> |
2514 </dl><a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a> |
3393 </dl> |
|
3394 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a> |
2515 <h4>ViewManager.getActiveName</h4> |
3395 <h4>ViewManager.getActiveName</h4> |
2516 <b>getActiveName</b>(<i></i>) |
3396 <b>getActiveName</b>(<i></i>) |
|
3397 |
2517 <p> |
3398 <p> |
2518 Public method to retrieve the filename of the active window. |
3399 Public method to retrieve the filename of the active window. |
2519 </p><dl> |
3400 </p> |
|
3401 <dl> |
2520 <dt>Returns:</dt> |
3402 <dt>Returns:</dt> |
2521 <dd> |
3403 <dd> |
2522 filename of active window (string) |
3404 filename of active window (string) |
2523 </dd> |
3405 </dd> |
2524 </dl><a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> |
3406 </dl> |
|
3407 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> |
2525 <h4>ViewManager.getEditor</h4> |
3408 <h4>ViewManager.getEditor</h4> |
2526 <b>getEditor</b>(<i>fn, filetype="", addNext=False, indexes=None</i>) |
3409 <b>getEditor</b>(<i>fn, filetype="", addNext=False, indexes=None</i>) |
|
3410 |
2527 <p> |
3411 <p> |
2528 Public method to return the editor displaying the given file. |
3412 Public method to return the editor displaying the given file. |
2529 </p><p> |
3413 </p> |
|
3414 <p> |
2530 If there is no editor with the given file, a new editor window is |
3415 If there is no editor with the given file, a new editor window is |
2531 created. |
3416 created. |
2532 </p><dl> |
3417 </p> |
|
3418 <dl> |
|
3419 |
2533 <dt><i>fn</i> (str)</dt> |
3420 <dt><i>fn</i> (str)</dt> |
2534 <dd> |
3421 <dd> |
2535 filename to look for |
3422 filename to look for |
2536 </dd><dt><i>filetype</i> (str)</dt> |
3423 </dd> |
|
3424 <dt><i>filetype</i> (str)</dt> |
2537 <dd> |
3425 <dd> |
2538 type of the source file |
3426 type of the source file |
2539 </dd><dt><i>addNext</i> (bool)</dt> |
3427 </dd> |
|
3428 <dt><i>addNext</i> (bool)</dt> |
2540 <dd> |
3429 <dd> |
2541 flag indicating that if a new editor needs to be |
3430 flag indicating that if a new editor needs to be |
2542 created, it should be added next to the current editor |
3431 created, it should be added next to the current editor |
2543 </dd><dt><i>indexes</i> (tuple of two int)</dt> |
3432 </dd> |
|
3433 <dt><i>indexes</i> (tuple of two int)</dt> |
2544 <dd> |
3434 <dd> |
2545 of the editor, first the split view index, second the |
3435 of the editor, first the split view index, second the |
2546 index within the view |
3436 index within the view |
2547 </dd> |
3437 </dd> |
2548 </dl><dl> |
3438 </dl> |
|
3439 <dl> |
2549 <dt>Returns:</dt> |
3440 <dt>Returns:</dt> |
2550 <dd> |
3441 <dd> |
2551 tuple of two values giving a flag indicating a new window |
3442 tuple of two values giving a flag indicating a new window |
2552 creation and a reference to the editor displaying this file |
3443 creation and a reference to the editor displaying this file |
2553 </dd> |
3444 </dd> |
2554 </dl><dl> |
3445 </dl> |
|
3446 <dl> |
2555 <dt>Return Type:</dt> |
3447 <dt>Return Type:</dt> |
2556 <dd> |
3448 <dd> |
2557 tuple of (bool, Editor) |
3449 tuple of (bool, Editor) |
2558 </dd> |
3450 </dd> |
2559 </dl><a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a> |
3451 </dl> |
|
3452 <a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a> |
2560 <h4>ViewManager.getMostRecent</h4> |
3453 <h4>ViewManager.getMostRecent</h4> |
2561 <b>getMostRecent</b>(<i></i>) |
3454 <b>getMostRecent</b>(<i></i>) |
|
3455 |
2562 <p> |
3456 <p> |
2563 Public method to get the most recently opened file. |
3457 Public method to get the most recently opened file. |
2564 </p><dl> |
3458 </p> |
|
3459 <dl> |
2565 <dt>Returns:</dt> |
3460 <dt>Returns:</dt> |
2566 <dd> |
3461 <dd> |
2567 path of the most recently opened file (string) |
3462 path of the most recently opened file (string) |
2568 </dd> |
3463 </dd> |
2569 </dl><a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a> |
3464 </dl> |
|
3465 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a> |
2570 <h4>ViewManager.getNumber</h4> |
3466 <h4>ViewManager.getNumber</h4> |
2571 <b>getNumber</b>(<i></i>) |
3467 <b>getNumber</b>(<i></i>) |
|
3468 |
2572 <p> |
3469 <p> |
2573 Public method to get a number from the active window. |
3470 Public method to get a number from the active window. |
2574 </p><dl> |
3471 </p> |
|
3472 <dl> |
2575 <dt>Returns:</dt> |
3473 <dt>Returns:</dt> |
2576 <dd> |
3474 <dd> |
2577 selected text of the active window (string) |
3475 selected text of the active window (string) |
2578 </dd> |
3476 </dd> |
2579 </dl><a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a> |
3477 </dl> |
|
3478 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a> |
2580 <h4>ViewManager.getOpenEditor</h4> |
3479 <h4>ViewManager.getOpenEditor</h4> |
2581 <b>getOpenEditor</b>(<i>fn</i>) |
3480 <b>getOpenEditor</b>(<i>fn</i>) |
|
3481 |
2582 <p> |
3482 <p> |
2583 Public method to return the editor displaying the given file. |
3483 Public method to return the editor displaying the given file. |
2584 </p><dl> |
3484 </p> |
|
3485 <dl> |
|
3486 |
2585 <dt><i>fn</i></dt> |
3487 <dt><i>fn</i></dt> |
2586 <dd> |
3488 <dd> |
2587 filename to look for |
3489 filename to look for |
2588 </dd> |
3490 </dd> |
2589 </dl><dl> |
3491 </dl> |
|
3492 <dl> |
2590 <dt>Returns:</dt> |
3493 <dt>Returns:</dt> |
2591 <dd> |
3494 <dd> |
2592 a reference to the editor displaying this file or None, if |
3495 a reference to the editor displaying this file or None, if |
2593 no editor was found |
3496 no editor was found |
2594 </dd> |
3497 </dd> |
2595 </dl><a NAME="ViewManager.getOpenEditorCount" ID="ViewManager.getOpenEditorCount"></a> |
3498 </dl> |
|
3499 <a NAME="ViewManager.getOpenEditorCount" ID="ViewManager.getOpenEditorCount"></a> |
2596 <h4>ViewManager.getOpenEditorCount</h4> |
3500 <h4>ViewManager.getOpenEditorCount</h4> |
2597 <b>getOpenEditorCount</b>(<i>fn</i>) |
3501 <b>getOpenEditorCount</b>(<i>fn</i>) |
|
3502 |
2598 <p> |
3503 <p> |
2599 Public method to return the count of editors displaying the given file. |
3504 Public method to return the count of editors displaying the given file. |
2600 </p><dl> |
3505 </p> |
|
3506 <dl> |
|
3507 |
2601 <dt><i>fn</i></dt> |
3508 <dt><i>fn</i></dt> |
2602 <dd> |
3509 <dd> |
2603 filename to look for |
3510 filename to look for |
2604 </dd> |
3511 </dd> |
2605 </dl><dl> |
3512 </dl> |
|
3513 <dl> |
2606 <dt>Returns:</dt> |
3514 <dt>Returns:</dt> |
2607 <dd> |
3515 <dd> |
2608 count of editors displaying this file (integer) |
3516 count of editors displaying this file (integer) |
2609 </dd> |
3517 </dd> |
2610 </dl><a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a> |
3518 </dl> |
|
3519 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a> |
2611 <h4>ViewManager.getOpenEditors</h4> |
3520 <h4>ViewManager.getOpenEditors</h4> |
2612 <b>getOpenEditors</b>(<i></i>) |
3521 <b>getOpenEditors</b>(<i></i>) |
|
3522 |
2613 <p> |
3523 <p> |
2614 Public method to get references to all open editors. |
3524 Public method to get references to all open editors. |
2615 </p><dl> |
3525 </p> |
|
3526 <dl> |
2616 <dt>Returns:</dt> |
3527 <dt>Returns:</dt> |
2617 <dd> |
3528 <dd> |
2618 list of references to all open editors (list of |
3529 list of references to all open editors (list of |
2619 QScintilla.editor) |
3530 QScintilla.editor) |
2620 </dd> |
3531 </dd> |
2621 </dl><a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a> |
3532 </dl> |
|
3533 <a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a> |
2622 <h4>ViewManager.getOpenEditorsCount</h4> |
3534 <h4>ViewManager.getOpenEditorsCount</h4> |
2623 <b>getOpenEditorsCount</b>(<i></i>) |
3535 <b>getOpenEditorsCount</b>(<i></i>) |
|
3536 |
2624 <p> |
3537 <p> |
2625 Public method to get the number of open editors. |
3538 Public method to get the number of open editors. |
2626 </p><dl> |
3539 </p> |
|
3540 <dl> |
2627 <dt>Returns:</dt> |
3541 <dt>Returns:</dt> |
2628 <dd> |
3542 <dd> |
2629 number of open editors (integer) |
3543 number of open editors (integer) |
2630 </dd> |
3544 </dd> |
2631 </dl><a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a> |
3545 </dl> |
|
3546 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a> |
2632 <h4>ViewManager.getOpenEditorsForSession</h4> |
3547 <h4>ViewManager.getOpenEditorsForSession</h4> |
2633 <b>getOpenEditorsForSession</b>(<i></i>) |
3548 <b>getOpenEditorsForSession</b>(<i></i>) |
|
3549 |
2634 <p> |
3550 <p> |
2635 Public method to get a lists of all open editors. |
3551 Public method to get a lists of all open editors. |
2636 </p><p> |
3552 </p> |
|
3553 <p> |
2637 The returned list contains one list per split view. If the view manager |
3554 The returned list contains one list per split view. If the view manager |
2638 cannot split the view, only one list of editors is returned. |
3555 cannot split the view, only one list of editors is returned. |
2639 </p><p> |
3556 </p> |
|
3557 <p> |
2640 Note: This method should be implemented by subclasses. |
3558 Note: This method should be implemented by subclasses. |
2641 </p><dl> |
3559 </p> |
|
3560 <dl> |
2642 <dt>Returns:</dt> |
3561 <dt>Returns:</dt> |
2643 <dd> |
3562 <dd> |
2644 list of list of editor references |
3563 list of list of editor references |
2645 </dd> |
3564 </dd> |
2646 </dl><dl> |
3565 </dl> |
|
3566 <dl> |
2647 <dt>Return Type:</dt> |
3567 <dt>Return Type:</dt> |
2648 <dd> |
3568 <dd> |
2649 list of list of Editor |
3569 list of list of Editor |
2650 </dd> |
3570 </dd> |
2651 </dl><a NAME="ViewManager.getOpenFilenames" ID="ViewManager.getOpenFilenames"></a> |
3571 </dl> |
|
3572 <a NAME="ViewManager.getOpenFilenames" ID="ViewManager.getOpenFilenames"></a> |
2652 <h4>ViewManager.getOpenFilenames</h4> |
3573 <h4>ViewManager.getOpenFilenames</h4> |
2653 <b>getOpenFilenames</b>(<i></i>) |
3574 <b>getOpenFilenames</b>(<i></i>) |
|
3575 |
2654 <p> |
3576 <p> |
2655 Public method returning a list of the filenames of all editors. |
3577 Public method returning a list of the filenames of all editors. |
2656 </p><dl> |
3578 </p> |
|
3579 <dl> |
2657 <dt>Returns:</dt> |
3580 <dt>Returns:</dt> |
2658 <dd> |
3581 <dd> |
2659 list of all opened filenames (list of strings) |
3582 list of all opened filenames (list of strings) |
2660 </dd> |
3583 </dd> |
2661 </dl><a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a> |
3584 </dl> |
|
3585 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a> |
2662 <h4>ViewManager.getSRHistory</h4> |
3586 <h4>ViewManager.getSRHistory</h4> |
2663 <b>getSRHistory</b>(<i>key</i>) |
3587 <b>getSRHistory</b>(<i>key</i>) |
|
3588 |
2664 <p> |
3589 <p> |
2665 Public method to get the search or replace history list. |
3590 Public method to get the search or replace history list. |
2666 </p><dl> |
3591 </p> |
|
3592 <dl> |
|
3593 |
2667 <dt><i>key</i></dt> |
3594 <dt><i>key</i></dt> |
2668 <dd> |
3595 <dd> |
2669 list to return (must be 'search' or 'replace') |
3596 list to return (must be 'search' or 'replace') |
2670 </dd> |
3597 </dd> |
2671 </dl><dl> |
3598 </dl> |
|
3599 <dl> |
2672 <dt>Returns:</dt> |
3600 <dt>Returns:</dt> |
2673 <dd> |
3601 <dd> |
2674 the requested history list (list of strings) |
3602 the requested history list (list of strings) |
2675 </dd> |
3603 </dd> |
2676 </dl><a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a> |
3604 </dl> |
|
3605 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a> |
2677 <h4>ViewManager.getSplitOrientation</h4> |
3606 <h4>ViewManager.getSplitOrientation</h4> |
2678 <b>getSplitOrientation</b>(<i></i>) |
3607 <b>getSplitOrientation</b>(<i></i>) |
|
3608 |
2679 <p> |
3609 <p> |
2680 Public method to get the orientation of the split view. |
3610 Public method to get the orientation of the split view. |
2681 </p><dl> |
3611 </p> |
|
3612 <dl> |
2682 <dt>Returns:</dt> |
3613 <dt>Returns:</dt> |
2683 <dd> |
3614 <dd> |
2684 orientation of the split (Qt.Horizontal or Qt.Vertical) |
3615 orientation of the split (Qt.Horizontal or Qt.Vertical) |
2685 </dd> |
3616 </dd> |
2686 </dl><a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> |
3617 </dl> |
|
3618 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> |
2687 <h4>ViewManager.handleResetUI</h4> |
3619 <h4>ViewManager.handleResetUI</h4> |
2688 <b>handleResetUI</b>(<i></i>) |
3620 <b>handleResetUI</b>(<i></i>) |
|
3621 |
2689 <p> |
3622 <p> |
2690 Public slot to handle the resetUI signal. |
3623 Public slot to handle the resetUI signal. |
2691 </p><a NAME="ViewManager.initActions" ID="ViewManager.initActions"></a> |
3624 </p> |
|
3625 <a NAME="ViewManager.initActions" ID="ViewManager.initActions"></a> |
2692 <h4>ViewManager.initActions</h4> |
3626 <h4>ViewManager.initActions</h4> |
2693 <b>initActions</b>(<i></i>) |
3627 <b>initActions</b>(<i></i>) |
|
3628 |
2694 <p> |
3629 <p> |
2695 Public method defining the user interface actions. |
3630 Public method defining the user interface actions. |
2696 </p><a NAME="ViewManager.initBookmarkMenu" ID="ViewManager.initBookmarkMenu"></a> |
3631 </p> |
|
3632 <a NAME="ViewManager.initBookmarkMenu" ID="ViewManager.initBookmarkMenu"></a> |
2697 <h4>ViewManager.initBookmarkMenu</h4> |
3633 <h4>ViewManager.initBookmarkMenu</h4> |
2698 <b>initBookmarkMenu</b>(<i></i>) |
3634 <b>initBookmarkMenu</b>(<i></i>) |
|
3635 |
2699 <p> |
3636 <p> |
2700 Public method to create the Bookmark menu. |
3637 Public method to create the Bookmark menu. |
2701 </p><dl> |
3638 </p> |
|
3639 <dl> |
2702 <dt>Returns:</dt> |
3640 <dt>Returns:</dt> |
2703 <dd> |
3641 <dd> |
2704 the generated menu |
3642 the generated menu |
2705 </dd> |
3643 </dd> |
2706 </dl><a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a> |
3644 </dl> |
|
3645 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a> |
2707 <h4>ViewManager.initBookmarkToolbar</h4> |
3646 <h4>ViewManager.initBookmarkToolbar</h4> |
2708 <b>initBookmarkToolbar</b>(<i>toolbarManager</i>) |
3647 <b>initBookmarkToolbar</b>(<i>toolbarManager</i>) |
|
3648 |
2709 <p> |
3649 <p> |
2710 Public method to create the Bookmark toolbar. |
3650 Public method to create the Bookmark toolbar. |
2711 </p><dl> |
3651 </p> |
|
3652 <dl> |
|
3653 |
2712 <dt><i>toolbarManager</i></dt> |
3654 <dt><i>toolbarManager</i></dt> |
2713 <dd> |
3655 <dd> |
2714 reference to a toolbar manager object |
3656 reference to a toolbar manager object |
2715 (E5ToolBarManager) |
3657 (E5ToolBarManager) |
2716 </dd> |
3658 </dd> |
2717 </dl><dl> |
3659 </dl> |
|
3660 <dl> |
2718 <dt>Returns:</dt> |
3661 <dt>Returns:</dt> |
2719 <dd> |
3662 <dd> |
2720 the generated toolbar |
3663 the generated toolbar |
2721 </dd> |
3664 </dd> |
2722 </dl><a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a> |
3665 </dl> |
|
3666 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a> |
2723 <h4>ViewManager.initEditMenu</h4> |
3667 <h4>ViewManager.initEditMenu</h4> |
2724 <b>initEditMenu</b>(<i></i>) |
3668 <b>initEditMenu</b>(<i></i>) |
|
3669 |
2725 <p> |
3670 <p> |
2726 Public method to create the Edit menu. |
3671 Public method to create the Edit menu. |
2727 </p><dl> |
3672 </p> |
|
3673 <dl> |
2728 <dt>Returns:</dt> |
3674 <dt>Returns:</dt> |
2729 <dd> |
3675 <dd> |
2730 the generated menu |
3676 the generated menu |
2731 </dd> |
3677 </dd> |
2732 </dl><a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a> |
3678 </dl> |
|
3679 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a> |
2733 <h4>ViewManager.initEditToolbar</h4> |
3680 <h4>ViewManager.initEditToolbar</h4> |
2734 <b>initEditToolbar</b>(<i>toolbarManager</i>) |
3681 <b>initEditToolbar</b>(<i>toolbarManager</i>) |
|
3682 |
2735 <p> |
3683 <p> |
2736 Public method to create the Edit toolbar. |
3684 Public method to create the Edit toolbar. |
2737 </p><dl> |
3685 </p> |
|
3686 <dl> |
|
3687 |
2738 <dt><i>toolbarManager</i></dt> |
3688 <dt><i>toolbarManager</i></dt> |
2739 <dd> |
3689 <dd> |
2740 reference to a toolbar manager object |
3690 reference to a toolbar manager object |
2741 (E5ToolBarManager) |
3691 (E5ToolBarManager) |
2742 </dd> |
3692 </dd> |
2743 </dl><dl> |
3693 </dl> |
|
3694 <dl> |
2744 <dt>Returns:</dt> |
3695 <dt>Returns:</dt> |
2745 <dd> |
3696 <dd> |
2746 the generated toolbar |
3697 the generated toolbar |
2747 </dd> |
3698 </dd> |
2748 </dl><a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a> |
3699 </dl> |
|
3700 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a> |
2749 <h4>ViewManager.initFileMenu</h4> |
3701 <h4>ViewManager.initFileMenu</h4> |
2750 <b>initFileMenu</b>(<i></i>) |
3702 <b>initFileMenu</b>(<i></i>) |
|
3703 |
2751 <p> |
3704 <p> |
2752 Public method to create the File menu. |
3705 Public method to create the File menu. |
2753 </p><dl> |
3706 </p> |
|
3707 <dl> |
2754 <dt>Returns:</dt> |
3708 <dt>Returns:</dt> |
2755 <dd> |
3709 <dd> |
2756 the generated menu |
3710 the generated menu |
2757 </dd> |
3711 </dd> |
2758 </dl><a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a> |
3712 </dl> |
|
3713 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a> |
2759 <h4>ViewManager.initFileToolbar</h4> |
3714 <h4>ViewManager.initFileToolbar</h4> |
2760 <b>initFileToolbar</b>(<i>toolbarManager</i>) |
3715 <b>initFileToolbar</b>(<i>toolbarManager</i>) |
|
3716 |
2761 <p> |
3717 <p> |
2762 Public method to create the File toolbar. |
3718 Public method to create the File toolbar. |
2763 </p><dl> |
3719 </p> |
|
3720 <dl> |
|
3721 |
2764 <dt><i>toolbarManager</i></dt> |
3722 <dt><i>toolbarManager</i></dt> |
2765 <dd> |
3723 <dd> |
2766 reference to a toolbar manager object |
3724 reference to a toolbar manager object |
2767 (E5ToolBarManager) |
3725 (E5ToolBarManager) |
2768 </dd> |
3726 </dd> |
2769 </dl><dl> |
3727 </dl> |
|
3728 <dl> |
2770 <dt>Returns:</dt> |
3729 <dt>Returns:</dt> |
2771 <dd> |
3730 <dd> |
2772 the generated toolbar |
3731 the generated toolbar |
2773 </dd> |
3732 </dd> |
2774 </dl><a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a> |
3733 </dl> |
|
3734 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a> |
2775 <h4>ViewManager.initMacroMenu</h4> |
3735 <h4>ViewManager.initMacroMenu</h4> |
2776 <b>initMacroMenu</b>(<i></i>) |
3736 <b>initMacroMenu</b>(<i></i>) |
|
3737 |
2777 <p> |
3738 <p> |
2778 Public method to create the Macro menu. |
3739 Public method to create the Macro menu. |
2779 </p><dl> |
3740 </p> |
|
3741 <dl> |
2780 <dt>Returns:</dt> |
3742 <dt>Returns:</dt> |
2781 <dd> |
3743 <dd> |
2782 the generated menu |
3744 the generated menu |
2783 </dd> |
3745 </dd> |
2784 </dl><a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> |
3746 </dl> |
|
3747 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> |
2785 <h4>ViewManager.initSearchMenu</h4> |
3748 <h4>ViewManager.initSearchMenu</h4> |
2786 <b>initSearchMenu</b>(<i></i>) |
3749 <b>initSearchMenu</b>(<i></i>) |
|
3750 |
2787 <p> |
3751 <p> |
2788 Public method to create the Search menu. |
3752 Public method to create the Search menu. |
2789 </p><dl> |
3753 </p> |
|
3754 <dl> |
2790 <dt>Returns:</dt> |
3755 <dt>Returns:</dt> |
2791 <dd> |
3756 <dd> |
2792 the generated menu |
3757 the generated menu |
2793 </dd> |
3758 </dd> |
2794 </dl><dl> |
3759 </dl> |
|
3760 <dl> |
2795 <dt>Return Type:</dt> |
3761 <dt>Return Type:</dt> |
2796 <dd> |
3762 <dd> |
2797 QMenu |
3763 QMenu |
2798 </dd> |
3764 </dd> |
2799 </dl><a NAME="ViewManager.initSearchToolbars" ID="ViewManager.initSearchToolbars"></a> |
3765 </dl> |
|
3766 <a NAME="ViewManager.initSearchToolbars" ID="ViewManager.initSearchToolbars"></a> |
2800 <h4>ViewManager.initSearchToolbars</h4> |
3767 <h4>ViewManager.initSearchToolbars</h4> |
2801 <b>initSearchToolbars</b>(<i>toolbarManager</i>) |
3768 <b>initSearchToolbars</b>(<i>toolbarManager</i>) |
|
3769 |
2802 <p> |
3770 <p> |
2803 Public method to create the Search toolbars. |
3771 Public method to create the Search toolbars. |
2804 </p><dl> |
3772 </p> |
|
3773 <dl> |
|
3774 |
2805 <dt><i>toolbarManager</i></dt> |
3775 <dt><i>toolbarManager</i></dt> |
2806 <dd> |
3776 <dd> |
2807 reference to a toolbar manager object |
3777 reference to a toolbar manager object |
2808 (E5ToolBarManager) |
3778 (E5ToolBarManager) |
2809 </dd> |
3779 </dd> |
2810 </dl><dl> |
3780 </dl> |
|
3781 <dl> |
2811 <dt>Returns:</dt> |
3782 <dt>Returns:</dt> |
2812 <dd> |
3783 <dd> |
2813 a tuple of the generated toolbar (search, quicksearch) |
3784 a tuple of the generated toolbar (search, quicksearch) |
2814 </dd> |
3785 </dd> |
2815 </dl><a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a> |
3786 </dl> |
|
3787 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a> |
2816 <h4>ViewManager.initSpellingToolbar</h4> |
3788 <h4>ViewManager.initSpellingToolbar</h4> |
2817 <b>initSpellingToolbar</b>(<i>toolbarManager</i>) |
3789 <b>initSpellingToolbar</b>(<i>toolbarManager</i>) |
|
3790 |
2818 <p> |
3791 <p> |
2819 Public method to create the Spelling toolbar. |
3792 Public method to create the Spelling toolbar. |
2820 </p><dl> |
3793 </p> |
|
3794 <dl> |
|
3795 |
2821 <dt><i>toolbarManager</i></dt> |
3796 <dt><i>toolbarManager</i></dt> |
2822 <dd> |
3797 <dd> |
2823 reference to a toolbar manager object |
3798 reference to a toolbar manager object |
2824 (E5ToolBarManager) |
3799 (E5ToolBarManager) |
2825 </dd> |
3800 </dd> |
2826 </dl><dl> |
3801 </dl> |
|
3802 <dl> |
2827 <dt>Returns:</dt> |
3803 <dt>Returns:</dt> |
2828 <dd> |
3804 <dd> |
2829 the generated toolbar |
3805 the generated toolbar |
2830 </dd> |
3806 </dd> |
2831 </dl><a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a> |
3807 </dl> |
|
3808 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a> |
2832 <h4>ViewManager.initViewMenu</h4> |
3809 <h4>ViewManager.initViewMenu</h4> |
2833 <b>initViewMenu</b>(<i></i>) |
3810 <b>initViewMenu</b>(<i></i>) |
|
3811 |
2834 <p> |
3812 <p> |
2835 Public method to create the View menu. |
3813 Public method to create the View menu. |
2836 </p><dl> |
3814 </p> |
|
3815 <dl> |
2837 <dt>Returns:</dt> |
3816 <dt>Returns:</dt> |
2838 <dd> |
3817 <dd> |
2839 the generated menu |
3818 the generated menu |
2840 </dd> |
3819 </dd> |
2841 </dl><a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a> |
3820 </dl> |
|
3821 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a> |
2842 <h4>ViewManager.initViewToolbar</h4> |
3822 <h4>ViewManager.initViewToolbar</h4> |
2843 <b>initViewToolbar</b>(<i>toolbarManager</i>) |
3823 <b>initViewToolbar</b>(<i>toolbarManager</i>) |
|
3824 |
2844 <p> |
3825 <p> |
2845 Public method to create the View toolbar. |
3826 Public method to create the View toolbar. |
2846 </p><dl> |
3827 </p> |
|
3828 <dl> |
|
3829 |
2847 <dt><i>toolbarManager</i></dt> |
3830 <dt><i>toolbarManager</i></dt> |
2848 <dd> |
3831 <dd> |
2849 reference to a toolbar manager object |
3832 reference to a toolbar manager object |
2850 (E5ToolBarManager) |
3833 (E5ToolBarManager) |
2851 </dd> |
3834 </dd> |
2852 </dl><dl> |
3835 </dl> |
|
3836 <dl> |
2853 <dt>Returns:</dt> |
3837 <dt>Returns:</dt> |
2854 <dd> |
3838 <dd> |
2855 the generated toolbar |
3839 the generated toolbar |
2856 </dd> |
3840 </dd> |
2857 </dl><a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a> |
3841 </dl> |
|
3842 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a> |
2858 <h4>ViewManager.insertNumber</h4> |
3843 <h4>ViewManager.insertNumber</h4> |
2859 <b>insertNumber</b>(<i>txt</i>) |
3844 <b>insertNumber</b>(<i>txt</i>) |
|
3845 |
2860 <p> |
3846 <p> |
2861 Public slot to insert a number text into the active window. |
3847 Public slot to insert a number text into the active window. |
2862 </p><dl> |
3848 </p> |
|
3849 <dl> |
|
3850 |
2863 <dt><i>txt</i></dt> |
3851 <dt><i>txt</i></dt> |
2864 <dd> |
3852 <dd> |
2865 text to be inserted (string) |
3853 text to be inserted (string) |
2866 </dd> |
3854 </dd> |
2867 </dl><a NAME="ViewManager.insertSymbol" ID="ViewManager.insertSymbol"></a> |
3855 </dl> |
|
3856 <a NAME="ViewManager.insertSymbol" ID="ViewManager.insertSymbol"></a> |
2868 <h4>ViewManager.insertSymbol</h4> |
3857 <h4>ViewManager.insertSymbol</h4> |
2869 <b>insertSymbol</b>(<i>txt</i>) |
3858 <b>insertSymbol</b>(<i>txt</i>) |
|
3859 |
2870 <p> |
3860 <p> |
2871 Public slot to insert a symbol text into the active window. |
3861 Public slot to insert a symbol text into the active window. |
2872 </p><dl> |
3862 </p> |
|
3863 <dl> |
|
3864 |
2873 <dt><i>txt</i></dt> |
3865 <dt><i>txt</i></dt> |
2874 <dd> |
3866 <dd> |
2875 text to be inserted (string) |
3867 text to be inserted (string) |
2876 </dd> |
3868 </dd> |
2877 </dl><a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a> |
3869 </dl> |
|
3870 <a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a> |
2878 <h4>ViewManager.isConnected</h4> |
3871 <h4>ViewManager.isConnected</h4> |
2879 <b>isConnected</b>(<i></i>) |
3872 <b>isConnected</b>(<i></i>) |
|
3873 |
2880 <p> |
3874 <p> |
2881 Public method to check the connection status of the IDE. |
3875 Public method to check the connection status of the IDE. |
2882 </p><dl> |
3876 </p> |
|
3877 <dl> |
2883 <dt>Returns:</dt> |
3878 <dt>Returns:</dt> |
2884 <dd> |
3879 <dd> |
2885 flag indicating the connection status (boolean) |
3880 flag indicating the connection status (boolean) |
2886 </dd> |
3881 </dd> |
2887 </dl><a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> |
3882 </dl> |
|
3883 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> |
2888 <h4>ViewManager.isEditorInfoSupported</h4> |
3884 <h4>ViewManager.isEditorInfoSupported</h4> |
2889 <b>isEditorInfoSupported</b>(<i>language</i>) |
3885 <b>isEditorInfoSupported</b>(<i>language</i>) |
|
3886 |
2890 <p> |
3887 <p> |
2891 Public method to check, if a language is supported by the |
3888 Public method to check, if a language is supported by the |
2892 documentation viewer. |
3889 documentation viewer. |
2893 </p><dl> |
3890 </p> |
|
3891 <dl> |
|
3892 |
2894 <dt><i>language</i> (str)</dt> |
3893 <dt><i>language</i> (str)</dt> |
2895 <dd> |
3894 <dd> |
2896 editor programming language to check |
3895 editor programming language to check |
2897 </dd> |
3896 </dd> |
2898 </dl><dl> |
3897 </dl> |
|
3898 <dl> |
2899 <dt>Returns:</dt> |
3899 <dt>Returns:</dt> |
2900 <dd> |
3900 <dd> |
2901 flag indicating the support status |
3901 flag indicating the support status |
2902 </dd> |
3902 </dd> |
2903 </dl><dl> |
3903 </dl> |
|
3904 <dl> |
2904 <dt>Return Type:</dt> |
3905 <dt>Return Type:</dt> |
2905 <dd> |
3906 <dd> |
2906 bool |
3907 bool |
2907 </dd> |
3908 </dd> |
2908 </dl><a NAME="ViewManager.mainWidget" ID="ViewManager.mainWidget"></a> |
3909 </dl> |
|
3910 <a NAME="ViewManager.mainWidget" ID="ViewManager.mainWidget"></a> |
2909 <h4>ViewManager.mainWidget</h4> |
3911 <h4>ViewManager.mainWidget</h4> |
2910 <b>mainWidget</b>(<i></i>) |
3912 <b>mainWidget</b>(<i></i>) |
|
3913 |
2911 <p> |
3914 <p> |
2912 Public method to return a reference to the main Widget of a |
3915 Public method to return a reference to the main Widget of a |
2913 specific view manager subclass. |
3916 specific view manager subclass. |
2914 </p><dl> |
3917 </p> |
|
3918 <dl> |
|
3919 |
2915 <dt>Raises <b>RuntimeError</b>:</dt> |
3920 <dt>Raises <b>RuntimeError</b>:</dt> |
2916 <dd> |
3921 <dd> |
2917 Not implemented |
3922 Not implemented |
2918 </dd> |
3923 </dd> |
2919 </dl><a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> |
3924 </dl> |
|
3925 <a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> |
2920 <h4>ViewManager.newEditor</h4> |
3926 <h4>ViewManager.newEditor</h4> |
2921 <b>newEditor</b>(<i></i>) |
3927 <b>newEditor</b>(<i></i>) |
|
3928 |
2922 <p> |
3929 <p> |
2923 Public slot to generate a new empty editor. |
3930 Public slot to generate a new empty editor. |
2924 </p><a NAME="ViewManager.newEditorView" ID="ViewManager.newEditorView"></a> |
3931 </p> |
|
3932 <a NAME="ViewManager.newEditorView" ID="ViewManager.newEditorView"></a> |
2925 <h4>ViewManager.newEditorView</h4> |
3933 <h4>ViewManager.newEditorView</h4> |
2926 <b>newEditorView</b>(<i>fn, caller, filetype="", indexes=None</i>) |
3934 <b>newEditorView</b>(<i>fn, caller, filetype="", indexes=None</i>) |
|
3935 |
2927 <p> |
3936 <p> |
2928 Public method to create a new editor displaying the given document. |
3937 Public method to create a new editor displaying the given document. |
2929 </p><dl> |
3938 </p> |
|
3939 <dl> |
|
3940 |
2930 <dt><i>fn</i> (str)</dt> |
3941 <dt><i>fn</i> (str)</dt> |
2931 <dd> |
3942 <dd> |
2932 filename of this view |
3943 filename of this view |
2933 </dd><dt><i>caller</i> (Editor)</dt> |
3944 </dd> |
|
3945 <dt><i>caller</i> (Editor)</dt> |
2934 <dd> |
3946 <dd> |
2935 reference to the editor calling this method |
3947 reference to the editor calling this method |
2936 </dd><dt><i>filetype</i> (str)</dt> |
3948 </dd> |
|
3949 <dt><i>filetype</i> (str)</dt> |
2937 <dd> |
3950 <dd> |
2938 type of the source file |
3951 type of the source file |
2939 </dd><dt><i>indexes</i> (tuple of two int)</dt> |
3952 </dd> |
|
3953 <dt><i>indexes</i> (tuple of two int)</dt> |
2940 <dd> |
3954 <dd> |
2941 of the editor, first the split view index, second the |
3955 of the editor, first the split view index, second the |
2942 index within the view |
3956 index within the view |
2943 </dd> |
3957 </dd> |
2944 </dl><dl> |
3958 </dl> |
|
3959 <dl> |
2945 <dt>Returns:</dt> |
3960 <dt>Returns:</dt> |
2946 <dd> |
3961 <dd> |
2947 reference to the new editor object |
3962 reference to the new editor object |
2948 </dd> |
3963 </dd> |
2949 </dl><dl> |
3964 </dl> |
|
3965 <dl> |
2950 <dt>Return Type:</dt> |
3966 <dt>Return Type:</dt> |
2951 <dd> |
3967 <dd> |
2952 Editor |
3968 Editor |
2953 </dd> |
3969 </dd> |
2954 </dl><a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
3970 </dl> |
|
3971 <a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
2955 <h4>ViewManager.nextSplit</h4> |
3972 <h4>ViewManager.nextSplit</h4> |
2956 <b>nextSplit</b>(<i></i>) |
3973 <b>nextSplit</b>(<i></i>) |
|
3974 |
2957 <p> |
3975 <p> |
2958 Public slot used to move to the next split. |
3976 Public slot used to move to the next split. |
2959 </p><a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> |
3977 </p> |
|
3978 <a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> |
2960 <h4>ViewManager.openFiles</h4> |
3979 <h4>ViewManager.openFiles</h4> |
2961 <b>openFiles</b>(<i>prog</i>) |
3980 <b>openFiles</b>(<i>prog</i>) |
|
3981 |
2962 <p> |
3982 <p> |
2963 Public slot to open some files. |
3983 Public slot to open some files. |
2964 </p><dl> |
3984 </p> |
|
3985 <dl> |
|
3986 |
2965 <dt><i>prog</i></dt> |
3987 <dt><i>prog</i></dt> |
2966 <dd> |
3988 <dd> |
2967 name of file to be opened (string) |
3989 name of file to be opened (string) |
2968 </dd> |
3990 </dd> |
2969 </dl><a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a> |
3991 </dl> |
|
3992 <a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a> |
2970 <h4>ViewManager.openSourceFile</h4> |
3993 <h4>ViewManager.openSourceFile</h4> |
2971 <b>openSourceFile</b>(<i>fn, lineno=-1, filetype="", selStart=0, selEnd=0, pos=0, addNext=False, indexes=None</i>) |
3994 <b>openSourceFile</b>(<i>fn, lineno=-1, filetype="", selStart=0, selEnd=0, pos=0, addNext=False, indexes=None</i>) |
|
3995 |
2972 <p> |
3996 <p> |
2973 Public slot to display a file in an editor. |
3997 Public slot to display a file in an editor. |
2974 </p><dl> |
3998 </p> |
|
3999 <dl> |
|
4000 |
2975 <dt><i>fn</i> (str)</dt> |
4001 <dt><i>fn</i> (str)</dt> |
2976 <dd> |
4002 <dd> |
2977 name of file to be opened |
4003 name of file to be opened |
2978 </dd><dt><i>lineno</i> (int or list of int)</dt> |
4004 </dd> |
|
4005 <dt><i>lineno</i> (int or list of int)</dt> |
2979 <dd> |
4006 <dd> |
2980 line number to place the cursor at or list of line |
4007 line number to place the cursor at or list of line |
2981 numbers (cursor will be placed at the next line greater than |
4008 numbers (cursor will be placed at the next line greater than |
2982 the current one) |
4009 the current one) |
2983 </dd><dt><i>filetype</i> (str)</dt> |
4010 </dd> |
|
4011 <dt><i>filetype</i> (str)</dt> |
2984 <dd> |
4012 <dd> |
2985 type of the source file |
4013 type of the source file |
2986 </dd><dt><i>selStart</i> (int)</dt> |
4014 </dd> |
|
4015 <dt><i>selStart</i> (int)</dt> |
2987 <dd> |
4016 <dd> |
2988 start of an area to be selected |
4017 start of an area to be selected |
2989 </dd><dt><i>selEnd</i> (int)</dt> |
4018 </dd> |
|
4019 <dt><i>selEnd</i> (int)</dt> |
2990 <dd> |
4020 <dd> |
2991 end of an area to be selected |
4021 end of an area to be selected |
2992 </dd><dt><i>pos</i> (int)</dt> |
4022 </dd> |
|
4023 <dt><i>pos</i> (int)</dt> |
2993 <dd> |
4024 <dd> |
2994 position within the line to place the cursor at |
4025 position within the line to place the cursor at |
2995 </dd><dt><i>addNext</i> (bool)</dt> |
4026 </dd> |
|
4027 <dt><i>addNext</i> (bool)</dt> |
2996 <dd> |
4028 <dd> |
2997 flag indicating to add the file next to the current |
4029 flag indicating to add the file next to the current |
2998 editor |
4030 editor |
2999 </dd><dt><i>indexes</i> (tuple of two int)</dt> |
4031 </dd> |
|
4032 <dt><i>indexes</i> (tuple of two int)</dt> |
3000 <dd> |
4033 <dd> |
3001 of the editor, first the split view index, second the |
4034 of the editor, first the split view index, second the |
3002 index within the view |
4035 index within the view |
3003 </dd> |
4036 </dd> |
3004 </dl><dl> |
4037 </dl> |
|
4038 <dl> |
3005 <dt>Returns:</dt> |
4039 <dt>Returns:</dt> |
3006 <dd> |
4040 <dd> |
3007 reference to the opened editor |
4041 reference to the opened editor |
3008 </dd> |
4042 </dd> |
3009 </dl><dl> |
4043 </dl> |
|
4044 <dl> |
3010 <dt>Return Type:</dt> |
4045 <dt>Return Type:</dt> |
3011 <dd> |
4046 <dd> |
3012 Editor |
4047 Editor |
3013 </dd> |
4048 </dd> |
3014 </dl><a NAME="ViewManager.preferencesChanged" ID="ViewManager.preferencesChanged"></a> |
4049 </dl> |
|
4050 <a NAME="ViewManager.preferencesChanged" ID="ViewManager.preferencesChanged"></a> |
3015 <h4>ViewManager.preferencesChanged</h4> |
4051 <h4>ViewManager.preferencesChanged</h4> |
3016 <b>preferencesChanged</b>(<i></i>) |
4052 <b>preferencesChanged</b>(<i></i>) |
|
4053 |
3017 <p> |
4054 <p> |
3018 Public slot to handle the preferencesChanged signal. |
4055 Public slot to handle the preferencesChanged signal. |
3019 </p><p> |
4056 </p> |
|
4057 <p> |
3020 This method performs the following actions |
4058 This method performs the following actions |
3021 <ul> |
4059 <ul> |
3022 <li>reread the colours for the syntax highlighting</li> |
4060 <li>reread the colours for the syntax highlighting</li> |
3023 <li>reloads the already created API objetcs</li> |
4061 <li>reloads the already created API objetcs</li> |
3024 <li>starts or stops the autosave timer</li> |
4062 <li>starts or stops the autosave timer</li> |
3025 <li><b>Note</b>: changes in viewmanager type are activated |
4063 <li><b>Note</b>: changes in viewmanager type are activated |
3026 on an application restart.</li> |
4064 on an application restart.</li> |
3027 </ul> |
4065 </ul> |
3028 </p><a NAME="ViewManager.prevSplit" ID="ViewManager.prevSplit"></a> |
4066 </p> |
|
4067 <a NAME="ViewManager.prevSplit" ID="ViewManager.prevSplit"></a> |
3029 <h4>ViewManager.prevSplit</h4> |
4068 <h4>ViewManager.prevSplit</h4> |
3030 <b>prevSplit</b>(<i></i>) |
4069 <b>prevSplit</b>(<i></i>) |
|
4070 |
3031 <p> |
4071 <p> |
3032 Public slot used to move to the previous split. |
4072 Public slot used to move to the previous split. |
3033 </p><a NAME="ViewManager.printCurrentEditor" ID="ViewManager.printCurrentEditor"></a> |
4073 </p> |
|
4074 <a NAME="ViewManager.printCurrentEditor" ID="ViewManager.printCurrentEditor"></a> |
3034 <h4>ViewManager.printCurrentEditor</h4> |
4075 <h4>ViewManager.printCurrentEditor</h4> |
3035 <b>printCurrentEditor</b>(<i></i>) |
4076 <b>printCurrentEditor</b>(<i></i>) |
|
4077 |
3036 <p> |
4078 <p> |
3037 Public slot to print the contents of the current editor. |
4079 Public slot to print the contents of the current editor. |
3038 </p><a NAME="ViewManager.printEditor" ID="ViewManager.printEditor"></a> |
4080 </p> |
|
4081 <a NAME="ViewManager.printEditor" ID="ViewManager.printEditor"></a> |
3039 <h4>ViewManager.printEditor</h4> |
4082 <h4>ViewManager.printEditor</h4> |
3040 <b>printEditor</b>(<i>editor</i>) |
4083 <b>printEditor</b>(<i>editor</i>) |
|
4084 |
3041 <p> |
4085 <p> |
3042 Public slot to print an editor. |
4086 Public slot to print an editor. |
3043 </p><dl> |
4087 </p> |
|
4088 <dl> |
|
4089 |
3044 <dt><i>editor</i></dt> |
4090 <dt><i>editor</i></dt> |
3045 <dd> |
4091 <dd> |
3046 editor to be printed |
4092 editor to be printed |
3047 </dd> |
4093 </dd> |
3048 </dl><a NAME="ViewManager.printPreviewCurrentEditor" ID="ViewManager.printPreviewCurrentEditor"></a> |
4094 </dl> |
|
4095 <a NAME="ViewManager.printPreviewCurrentEditor" ID="ViewManager.printPreviewCurrentEditor"></a> |
3049 <h4>ViewManager.printPreviewCurrentEditor</h4> |
4096 <h4>ViewManager.printPreviewCurrentEditor</h4> |
3050 <b>printPreviewCurrentEditor</b>(<i></i>) |
4097 <b>printPreviewCurrentEditor</b>(<i></i>) |
|
4098 |
3051 <p> |
4099 <p> |
3052 Public slot to show a print preview of the current editor. |
4100 Public slot to show a print preview of the current editor. |
3053 </p><a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a> |
4101 </p> |
|
4102 <a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a> |
3054 <h4>ViewManager.projectClosed</h4> |
4103 <h4>ViewManager.projectClosed</h4> |
3055 <b>projectClosed</b>(<i></i>) |
4104 <b>projectClosed</b>(<i></i>) |
|
4105 |
3056 <p> |
4106 <p> |
3057 Public slot to handle the projectClosed signal. |
4107 Public slot to handle the projectClosed signal. |
3058 </p><a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> |
4108 </p> |
|
4109 <a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> |
3059 <h4>ViewManager.projectFileRenamed</h4> |
4110 <h4>ViewManager.projectFileRenamed</h4> |
3060 <b>projectFileRenamed</b>(<i>oldfn, newfn</i>) |
4111 <b>projectFileRenamed</b>(<i>oldfn, newfn</i>) |
|
4112 |
3061 <p> |
4113 <p> |
3062 Public slot to handle the projectFileRenamed signal. |
4114 Public slot to handle the projectFileRenamed signal. |
3063 </p><dl> |
4115 </p> |
|
4116 <dl> |
|
4117 |
3064 <dt><i>oldfn</i></dt> |
4118 <dt><i>oldfn</i></dt> |
3065 <dd> |
4119 <dd> |
3066 old filename of the file (string) |
4120 old filename of the file (string) |
3067 </dd><dt><i>newfn</i></dt> |
4121 </dd> |
|
4122 <dt><i>newfn</i></dt> |
3068 <dd> |
4123 <dd> |
3069 new filename of the file (string) |
4124 new filename of the file (string) |
3070 </dd> |
4125 </dd> |
3071 </dl><a NAME="ViewManager.projectLexerAssociationsChanged" ID="ViewManager.projectLexerAssociationsChanged"></a> |
4126 </dl> |
|
4127 <a NAME="ViewManager.projectLexerAssociationsChanged" ID="ViewManager.projectLexerAssociationsChanged"></a> |
3072 <h4>ViewManager.projectLexerAssociationsChanged</h4> |
4128 <h4>ViewManager.projectLexerAssociationsChanged</h4> |
3073 <b>projectLexerAssociationsChanged</b>(<i></i>) |
4129 <b>projectLexerAssociationsChanged</b>(<i></i>) |
|
4130 |
3074 <p> |
4131 <p> |
3075 Public slot to handle changes of the project lexer associations. |
4132 Public slot to handle changes of the project lexer associations. |
3076 </p><a NAME="ViewManager.projectOpened" ID="ViewManager.projectOpened"></a> |
4133 </p> |
|
4134 <a NAME="ViewManager.projectOpened" ID="ViewManager.projectOpened"></a> |
3077 <h4>ViewManager.projectOpened</h4> |
4135 <h4>ViewManager.projectOpened</h4> |
3078 <b>projectOpened</b>(<i></i>) |
4136 <b>projectOpened</b>(<i></i>) |
|
4137 |
3079 <p> |
4138 <p> |
3080 Public slot to handle the projectOpened signal. |
4139 Public slot to handle the projectOpened signal. |
3081 </p><a NAME="ViewManager.receive" ID="ViewManager.receive"></a> |
4140 </p> |
|
4141 <a NAME="ViewManager.receive" ID="ViewManager.receive"></a> |
3082 <h4>ViewManager.receive</h4> |
4142 <h4>ViewManager.receive</h4> |
3083 <b>receive</b>(<i>projectHash, fileName, command</i>) |
4143 <b>receive</b>(<i>projectHash, fileName, command</i>) |
|
4144 |
3084 <p> |
4145 <p> |
3085 Public slot to handle received editor commands. |
4146 Public slot to handle received editor commands. |
3086 </p><dl> |
4147 </p> |
|
4148 <dl> |
|
4149 |
3087 <dt><i>projectHash</i></dt> |
4150 <dt><i>projectHash</i></dt> |
3088 <dd> |
4151 <dd> |
3089 hash of the project (string) |
4152 hash of the project (string) |
3090 </dd><dt><i>fileName</i></dt> |
4153 </dd> |
|
4154 <dt><i>fileName</i></dt> |
3091 <dd> |
4155 <dd> |
3092 project relative file name of the editor (string) |
4156 project relative file name of the editor (string) |
3093 </dd><dt><i>command</i></dt> |
4157 </dd> |
|
4158 <dt><i>command</i></dt> |
3094 <dd> |
4159 <dd> |
3095 command string (string) |
4160 command string (string) |
3096 </dd> |
4161 </dd> |
3097 </dl><a NAME="ViewManager.removeSplit" ID="ViewManager.removeSplit"></a> |
4162 </dl> |
|
4163 <a NAME="ViewManager.removeSplit" ID="ViewManager.removeSplit"></a> |
3098 <h4>ViewManager.removeSplit</h4> |
4164 <h4>ViewManager.removeSplit</h4> |
3099 <b>removeSplit</b>(<i>index=-1</i>) |
4165 <b>removeSplit</b>(<i>index=-1</i>) |
|
4166 |
3100 <p> |
4167 <p> |
3101 Public method used to remove the current split view or a split view |
4168 Public method used to remove the current split view or a split view |
3102 by index. |
4169 by index. |
3103 </p><dl> |
4170 </p> |
|
4171 <dl> |
|
4172 |
3104 <dt><i>index</i> (int)</dt> |
4173 <dt><i>index</i> (int)</dt> |
3105 <dd> |
4174 <dd> |
3106 index of the split to be removed (-1 means to |
4175 index of the split to be removed (-1 means to |
3107 delete the current split) |
4176 delete the current split) |
3108 </dd> |
4177 </dd> |
3109 </dl><dl> |
4178 </dl> |
|
4179 <dl> |
3110 <dt>Returns:</dt> |
4180 <dt>Returns:</dt> |
3111 <dd> |
4181 <dd> |
3112 flag indicating successful deletion |
4182 flag indicating successful deletion |
3113 </dd> |
4183 </dd> |
3114 </dl><dl> |
4184 </dl> |
|
4185 <dl> |
3115 <dt>Return Type:</dt> |
4186 <dt>Return Type:</dt> |
3116 <dd> |
4187 <dd> |
3117 bool |
4188 bool |
3118 </dd> |
4189 </dd> |
3119 </dl><a NAME="ViewManager.replaceWidget" ID="ViewManager.replaceWidget"></a> |
4190 </dl> |
|
4191 <a NAME="ViewManager.replaceWidget" ID="ViewManager.replaceWidget"></a> |
3120 <h4>ViewManager.replaceWidget</h4> |
4192 <h4>ViewManager.replaceWidget</h4> |
3121 <b>replaceWidget</b>(<i></i>) |
4193 <b>replaceWidget</b>(<i></i>) |
|
4194 |
3122 <p> |
4195 <p> |
3123 Public method to get a reference to the replace widget. |
4196 Public method to get a reference to the replace widget. |
3124 </p><dl> |
4197 </p> |
|
4198 <dl> |
3125 <dt>Returns:</dt> |
4199 <dt>Returns:</dt> |
3126 <dd> |
4200 <dd> |
3127 reference to the replace widget (SearchReplaceSlidingWidget) |
4201 reference to the replace widget (SearchReplaceSlidingWidget) |
3128 </dd> |
4202 </dd> |
3129 </dl><a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a> |
4203 </dl> |
|
4204 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a> |
3130 <h4>ViewManager.saveAllEditors</h4> |
4205 <h4>ViewManager.saveAllEditors</h4> |
3131 <b>saveAllEditors</b>(<i></i>) |
4206 <b>saveAllEditors</b>(<i></i>) |
|
4207 |
3132 <p> |
4208 <p> |
3133 Public slot to save the contents of all editors. |
4209 Public slot to save the contents of all editors. |
3134 </p><a NAME="ViewManager.saveAsCurrentEditor" ID="ViewManager.saveAsCurrentEditor"></a> |
4210 </p> |
|
4211 <a NAME="ViewManager.saveAsCurrentEditor" ID="ViewManager.saveAsCurrentEditor"></a> |
3135 <h4>ViewManager.saveAsCurrentEditor</h4> |
4212 <h4>ViewManager.saveAsCurrentEditor</h4> |
3136 <b>saveAsCurrentEditor</b>(<i></i>) |
4213 <b>saveAsCurrentEditor</b>(<i></i>) |
|
4214 |
3137 <p> |
4215 <p> |
3138 Public slot to save the contents of the current editor to a new file. |
4216 Public slot to save the contents of the current editor to a new file. |
3139 </p><a NAME="ViewManager.saveAsEditorEd" ID="ViewManager.saveAsEditorEd"></a> |
4217 </p> |
|
4218 <a NAME="ViewManager.saveAsEditorEd" ID="ViewManager.saveAsEditorEd"></a> |
3140 <h4>ViewManager.saveAsEditorEd</h4> |
4219 <h4>ViewManager.saveAsEditorEd</h4> |
3141 <b>saveAsEditorEd</b>(<i>ed</i>) |
4220 <b>saveAsEditorEd</b>(<i>ed</i>) |
|
4221 |
3142 <p> |
4222 <p> |
3143 Public slot to save the contents of an editor to a new file. |
4223 Public slot to save the contents of an editor to a new file. |
3144 </p><dl> |
4224 </p> |
|
4225 <dl> |
|
4226 |
3145 <dt><i>ed</i></dt> |
4227 <dt><i>ed</i></dt> |
3146 <dd> |
4228 <dd> |
3147 editor to be saved |
4229 editor to be saved |
3148 </dd> |
4230 </dd> |
3149 </dl><a NAME="ViewManager.saveCopyCurrentEditor" ID="ViewManager.saveCopyCurrentEditor"></a> |
4231 </dl> |
|
4232 <a NAME="ViewManager.saveCopyCurrentEditor" ID="ViewManager.saveCopyCurrentEditor"></a> |
3150 <h4>ViewManager.saveCopyCurrentEditor</h4> |
4233 <h4>ViewManager.saveCopyCurrentEditor</h4> |
3151 <b>saveCopyCurrentEditor</b>(<i></i>) |
4234 <b>saveCopyCurrentEditor</b>(<i></i>) |
|
4235 |
3152 <p> |
4236 <p> |
3153 Public slot to save the contents of the current editor to a new copy |
4237 Public slot to save the contents of the current editor to a new copy |
3154 of the file. |
4238 of the file. |
3155 </p><a NAME="ViewManager.saveCopyEditorEd" ID="ViewManager.saveCopyEditorEd"></a> |
4239 </p> |
|
4240 <a NAME="ViewManager.saveCopyEditorEd" ID="ViewManager.saveCopyEditorEd"></a> |
3156 <h4>ViewManager.saveCopyEditorEd</h4> |
4241 <h4>ViewManager.saveCopyEditorEd</h4> |
3157 <b>saveCopyEditorEd</b>(<i>ed</i>) |
4242 <b>saveCopyEditorEd</b>(<i>ed</i>) |
|
4243 |
3158 <p> |
4244 <p> |
3159 Public slot to save the contents of an editor to a new copy of |
4245 Public slot to save the contents of an editor to a new copy of |
3160 the file. |
4246 the file. |
3161 </p><dl> |
4247 </p> |
|
4248 <dl> |
|
4249 |
3162 <dt><i>ed</i></dt> |
4250 <dt><i>ed</i></dt> |
3163 <dd> |
4251 <dd> |
3164 editor to be saved |
4252 editor to be saved |
3165 </dd> |
4253 </dd> |
3166 </dl><a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
4254 </dl> |
|
4255 <a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
3167 <h4>ViewManager.saveCurrentEditor</h4> |
4256 <h4>ViewManager.saveCurrentEditor</h4> |
3168 <b>saveCurrentEditor</b>(<i></i>) |
4257 <b>saveCurrentEditor</b>(<i></i>) |
|
4258 |
3169 <p> |
4259 <p> |
3170 Public slot to save the contents of the current editor. |
4260 Public slot to save the contents of the current editor. |
3171 </p><a NAME="ViewManager.saveEditor" ID="ViewManager.saveEditor"></a> |
4261 </p> |
|
4262 <a NAME="ViewManager.saveEditor" ID="ViewManager.saveEditor"></a> |
3172 <h4>ViewManager.saveEditor</h4> |
4263 <h4>ViewManager.saveEditor</h4> |
3173 <b>saveEditor</b>(<i>fn</i>) |
4264 <b>saveEditor</b>(<i>fn</i>) |
|
4265 |
3174 <p> |
4266 <p> |
3175 Public method to save a named editor file. |
4267 Public method to save a named editor file. |
3176 </p><dl> |
4268 </p> |
|
4269 <dl> |
|
4270 |
3177 <dt><i>fn</i></dt> |
4271 <dt><i>fn</i></dt> |
3178 <dd> |
4272 <dd> |
3179 filename of editor to be saved (string) |
4273 filename of editor to be saved (string) |
3180 </dd> |
4274 </dd> |
3181 </dl><dl> |
4275 </dl> |
|
4276 <dl> |
3182 <dt>Returns:</dt> |
4277 <dt>Returns:</dt> |
3183 <dd> |
4278 <dd> |
3184 flag indicating success (boolean) |
4279 flag indicating success (boolean) |
3185 </dd> |
4280 </dd> |
3186 </dl><a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a> |
4281 </dl> |
|
4282 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a> |
3187 <h4>ViewManager.saveEditorEd</h4> |
4283 <h4>ViewManager.saveEditorEd</h4> |
3188 <b>saveEditorEd</b>(<i>ed</i>) |
4284 <b>saveEditorEd</b>(<i>ed</i>) |
|
4285 |
3189 <p> |
4286 <p> |
3190 Public slot to save the contents of an editor. |
4287 Public slot to save the contents of an editor. |
3191 </p><dl> |
4288 </p> |
|
4289 <dl> |
|
4290 |
3192 <dt><i>ed</i></dt> |
4291 <dt><i>ed</i></dt> |
3193 <dd> |
4292 <dd> |
3194 editor to be saved |
4293 editor to be saved |
3195 </dd> |
4294 </dd> |
3196 </dl><dl> |
4295 </dl> |
|
4296 <dl> |
3197 <dt>Returns:</dt> |
4297 <dt>Returns:</dt> |
3198 <dd> |
4298 <dd> |
3199 flag indicating success (boolean) |
4299 flag indicating success (boolean) |
3200 </dd> |
4300 </dd> |
3201 </dl><a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> |
4301 </dl> |
|
4302 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> |
3202 <h4>ViewManager.saveEditorsList</h4> |
4303 <h4>ViewManager.saveEditorsList</h4> |
3203 <b>saveEditorsList</b>(<i>editors</i>) |
4304 <b>saveEditorsList</b>(<i>editors</i>) |
|
4305 |
3204 <p> |
4306 <p> |
3205 Public slot to save a list of editors. |
4307 Public slot to save a list of editors. |
3206 </p><dl> |
4308 </p> |
|
4309 <dl> |
|
4310 |
3207 <dt><i>editors</i></dt> |
4311 <dt><i>editors</i></dt> |
3208 <dd> |
4312 <dd> |
3209 list of editors to be saved |
4313 list of editors to be saved |
3210 </dd> |
4314 </dd> |
3211 </dl><a NAME="ViewManager.searchWidget" ID="ViewManager.searchWidget"></a> |
4315 </dl> |
|
4316 <a NAME="ViewManager.searchWidget" ID="ViewManager.searchWidget"></a> |
3212 <h4>ViewManager.searchWidget</h4> |
4317 <h4>ViewManager.searchWidget</h4> |
3213 <b>searchWidget</b>(<i></i>) |
4318 <b>searchWidget</b>(<i></i>) |
|
4319 |
3214 <p> |
4320 <p> |
3215 Public method to get a reference to the search widget. |
4321 Public method to get a reference to the search widget. |
3216 </p><dl> |
4322 </p> |
|
4323 <dl> |
3217 <dt>Returns:</dt> |
4324 <dt>Returns:</dt> |
3218 <dd> |
4325 <dd> |
3219 reference to the search widget (SearchReplaceSlidingWidget) |
4326 reference to the search widget (SearchReplaceSlidingWidget) |
3220 </dd> |
4327 </dd> |
3221 </dl><a NAME="ViewManager.send" ID="ViewManager.send"></a> |
4328 </dl> |
|
4329 <a NAME="ViewManager.send" ID="ViewManager.send"></a> |
3222 <h4>ViewManager.send</h4> |
4330 <h4>ViewManager.send</h4> |
3223 <b>send</b>(<i>fileName, message</i>) |
4331 <b>send</b>(<i>fileName, message</i>) |
|
4332 |
3224 <p> |
4333 <p> |
3225 Public method to send an editor command to remote editors. |
4334 Public method to send an editor command to remote editors. |
3226 </p><dl> |
4335 </p> |
|
4336 <dl> |
|
4337 |
3227 <dt><i>fileName</i></dt> |
4338 <dt><i>fileName</i></dt> |
3228 <dd> |
4339 <dd> |
3229 file name of the editor (string) |
4340 file name of the editor (string) |
3230 </dd><dt><i>message</i></dt> |
4341 </dd> |
|
4342 <dt><i>message</i></dt> |
3231 <dd> |
4343 <dd> |
3232 command message to be sent (string) |
4344 command message to be sent (string) |
3233 </dd> |
4345 </dd> |
3234 </dl><a NAME="ViewManager.sendSharedEdit" ID="ViewManager.sendSharedEdit"></a> |
4346 </dl> |
|
4347 <a NAME="ViewManager.sendSharedEdit" ID="ViewManager.sendSharedEdit"></a> |
3235 <h4>ViewManager.sendSharedEdit</h4> |
4348 <h4>ViewManager.sendSharedEdit</h4> |
3236 <b>sendSharedEdit</b>(<i></i>) |
4349 <b>sendSharedEdit</b>(<i></i>) |
|
4350 |
3237 <p> |
4351 <p> |
3238 Public slot to end a shared edit session for the current editor and |
4352 Public slot to end a shared edit session for the current editor and |
3239 send the changes. |
4353 send the changes. |
3240 </p><a NAME="ViewManager.setCooperationClient" ID="ViewManager.setCooperationClient"></a> |
4354 </p> |
|
4355 <a NAME="ViewManager.setCooperationClient" ID="ViewManager.setCooperationClient"></a> |
3241 <h4>ViewManager.setCooperationClient</h4> |
4356 <h4>ViewManager.setCooperationClient</h4> |
3242 <b>setCooperationClient</b>(<i>client</i>) |
4357 <b>setCooperationClient</b>(<i>client</i>) |
|
4358 |
3243 <p> |
4359 <p> |
3244 Public method to set a reference to the cooperation client. |
4360 Public method to set a reference to the cooperation client. |
3245 </p><dl> |
4361 </p> |
|
4362 <dl> |
|
4363 |
3246 <dt><i>client</i></dt> |
4364 <dt><i>client</i></dt> |
3247 <dd> |
4365 <dd> |
3248 reference to the cooperation client (CooperationClient) |
4366 reference to the cooperation client (CooperationClient) |
3249 </dd> |
4367 </dd> |
3250 </dl><a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a> |
4368 </dl> |
|
4369 <a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a> |
3251 <h4>ViewManager.setEditorName</h4> |
4370 <h4>ViewManager.setEditorName</h4> |
3252 <b>setEditorName</b>(<i>editor, newName</i>) |
4371 <b>setEditorName</b>(<i>editor, newName</i>) |
|
4372 |
3253 <p> |
4373 <p> |
3254 Public method to change the displayed name of the editor. |
4374 Public method to change the displayed name of the editor. |
3255 </p><dl> |
4375 </p> |
|
4376 <dl> |
|
4377 |
3256 <dt><i>editor</i></dt> |
4378 <dt><i>editor</i></dt> |
3257 <dd> |
4379 <dd> |
3258 editor window to be changed |
4380 editor window to be changed |
3259 </dd><dt><i>newName</i></dt> |
4381 </dd> |
|
4382 <dt><i>newName</i></dt> |
3260 <dd> |
4383 <dd> |
3261 new name to be shown (string) |
4384 new name to be shown (string) |
3262 </dd> |
4385 </dd> |
3263 </dl><dl> |
4386 </dl> |
|
4387 <dl> |
|
4388 |
3264 <dt>Raises <b>RuntimeError</b>:</dt> |
4389 <dt>Raises <b>RuntimeError</b>:</dt> |
3265 <dd> |
4390 <dd> |
3266 Not implemented |
4391 Not implemented |
3267 </dd> |
4392 </dd> |
3268 </dl><a NAME="ViewManager.setFileLine" ID="ViewManager.setFileLine"></a> |
4393 </dl> |
|
4394 <a NAME="ViewManager.setFileLine" ID="ViewManager.setFileLine"></a> |
3269 <h4>ViewManager.setFileLine</h4> |
4395 <h4>ViewManager.setFileLine</h4> |
3270 <b>setFileLine</b>(<i>fn, line, error=False, syntaxError=False</i>) |
4396 <b>setFileLine</b>(<i>fn, line, error=False, syntaxError=False</i>) |
|
4397 |
3271 <p> |
4398 <p> |
3272 Public method to update the user interface when the current program |
4399 Public method to update the user interface when the current program |
3273 or line changes. |
4400 or line changes. |
3274 </p><dl> |
4401 </p> |
|
4402 <dl> |
|
4403 |
3275 <dt><i>fn</i></dt> |
4404 <dt><i>fn</i></dt> |
3276 <dd> |
4405 <dd> |
3277 filename of editor to update (string) |
4406 filename of editor to update (string) |
3278 </dd><dt><i>line</i></dt> |
4407 </dd> |
|
4408 <dt><i>line</i></dt> |
3279 <dd> |
4409 <dd> |
3280 line number to highlight (int) |
4410 line number to highlight (int) |
3281 </dd><dt><i>error</i></dt> |
4411 </dd> |
|
4412 <dt><i>error</i></dt> |
3282 <dd> |
4413 <dd> |
3283 flag indicating an error highlight (boolean) |
4414 flag indicating an error highlight (boolean) |
3284 </dd><dt><i>syntaxError</i></dt> |
4415 </dd> |
|
4416 <dt><i>syntaxError</i></dt> |
3285 <dd> |
4417 <dd> |
3286 flag indicating a syntax error |
4418 flag indicating a syntax error |
3287 </dd> |
4419 </dd> |
3288 </dl><a NAME="ViewManager.setReferences" ID="ViewManager.setReferences"></a> |
4420 </dl> |
|
4421 <a NAME="ViewManager.setReferences" ID="ViewManager.setReferences"></a> |
3289 <h4>ViewManager.setReferences</h4> |
4422 <h4>ViewManager.setReferences</h4> |
3290 <b>setReferences</b>(<i>ui, dbs</i>) |
4423 <b>setReferences</b>(<i>ui, dbs</i>) |
|
4424 |
3291 <p> |
4425 <p> |
3292 Public method to set some references needed later on. |
4426 Public method to set some references needed later on. |
3293 </p><dl> |
4427 </p> |
|
4428 <dl> |
|
4429 |
3294 <dt><i>ui</i></dt> |
4430 <dt><i>ui</i></dt> |
3295 <dd> |
4431 <dd> |
3296 reference to the main user interface |
4432 reference to the main user interface |
3297 </dd><dt><i>dbs</i></dt> |
4433 </dd> |
|
4434 <dt><i>dbs</i></dt> |
3298 <dd> |
4435 <dd> |
3299 reference to the debug server object |
4436 reference to the debug server object |
3300 </dd> |
4437 </dd> |
3301 </dl><a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a> |
4438 </dl> |
|
4439 <a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a> |
3302 <h4>ViewManager.setSbInfo</h4> |
4440 <h4>ViewManager.setSbInfo</h4> |
3303 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>) |
4441 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>) |
|
4442 |
3304 <p> |
4443 <p> |
3305 Public method to transfer statusbar info from the user interface to |
4444 Public method to transfer statusbar info from the user interface to |
3306 viewmanager. |
4445 viewmanager. |
3307 </p><dl> |
4446 </p> |
|
4447 <dl> |
|
4448 |
3308 <dt><i>sbLine</i></dt> |
4449 <dt><i>sbLine</i></dt> |
3309 <dd> |
4450 <dd> |
3310 reference to the line number part of the statusbar |
4451 reference to the line number part of the statusbar |
3311 (QLabel) |
4452 (QLabel) |
3312 </dd><dt><i>sbPos</i></dt> |
4453 </dd> |
|
4454 <dt><i>sbPos</i></dt> |
3313 <dd> |
4455 <dd> |
3314 reference to the character position part of the statusbar |
4456 reference to the character position part of the statusbar |
3315 (QLabel) |
4457 (QLabel) |
3316 </dd><dt><i>sbWritable</i></dt> |
4458 </dd> |
|
4459 <dt><i>sbWritable</i></dt> |
3317 <dd> |
4460 <dd> |
3318 reference to the writability indicator part of |
4461 reference to the writability indicator part of |
3319 the statusbar (QLabel) |
4462 the statusbar (QLabel) |
3320 </dd><dt><i>sbEncoding</i></dt> |
4463 </dd> |
|
4464 <dt><i>sbEncoding</i></dt> |
3321 <dd> |
4465 <dd> |
3322 reference to the encoding indicator part of the |
4466 reference to the encoding indicator part of the |
3323 statusbar (QLabel) |
4467 statusbar (QLabel) |
3324 </dd><dt><i>sbLanguage</i></dt> |
4468 </dd> |
|
4469 <dt><i>sbLanguage</i></dt> |
3325 <dd> |
4470 <dd> |
3326 reference to the language indicator part of the |
4471 reference to the language indicator part of the |
3327 statusbar (QLabel) |
4472 statusbar (QLabel) |
3328 </dd><dt><i>sbEol</i></dt> |
4473 </dd> |
|
4474 <dt><i>sbEol</i></dt> |
3329 <dd> |
4475 <dd> |
3330 reference to the eol indicator part of the statusbar |
4476 reference to the eol indicator part of the statusbar |
3331 (QLabel) |
4477 (QLabel) |
3332 </dd><dt><i>sbZoom</i></dt> |
4478 </dd> |
|
4479 <dt><i>sbZoom</i></dt> |
3333 <dd> |
4480 <dd> |
3334 reference to the zoom widget (E5ZoomWidget) |
4481 reference to the zoom widget (E5ZoomWidget) |
3335 </dd> |
4482 </dd> |
3336 </dl><a NAME="ViewManager.setSplitCount" ID="ViewManager.setSplitCount"></a> |
4483 </dl> |
|
4484 <a NAME="ViewManager.setSplitCount" ID="ViewManager.setSplitCount"></a> |
3337 <h4>ViewManager.setSplitCount</h4> |
4485 <h4>ViewManager.setSplitCount</h4> |
3338 <b>setSplitCount</b>(<i>count</i>) |
4486 <b>setSplitCount</b>(<i>count</i>) |
|
4487 |
3339 <p> |
4488 <p> |
3340 Public method to set the number of split views. |
4489 Public method to set the number of split views. |
3341 </p><dl> |
4490 </p> |
|
4491 <dl> |
|
4492 |
3342 <dt><i>count</i> (int)</dt> |
4493 <dt><i>count</i> (int)</dt> |
3343 <dd> |
4494 <dd> |
3344 number of split views |
4495 number of split views |
3345 </dd> |
4496 </dd> |
3346 </dl><a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a> |
4497 </dl> |
|
4498 <a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a> |
3347 <h4>ViewManager.setSplitOrientation</h4> |
4499 <h4>ViewManager.setSplitOrientation</h4> |
3348 <b>setSplitOrientation</b>(<i>orientation</i>) |
4500 <b>setSplitOrientation</b>(<i>orientation</i>) |
|
4501 |
3349 <p> |
4502 <p> |
3350 Public method used to set the orientation of the split view. |
4503 Public method used to set the orientation of the split view. |
3351 </p><dl> |
4504 </p> |
|
4505 <dl> |
|
4506 |
3352 <dt><i>orientation</i></dt> |
4507 <dt><i>orientation</i></dt> |
3353 <dd> |
4508 <dd> |
3354 orientation of the split |
4509 orientation of the split |
3355 (Qt.Horizontal or Qt.Vertical) |
4510 (Qt.Horizontal or Qt.Vertical) |
3356 </dd> |
4511 </dd> |
3357 </dl><a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a> |
4512 </dl> |
|
4513 <a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a> |
3358 <h4>ViewManager.shareConnected</h4> |
4514 <h4>ViewManager.shareConnected</h4> |
3359 <b>shareConnected</b>(<i>connected</i>) |
4515 <b>shareConnected</b>(<i>connected</i>) |
|
4516 |
3360 <p> |
4517 <p> |
3361 Public slot to handle a change of the connected state. |
4518 Public slot to handle a change of the connected state. |
3362 </p><dl> |
4519 </p> |
|
4520 <dl> |
|
4521 |
3363 <dt><i>connected</i></dt> |
4522 <dt><i>connected</i></dt> |
3364 <dd> |
4523 <dd> |
3365 flag indicating the connected state (boolean) |
4524 flag indicating the connected state (boolean) |
3366 </dd> |
4525 </dd> |
3367 </dl><a NAME="ViewManager.shareEditor" ID="ViewManager.shareEditor"></a> |
4526 </dl> |
|
4527 <a NAME="ViewManager.shareEditor" ID="ViewManager.shareEditor"></a> |
3368 <h4>ViewManager.shareEditor</h4> |
4528 <h4>ViewManager.shareEditor</h4> |
3369 <b>shareEditor</b>(<i>share</i>) |
4529 <b>shareEditor</b>(<i>share</i>) |
|
4530 |
3370 <p> |
4531 <p> |
3371 Public slot to set the shared status of the current editor. |
4532 Public slot to set the shared status of the current editor. |
3372 </p><dl> |
4533 </p> |
|
4534 <dl> |
|
4535 |
3373 <dt><i>share</i></dt> |
4536 <dt><i>share</i></dt> |
3374 <dd> |
4537 <dd> |
3375 flag indicating the share status (boolean) |
4538 flag indicating the share status (boolean) |
3376 </dd> |
4539 </dd> |
3377 </dl><a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a> |
4540 </dl> |
|
4541 <a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a> |
3378 <h4>ViewManager.showDebugSource</h4> |
4542 <h4>ViewManager.showDebugSource</h4> |
3379 <b>showDebugSource</b>(<i>fn, line</i>) |
4543 <b>showDebugSource</b>(<i>fn, line</i>) |
|
4544 |
3380 <p> |
4545 <p> |
3381 Public method to open the given file and highlight the given line in |
4546 Public method to open the given file and highlight the given line in |
3382 it. |
4547 it. |
3383 </p><dl> |
4548 </p> |
|
4549 <dl> |
|
4550 |
3384 <dt><i>fn</i></dt> |
4551 <dt><i>fn</i></dt> |
3385 <dd> |
4552 <dd> |
3386 filename of editor to update (string) |
4553 filename of editor to update (string) |
3387 </dd><dt><i>line</i></dt> |
4554 </dd> |
|
4555 <dt><i>line</i></dt> |
3388 <dd> |
4556 <dd> |
3389 line number to highlight (int) |
4557 line number to highlight (int) |
3390 </dd> |
4558 </dd> |
3391 </dl><a NAME="ViewManager.showEditorInfo" ID="ViewManager.showEditorInfo"></a> |
4559 </dl> |
|
4560 <a NAME="ViewManager.showEditorInfo" ID="ViewManager.showEditorInfo"></a> |
3392 <h4>ViewManager.showEditorInfo</h4> |
4561 <h4>ViewManager.showEditorInfo</h4> |
3393 <b>showEditorInfo</b>(<i>editor</i>) |
4562 <b>showEditorInfo</b>(<i>editor</i>) |
|
4563 |
3394 <p> |
4564 <p> |
3395 Public method to show some information for a given editor. |
4565 Public method to show some information for a given editor. |
3396 </p><dl> |
4566 </p> |
|
4567 <dl> |
|
4568 |
3397 <dt><i>editor</i> (Editor)</dt> |
4569 <dt><i>editor</i> (Editor)</dt> |
3398 <dd> |
4570 <dd> |
3399 editor to show information text for |
4571 editor to show information text for |
3400 </dd> |
4572 </dd> |
3401 </dl><a NAME="ViewManager.showReplaceWidget" ID="ViewManager.showReplaceWidget"></a> |
4573 </dl> |
|
4574 <a NAME="ViewManager.showReplaceWidget" ID="ViewManager.showReplaceWidget"></a> |
3402 <h4>ViewManager.showReplaceWidget</h4> |
4575 <h4>ViewManager.showReplaceWidget</h4> |
3403 <b>showReplaceWidget</b>(<i></i>) |
4576 <b>showReplaceWidget</b>(<i></i>) |
|
4577 |
3404 <p> |
4578 <p> |
3405 Public method to show the replace widget. |
4579 Public method to show the replace widget. |
3406 </p><a NAME="ViewManager.showSearchWidget" ID="ViewManager.showSearchWidget"></a> |
4580 </p> |
|
4581 <a NAME="ViewManager.showSearchWidget" ID="ViewManager.showSearchWidget"></a> |
3407 <h4>ViewManager.showSearchWidget</h4> |
4582 <h4>ViewManager.showSearchWidget</h4> |
3408 <b>showSearchWidget</b>(<i></i>) |
4583 <b>showSearchWidget</b>(<i></i>) |
|
4584 |
3409 <p> |
4585 <p> |
3410 Public method to show the search widget. |
4586 Public method to show the search widget. |
3411 </p><a NAME="ViewManager.showWindowMenu" ID="ViewManager.showWindowMenu"></a> |
4587 </p> |
|
4588 <a NAME="ViewManager.showWindowMenu" ID="ViewManager.showWindowMenu"></a> |
3412 <h4>ViewManager.showWindowMenu</h4> |
4589 <h4>ViewManager.showWindowMenu</h4> |
3413 <b>showWindowMenu</b>(<i>windowMenu</i>) |
4590 <b>showWindowMenu</b>(<i>windowMenu</i>) |
|
4591 |
3414 <p> |
4592 <p> |
3415 Public method to set up the viewmanager part of the Window menu. |
4593 Public method to set up the viewmanager part of the Window menu. |
3416 </p><dl> |
4594 </p> |
|
4595 <dl> |
|
4596 |
3417 <dt><i>windowMenu</i></dt> |
4597 <dt><i>windowMenu</i></dt> |
3418 <dd> |
4598 <dd> |
3419 reference to the window menu |
4599 reference to the window menu |
3420 </dd> |
4600 </dd> |
3421 </dl><dl> |
4601 </dl> |
|
4602 <dl> |
|
4603 |
3422 <dt>Raises <b>RuntimeError</b>:</dt> |
4604 <dt>Raises <b>RuntimeError</b>:</dt> |
3423 <dd> |
4605 <dd> |
3424 Not implemented |
4606 Not implemented |
3425 </dd> |
4607 </dd> |
3426 </dl><a NAME="ViewManager.splitCount" ID="ViewManager.splitCount"></a> |
4608 </dl> |
|
4609 <a NAME="ViewManager.splitCount" ID="ViewManager.splitCount"></a> |
3427 <h4>ViewManager.splitCount</h4> |
4610 <h4>ViewManager.splitCount</h4> |
3428 <b>splitCount</b>(<i></i>) |
4611 <b>splitCount</b>(<i></i>) |
|
4612 |
3429 <p> |
4613 <p> |
3430 Public method to get the number of split views. |
4614 Public method to get the number of split views. |
3431 </p><dl> |
4615 </p> |
|
4616 <dl> |
3432 <dt>Returns:</dt> |
4617 <dt>Returns:</dt> |
3433 <dd> |
4618 <dd> |
3434 number of split views |
4619 number of split views |
3435 </dd> |
4620 </dd> |
3436 </dl><dl> |
4621 </dl> |
|
4622 <dl> |
3437 <dt>Return Type:</dt> |
4623 <dt>Return Type:</dt> |
3438 <dd> |
4624 <dd> |
3439 int |
4625 int |
3440 </dd> |
4626 </dd> |
3441 </dl><a NAME="ViewManager.startSharedEdit" ID="ViewManager.startSharedEdit"></a> |
4627 </dl> |
|
4628 <a NAME="ViewManager.startSharedEdit" ID="ViewManager.startSharedEdit"></a> |
3442 <h4>ViewManager.startSharedEdit</h4> |
4629 <h4>ViewManager.startSharedEdit</h4> |
3443 <b>startSharedEdit</b>(<i></i>) |
4630 <b>startSharedEdit</b>(<i></i>) |
|
4631 |
3444 <p> |
4632 <p> |
3445 Public slot to start a shared edit session for the current editor. |
4633 Public slot to start a shared edit session for the current editor. |
3446 </p><a NAME="ViewManager.textForFind" ID="ViewManager.textForFind"></a> |
4634 </p> |
|
4635 <a NAME="ViewManager.textForFind" ID="ViewManager.textForFind"></a> |
3447 <h4>ViewManager.textForFind</h4> |
4636 <h4>ViewManager.textForFind</h4> |
3448 <b>textForFind</b>(<i>getCurrentWord=True</i>) |
4637 <b>textForFind</b>(<i>getCurrentWord=True</i>) |
|
4638 |
3449 <p> |
4639 <p> |
3450 Public method to determine the selection or the current word for the |
4640 Public method to determine the selection or the current word for the |
3451 next find operation. |
4641 next find operation. |
3452 </p><dl> |
4642 </p> |
|
4643 <dl> |
|
4644 |
3453 <dt><i>getCurrentWord</i></dt> |
4645 <dt><i>getCurrentWord</i></dt> |
3454 <dd> |
4646 <dd> |
3455 flag indicating to return the current word, if |
4647 flag indicating to return the current word, if |
3456 no selected text was found (boolean) |
4648 no selected text was found (boolean) |
3457 </dd> |
4649 </dd> |
3458 </dl><dl> |
4650 </dl> |
|
4651 <dl> |
3459 <dt>Returns:</dt> |
4652 <dt>Returns:</dt> |
3460 <dd> |
4653 <dd> |
3461 selection or current word (string) |
4654 selection or current word (string) |
3462 </dd> |
4655 </dd> |
3463 </dl><a NAME="ViewManager.tile" ID="ViewManager.tile"></a> |
4656 </dl> |
|
4657 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a> |
3464 <h4>ViewManager.tile</h4> |
4658 <h4>ViewManager.tile</h4> |
3465 <b>tile</b>(<i></i>) |
4659 <b>tile</b>(<i></i>) |
|
4660 |
3466 <p> |
4661 <p> |
3467 Public method to tile the managed windows. |
4662 Public method to tile the managed windows. |
3468 </p><dl> |
4663 </p> |
|
4664 <dl> |
|
4665 |
3469 <dt>Raises <b>RuntimeError</b>:</dt> |
4666 <dt>Raises <b>RuntimeError</b>:</dt> |
3470 <dd> |
4667 <dd> |
3471 Not implemented |
4668 Not implemented |
3472 </dd> |
4669 </dd> |
3473 </dl><a NAME="ViewManager.unhighlight" ID="ViewManager.unhighlight"></a> |
4670 </dl> |
|
4671 <a NAME="ViewManager.unhighlight" ID="ViewManager.unhighlight"></a> |
3474 <h4>ViewManager.unhighlight</h4> |
4672 <h4>ViewManager.unhighlight</h4> |
3475 <b>unhighlight</b>(<i>current=False</i>) |
4673 <b>unhighlight</b>(<i>current=False</i>) |
|
4674 |
3476 <p> |
4675 <p> |
3477 Public method to switch off all highlights or the highlight of |
4676 Public method to switch off all highlights or the highlight of |
3478 the current editor. |
4677 the current editor. |
3479 </p><dl> |
4678 </p> |
|
4679 <dl> |
|
4680 |
3480 <dt><i>current</i></dt> |
4681 <dt><i>current</i></dt> |
3481 <dd> |
4682 <dd> |
3482 flag indicating only the current editor should be |
4683 flag indicating only the current editor should be |
3483 unhighlighted (boolean) |
4684 unhighlighted (boolean) |
3484 </dd> |
4685 </dd> |
3485 </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> |
4686 </dl> |
|
4687 <a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> |
3486 <h4>ViewManager.zoomValueChanged</h4> |
4688 <h4>ViewManager.zoomValueChanged</h4> |
3487 <b>zoomValueChanged</b>(<i>value, zoomingWidget</i>) |
4689 <b>zoomValueChanged</b>(<i>value, zoomingWidget</i>) |
|
4690 |
3488 <p> |
4691 <p> |
3489 Public slot to handle changes of the zoom value. |
4692 Public slot to handle changes of the zoom value. |
3490 </p><dl> |
4693 </p> |
|
4694 <dl> |
|
4695 |
3491 <dt><i>value</i> (int)</dt> |
4696 <dt><i>value</i> (int)</dt> |
3492 <dd> |
4697 <dd> |
3493 new zoom value |
4698 new zoom value |
3494 </dd><dt><i>zoomingWidget</i> (Editor or Shell)</dt> |
4699 </dd> |
|
4700 <dt><i>zoomingWidget</i> (Editor or Shell)</dt> |
3495 <dd> |
4701 <dd> |
3496 reference to the widget triggering the slot |
4702 reference to the widget triggering the slot |
3497 </dd> |
4703 </dd> |
3498 </dl> |
4704 </dl> |
3499 <div align="right"><a href="#top">Up</a></div> |
4705 <div align="right"><a href="#top">Up</a></div> |