Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3019
7912530a33e2
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
138 <dd> 138 <dd>
139 emitted if a change of the caption is necessary 139 emitted if a change of the caption is necessary
140 </dd><dt>checkActions(Editor)</dt> 140 </dd><dt>checkActions(Editor)</dt>
141 <dd> 141 <dd>
142 emitted when some actions should be checked 142 emitted when some actions should be checked
143 for their status 143 for their status
144 </dd><dt>cursorChanged(Editor)</dt> 144 </dd><dt>cursorChanged(Editor)</dt>
145 <dd> 145 <dd>
146 emitted after the cursor position of the active 146 emitted after the cursor position of the
147 window has changed 147 active window has changed
148 </dd><dt>editorChanged(str)</dt> 148 </dd><dt>editorChanged(str)</dt>
149 <dd> 149 <dd>
150 emitted when the current editor has changed 150 emitted when the current editor has changed
151 </dd><dt>editorChangedEd(Editor)</dt> 151 </dd><dt>editorChangedEd(Editor)</dt>
152 <dd> 152 <dd>
154 </dd><dt>editorClosed(str)</dt> 154 </dd><dt>editorClosed(str)</dt>
155 <dd> 155 <dd>
156 emitted just before an editor window gets closed 156 emitted just before an editor window gets closed
157 </dd><dt>editorClosedEd(Editor)</dt> 157 </dd><dt>editorClosedEd(Editor)</dt>
158 <dd> 158 <dd>
159 emitted just before an editor window gets closed 159 emitted just before an editor window gets
160 closed
160 </dd><dt>editorLanguageChanged(Editor)</dt> 161 </dd><dt>editorLanguageChanged(Editor)</dt>
161 <dd> 162 <dd>
162 emitted to signal a change of an 163 emitted to signal a change of an
163 editor's language 164 editor's language
164 </dd><dt>editorLineChanged(str,int)</dt> 165 </dd><dt>editorLineChanged(str,int)</dt>
165 <dd> 166 <dd>
166 emitted to signal a change of an editor's 167 emitted to signal a change of an
167 current line (line is given one based) 168 editor's current line (line is given one based)
168 </dd><dt>editorOpened(str)</dt> 169 </dd><dt>editorOpened(str)</dt>
169 <dd> 170 <dd>
170 emitted after an editor window was opened 171 emitted after an editor window was opened
171 </dd><dt>editorOpenedEd(Editor)</dt> 172 </dd><dt>editorOpenedEd(Editor)</dt>
172 <dd> 173 <dd>
174 </dd><dt>editorSaved(str)</dt> 175 </dd><dt>editorSaved(str)</dt>
175 <dd> 176 <dd>
176 emitted after an editor window was saved 177 emitted after an editor window was saved
177 </dd><dt>editorTextChanged(Editor)</dt> 178 </dd><dt>editorTextChanged(Editor)</dt>
178 <dd> 179 <dd>
179 emitted to signal a change of an editor's text 180 emitted to signal a change of an
181 editor's text
180 </dd><dt>lastEditorClosed()</dt> 182 </dd><dt>lastEditorClosed()</dt>
181 <dd> 183 <dd>
182 emitted after the last editor window was closed 184 emitted after the last editor window was closed
183 </dd><dt>previewStateChanged(bool)</dt> 185 </dd><dt>previewStateChanged(bool)</dt>
184 <dd> 186 <dd>
185 emitted to signal a change in the preview state 187 emitted to signal a change in the
188 preview state
186 </dd><dt>syntaxerrorToggled(Editor)</dt> 189 </dd><dt>syntaxerrorToggled(Editor)</dt>
187 <dd> 190 <dd>
188 emitted when a syntax error is toggled 191 emitted when a syntax error is toggled
189 </dd> 192 </dd>
190 </dl> 193 </dl>
1229 </dd> 1232 </dd>
1230 </dl><a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> 1233 </dl><a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a>
1231 <h4>ViewManager.__editorConfigChanged</h4> 1234 <h4>ViewManager.__editorConfigChanged</h4>
1232 <b>__editorConfigChanged</b>(<i></i>) 1235 <b>__editorConfigChanged</b>(<i></i>)
1233 <p> 1236 <p>
1234 Private slot to handle changes of an editor's configuration (e.g. language). 1237 Private slot to handle changes of an editor's configuration (e.g.
1238 language).
1235 </p><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> 1239 </p><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a>
1236 <h4>ViewManager.__editorOpened</h4> 1240 <h4>ViewManager.__editorOpened</h4>
1237 <b>__editorOpened</b>(<i></i>) 1241 <b>__editorOpened</b>(<i></i>)
1238 <p> 1242 <p>
1239 Private slot to handle the editorOpened signal. 1243 Private slot to handle the editorOpened signal.
1291 Private method to handle the search for file action. 1295 Private method to handle the search for file action.
1292 </p><a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> 1296 </p><a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a>
1293 <h4>ViewManager.__findNextWord</h4> 1297 <h4>ViewManager.__findNextWord</h4>
1294 <b>__findNextWord</b>(<i></i>) 1298 <b>__findNextWord</b>(<i></i>)
1295 <p> 1299 <p>
1296 Private slot to find the next occurrence of the current word of the current 1300 Private slot to find the next occurrence of the current word of the
1297 editor. 1301 current editor.
1298 </p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> 1302 </p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a>
1299 <h4>ViewManager.__findPrevWord</h4> 1303 <h4>ViewManager.__findPrevWord</h4>
1300 <b>__findPrevWord</b>(<i></i>) 1304 <b>__findPrevWord</b>(<i></i>)
1301 <p> 1305 <p>
1302 Private slot to find the previous occurrence of the current word of the current 1306 Private slot to find the previous occurrence of the current word of
1303 editor. 1307 the current editor.
1304 </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> 1308 </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a>
1305 <h4>ViewManager.__goto</h4> 1309 <h4>ViewManager.__goto</h4>
1306 <b>__goto</b>(<i></i>) 1310 <b>__goto</b>(<i></i>)
1307 <p> 1311 <p>
1308 Private method to handle the goto action. 1312 Private method to handle the goto action.
1323 Private slot to go to the next Python/Ruby method or class definition. 1327 Private slot to go to the next Python/Ruby method or class definition.
1324 </p><a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> 1328 </p><a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a>
1325 <h4>ViewManager.__gotoPreviousMethodClass</h4> 1329 <h4>ViewManager.__gotoPreviousMethodClass</h4>
1326 <b>__gotoPreviousMethodClass</b>(<i></i>) 1330 <b>__gotoPreviousMethodClass</b>(<i></i>)
1327 <p> 1331 <p>
1328 Private slot to go to the previous Python/Ruby method or class definition. 1332 Private slot to go to the previous Python/Ruby method or class
1333 definition.
1329 </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> 1334 </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a>
1330 <h4>ViewManager.__gotoSyntaxError</h4> 1335 <h4>ViewManager.__gotoSyntaxError</h4>
1331 <b>__gotoSyntaxError</b>(<i></i>) 1336 <b>__gotoSyntaxError</b>(<i></i>)
1332 <p> 1337 <p>
1333 Private method to handle the goto syntax error action. 1338 Private method to handle the goto syntax error action.
1334 </p><a NAME="ViewManager.__initBookmarkActions" ID="ViewManager.__initBookmarkActions"></a> 1339 </p><a NAME="ViewManager.__initBookmarkActions" ID="ViewManager.__initBookmarkActions"></a>
1335 <h4>ViewManager.__initBookmarkActions</h4> 1340 <h4>ViewManager.__initBookmarkActions</h4>
1336 <b>__initBookmarkActions</b>(<i></i>) 1341 <b>__initBookmarkActions</b>(<i></i>)
1337 <p> 1342 <p>
1338 Private method defining the user interface actions for the bookmarks commands. 1343 Private method defining the user interface actions for the bookmarks
1344 commands.
1339 </p><a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a> 1345 </p><a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a>
1340 <h4>ViewManager.__initContextMenuExporters</h4> 1346 <h4>ViewManager.__initContextMenuExporters</h4>
1341 <b>__initContextMenuExporters</b>(<i></i>) 1347 <b>__initContextMenuExporters</b>(<i></i>)
1342 <p> 1348 <p>
1343 Private method used to setup the Exporters sub menu. 1349 Private method used to setup the Exporters sub menu.
1348 </dd> 1354 </dd>
1349 </dl><a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> 1355 </dl><a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a>
1350 <h4>ViewManager.__initEditActions</h4> 1356 <h4>ViewManager.__initEditActions</h4>
1351 <b>__initEditActions</b>(<i></i>) 1357 <b>__initEditActions</b>(<i></i>)
1352 <p> 1358 <p>
1353 Private method defining the user interface actions for the edit commands. 1359 Private method defining the user interface actions for the edit
1360 commands.
1354 </p><a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a> 1361 </p><a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a>
1355 <h4>ViewManager.__initFileActions</h4> 1362 <h4>ViewManager.__initFileActions</h4>
1356 <b>__initFileActions</b>(<i></i>) 1363 <b>__initFileActions</b>(<i></i>)
1357 <p> 1364 <p>
1358 Private method defining the user interface actions for file handling. 1365 Private method defining the user interface actions for file handling.
1359 </p><a NAME="ViewManager.__initMacroActions" ID="ViewManager.__initMacroActions"></a> 1366 </p><a NAME="ViewManager.__initMacroActions" ID="ViewManager.__initMacroActions"></a>
1360 <h4>ViewManager.__initMacroActions</h4> 1367 <h4>ViewManager.__initMacroActions</h4>
1361 <b>__initMacroActions</b>(<i></i>) 1368 <b>__initMacroActions</b>(<i></i>)
1362 <p> 1369 <p>
1363 Private method defining the user interface actions for the macro commands. 1370 Private method defining the user interface actions for the macro
1371 commands.
1364 </p><a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a> 1372 </p><a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a>
1365 <h4>ViewManager.__initSearchActions</h4> 1373 <h4>ViewManager.__initSearchActions</h4>
1366 <b>__initSearchActions</b>(<i></i>) 1374 <b>__initSearchActions</b>(<i></i>)
1367 <p> 1375 <p>
1368 Private method defining the user interface actions for the search commands. 1376 Private method defining the user interface actions for the search
1377 commands.
1369 </p><a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a> 1378 </p><a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a>
1370 <h4>ViewManager.__initSpellingActions</h4> 1379 <h4>ViewManager.__initSpellingActions</h4>
1371 <b>__initSpellingActions</b>(<i></i>) 1380 <b>__initSpellingActions</b>(<i></i>)
1372 <p> 1381 <p>
1373 Private method to initialize the spell checking actions. 1382 Private method to initialize the spell checking actions.
1374 </p><a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a> 1383 </p><a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a>
1375 <h4>ViewManager.__initViewActions</h4> 1384 <h4>ViewManager.__initViewActions</h4>
1376 <b>__initViewActions</b>(<i></i>) 1385 <b>__initViewActions</b>(<i></i>)
1377 <p> 1386 <p>
1378 Private method defining the user interface actions for the view commands. 1387 Private method defining the user interface actions for the view
1388 commands.
1379 </p><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> 1389 </p><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a>
1380 <h4>ViewManager.__lastEditPositionAvailable</h4> 1390 <h4>ViewManager.__lastEditPositionAvailable</h4>
1381 <b>__lastEditPositionAvailable</b>(<i></i>) 1391 <b>__lastEditPositionAvailable</b>(<i></i>)
1382 <p> 1392 <p>
1383 Private slot to handle the lastEditPositionAvailable signal of an editor. 1393 Private slot to handle the lastEditPositionAvailable signal of an
1394 editor.
1384 </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> 1395 </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a>
1385 <h4>ViewManager.__lastEditorClosed</h4> 1396 <h4>ViewManager.__lastEditorClosed</h4>
1386 <b>__lastEditorClosed</b>(<i></i>) 1397 <b>__lastEditorClosed</b>(<i></i>)
1387 <p> 1398 <p>
1388 Private slot to handle the lastEditorClosed signal. 1399 Private slot to handle the lastEditorClosed signal.
1713 Private method to handle the toggle all folds action. 1724 Private method to handle the toggle all folds action.
1714 </p><a NAME="ViewManager.__toggleAllChildren" ID="ViewManager.__toggleAllChildren"></a> 1725 </p><a NAME="ViewManager.__toggleAllChildren" ID="ViewManager.__toggleAllChildren"></a>
1715 <h4>ViewManager.__toggleAllChildren</h4> 1726 <h4>ViewManager.__toggleAllChildren</h4>
1716 <b>__toggleAllChildren</b>(<i></i>) 1727 <b>__toggleAllChildren</b>(<i></i>)
1717 <p> 1728 <p>
1718 Private method to handle the toggle all folds (including children) action. 1729 Private method to handle the toggle all folds (including children)
1730 action.
1719 </p><a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a> 1731 </p><a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a>
1720 <h4>ViewManager.__toggleBookmark</h4> 1732 <h4>ViewManager.__toggleBookmark</h4>
1721 <b>__toggleBookmark</b>(<i></i>) 1733 <b>__toggleBookmark</b>(<i></i>)
1722 <p> 1734 <p>
1723 Private method to handle the toggle bookmark action. 1735 Private method to handle the toggle bookmark action.
1782 <dt><i>editor</i></dt> 1794 <dt><i>editor</i></dt>
1783 <dd> 1795 <dd>
1784 editor window 1796 editor window
1785 </dd><dt><i>setSb</i></dt> 1797 </dd><dt><i>setSb</i></dt>
1786 <dd> 1798 <dd>
1787 flag indicating an update of the status bar is wanted (boolean) 1799 flag indicating an update of the status bar is wanted
1800 (boolean)
1788 </dd> 1801 </dd>
1789 </dl><a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a> 1802 </dl><a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a>
1790 <h4>ViewManager._getOpenFileFilter</h4> 1803 <h4>ViewManager._getOpenFileFilter</h4>
1791 <b>_getOpenFileFilter</b>(<i></i>) 1804 <b>_getOpenFileFilter</b>(<i></i>)
1792 <p> 1805 <p>
1793 Protected method to return the active filename filter for a file open dialog. 1806 Protected method to return the active filename filter for a file open
1807 dialog.
1794 </p><p> 1808 </p><p>
1795 The appropriate filename filter is determined by file extension of 1809 The appropriate filename filter is determined by file extension of
1796 the currently active editor. 1810 the currently active editor.
1797 </p><dl> 1811 </p><dl>
1798 <dt>Returns:</dt> 1812 <dt>Returns:</dt>
1801 </dd> 1815 </dd>
1802 </dl><a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> 1816 </dl><a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a>
1803 <h4>ViewManager._getOpenStartDir</h4> 1817 <h4>ViewManager._getOpenStartDir</h4>
1804 <b>_getOpenStartDir</b>(<i></i>) 1818 <b>_getOpenStartDir</b>(<i></i>)
1805 <p> 1819 <p>
1806 Protected method to return the starting directory for a file open dialog. 1820 Protected method to return the starting directory for a file open
1821 dialog.
1807 </p><p> 1822 </p><p>
1808 The appropriate starting directory is calculated 1823 The appropriate starting directory is calculated
1809 using the following search order, until a match is found:<br /> 1824 using the following search order, until a match is found:<br />
1810 1: Directory of currently active editor<br /> 1825 1: Directory of currently active editor<br />
1811 2: Directory of currently active Project<br /> 1826 2: Directory of currently active Project<br />
1817 </dd> 1832 </dd>
1818 </dl><a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> 1833 </dl><a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a>
1819 <h4>ViewManager._initWindowActions</h4> 1834 <h4>ViewManager._initWindowActions</h4>
1820 <b>_initWindowActions</b>(<i></i>) 1835 <b>_initWindowActions</b>(<i></i>)
1821 <p> 1836 <p>
1822 Protected method to define the user interface actions for window handling. 1837 Protected method to define the user interface actions for window
1838 handling.
1823 </p><dl> 1839 </p><dl>
1824 <dt>Raises <b>RuntimeError</b>:</dt> 1840 <dt>Raises <b>RuntimeError</b>:</dt>
1825 <dd> 1841 <dd>
1826 Not implemented 1842 Not implemented
1827 </dd> 1843 </dd>
2137 </dd> 2153 </dd>
2138 </dl><a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> 2154 </dl><a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a>
2139 <h4>ViewManager.enableEditorsCheckFocusIn</h4> 2155 <h4>ViewManager.enableEditorsCheckFocusIn</h4>
2140 <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>) 2156 <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>)
2141 <p> 2157 <p>
2142 Public method to set a flag enabling the editors to perform focus in checks. 2158 Public method to set a flag enabling the editors to perform focus in
2159 checks.
2143 </p><dl> 2160 </p><dl>
2144 <dt><i>enabled</i></dt> 2161 <dt><i>enabled</i></dt>
2145 <dd> 2162 <dd>
2146 flag indicating focus in checks should be performed (boolean) 2163 flag indicating focus in checks should be performed
2164 (boolean)
2147 </dd> 2165 </dd>
2148 </dl><a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> 2166 </dl><a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a>
2149 <h4>ViewManager.eventFilter</h4> 2167 <h4>ViewManager.eventFilter</h4>
2150 <b>eventFilter</b>(<i>object, event</i>) 2168 <b>eventFilter</b>(<i>object, event</i>)
2151 <p> 2169 <p>
2223 type of the source file (string) 2241 type of the source file (string)
2224 </dd> 2242 </dd>
2225 </dl><dl> 2243 </dl><dl>
2226 <dt>Returns:</dt> 2244 <dt>Returns:</dt>
2227 <dd> 2245 <dd>
2228 tuple of two values giving a flag indicating a new window creation and 2246 tuple of two values giving a flag indicating a new window
2229 a reference to the editor displaying this file 2247 creation and a reference to the editor displaying this file
2230 </dd> 2248 </dd>
2231 </dl><a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a> 2249 </dl><a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a>
2232 <h4>ViewManager.getMostRecent</h4> 2250 <h4>ViewManager.getMostRecent</h4>
2233 <b>getMostRecent</b>(<i></i>) 2251 <b>getMostRecent</b>(<i></i>)
2234 <p> 2252 <p>
2285 <p> 2303 <p>
2286 Public method to get references to all open editors. 2304 Public method to get references to all open editors.
2287 </p><dl> 2305 </p><dl>
2288 <dt>Returns:</dt> 2306 <dt>Returns:</dt>
2289 <dd> 2307 <dd>
2290 list of references to all open editors (list of QScintilla.editor) 2308 list of references to all open editors (list of
2309 QScintilla.editor)
2291 </dd> 2310 </dd>
2292 </dl><a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a> 2311 </dl><a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a>
2293 <h4>ViewManager.getOpenEditorsCount</h4> 2312 <h4>ViewManager.getOpenEditorsCount</h4>
2294 <b>getOpenEditorsCount</b>(<i></i>) 2313 <b>getOpenEditorsCount</b>(<i></i>)
2295 <p> 2314 <p>
2350 <p> 2369 <p>
2351 Public method to create the Bookmark toolbar. 2370 Public method to create the Bookmark toolbar.
2352 </p><dl> 2371 </p><dl>
2353 <dt><i>toolbarManager</i></dt> 2372 <dt><i>toolbarManager</i></dt>
2354 <dd> 2373 <dd>
2355 reference to a toolbar manager object (E5ToolBarManager) 2374 reference to a toolbar manager object
2375 (E5ToolBarManager)
2356 </dd> 2376 </dd>
2357 </dl><dl> 2377 </dl><dl>
2358 <dt>Returns:</dt> 2378 <dt>Returns:</dt>
2359 <dd> 2379 <dd>
2360 the generated toolbar 2380 the generated toolbar
2375 <p> 2395 <p>
2376 Public method to create the Edit toolbar. 2396 Public method to create the Edit toolbar.
2377 </p><dl> 2397 </p><dl>
2378 <dt><i>toolbarManager</i></dt> 2398 <dt><i>toolbarManager</i></dt>
2379 <dd> 2399 <dd>
2380 reference to a toolbar manager object (E5ToolBarManager) 2400 reference to a toolbar manager object
2401 (E5ToolBarManager)
2381 </dd> 2402 </dd>
2382 </dl><dl> 2403 </dl><dl>
2383 <dt>Returns:</dt> 2404 <dt>Returns:</dt>
2384 <dd> 2405 <dd>
2385 the generated toolbar 2406 the generated toolbar
2400 <p> 2421 <p>
2401 Public method to create the File toolbar. 2422 Public method to create the File toolbar.
2402 </p><dl> 2423 </p><dl>
2403 <dt><i>toolbarManager</i></dt> 2424 <dt><i>toolbarManager</i></dt>
2404 <dd> 2425 <dd>
2405 reference to a toolbar manager object (E5ToolBarManager) 2426 reference to a toolbar manager object
2427 (E5ToolBarManager)
2406 </dd> 2428 </dd>
2407 </dl><dl> 2429 </dl><dl>
2408 <dt>Returns:</dt> 2430 <dt>Returns:</dt>
2409 <dd> 2431 <dd>
2410 the generated toolbar 2432 the generated toolbar
2425 <p> 2447 <p>
2426 Public method to create the Search toolbars. 2448 Public method to create the Search toolbars.
2427 </p><dl> 2449 </p><dl>
2428 <dt><i>toolbarManager</i></dt> 2450 <dt><i>toolbarManager</i></dt>
2429 <dd> 2451 <dd>
2430 reference to a toolbar manager object (E5ToolBarManager) 2452 reference to a toolbar manager object
2453 (E5ToolBarManager)
2431 </dd> 2454 </dd>
2432 </dl><dl> 2455 </dl><dl>
2433 <dt>Returns:</dt> 2456 <dt>Returns:</dt>
2434 <dd> 2457 <dd>
2435 a tuple of the generated toolbar (search, quicksearch) 2458 a tuple of the generated toolbar (search, quicksearch)
2440 <p> 2463 <p>
2441 Public method to create the Spelling toolbar. 2464 Public method to create the Spelling toolbar.
2442 </p><dl> 2465 </p><dl>
2443 <dt><i>toolbarManager</i></dt> 2466 <dt><i>toolbarManager</i></dt>
2444 <dd> 2467 <dd>
2445 reference to a toolbar manager object (E5ToolBarManager) 2468 reference to a toolbar manager object
2469 (E5ToolBarManager)
2446 </dd> 2470 </dd>
2447 </dl><dl> 2471 </dl><dl>
2448 <dt>Returns:</dt> 2472 <dt>Returns:</dt>
2449 <dd> 2473 <dd>
2450 the generated toolbar 2474 the generated toolbar
2465 <p> 2489 <p>
2466 Public method to create the View toolbar. 2490 Public method to create the View toolbar.
2467 </p><dl> 2491 </p><dl>
2468 <dt><i>toolbarManager</i></dt> 2492 <dt><i>toolbarManager</i></dt>
2469 <dd> 2493 <dd>
2470 reference to a toolbar manager object (E5ToolBarManager) 2494 reference to a toolbar manager object
2495 (E5ToolBarManager)
2471 </dd> 2496 </dd>
2472 </dl><dl> 2497 </dl><dl>
2473 <dt>Returns:</dt> 2498 <dt>Returns:</dt>
2474 <dd> 2499 <dd>
2475 the generated toolbar 2500 the generated toolbar
2825 </dd> 2850 </dd>
2826 </dl><a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a> 2851 </dl><a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a>
2827 <h4>ViewManager.setSbInfo</h4> 2852 <h4>ViewManager.setSbInfo</h4>
2828 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>) 2853 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>)
2829 <p> 2854 <p>
2830 Public method to transfer statusbar info from the user interface to viewmanager. 2855 Public method to transfer statusbar info from the user interface to
2856 viewmanager.
2831 </p><dl> 2857 </p><dl>
2832 <dt><i>sbLine</i></dt> 2858 <dt><i>sbLine</i></dt>
2833 <dd> 2859 <dd>
2834 reference to the line number part of the statusbar (QLabel) 2860 reference to the line number part of the statusbar
2861 (QLabel)
2835 </dd><dt><i>sbPos</i></dt> 2862 </dd><dt><i>sbPos</i></dt>
2836 <dd> 2863 <dd>
2837 reference to the character position part of the statusbar (QLabel) 2864 reference to the character position part of the statusbar
2865 (QLabel)
2838 </dd><dt><i>sbWritable</i></dt> 2866 </dd><dt><i>sbWritable</i></dt>
2839 <dd> 2867 <dd>
2840 reference to the writability indicator part of 2868 reference to the writability indicator part of
2841 the statusbar (QLabel) 2869 the statusbar (QLabel)
2842 </dd><dt><i>sbEncoding</i></dt> 2870 </dd><dt><i>sbEncoding</i></dt>
2847 <dd> 2875 <dd>
2848 reference to the language indicator part of the 2876 reference to the language indicator part of the
2849 statusbar (QLabel) 2877 statusbar (QLabel)
2850 </dd><dt><i>sbEol</i></dt> 2878 </dd><dt><i>sbEol</i></dt>
2851 <dd> 2879 <dd>
2852 reference to the eol indicator part of the statusbar (QLabel) 2880 reference to the eol indicator part of the statusbar
2881 (QLabel)
2853 </dd><dt><i>sbZoom</i></dt> 2882 </dd><dt><i>sbZoom</i></dt>
2854 <dd> 2883 <dd>
2855 reference to the zoom widget (E5ZoomWidget) 2884 reference to the zoom widget (E5ZoomWidget)
2856 </dd> 2885 </dd>
2857 </dl><a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a> 2886 </dl><a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a>
2887 </dd> 2916 </dd>
2888 </dl><a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a> 2917 </dl><a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a>
2889 <h4>ViewManager.showDebugSource</h4> 2918 <h4>ViewManager.showDebugSource</h4>
2890 <b>showDebugSource</b>(<i>fn, line</i>) 2919 <b>showDebugSource</b>(<i>fn, line</i>)
2891 <p> 2920 <p>
2892 Public method to open the given file and highlight the given line in it. 2921 Public method to open the given file and highlight the given line in
2922 it.
2893 </p><dl> 2923 </p><dl>
2894 <dt><i>fn</i></dt> 2924 <dt><i>fn</i></dt>
2895 <dd> 2925 <dd>
2896 filename of editor to update (string) 2926 filename of editor to update (string)
2897 </dd><dt><i>line</i></dt> 2927 </dd><dt><i>line</i></dt>
2951 <p> 2981 <p>
2952 Public method to switch off all highlights. 2982 Public method to switch off all highlights.
2953 </p><dl> 2983 </p><dl>
2954 <dt><i>current</i></dt> 2984 <dt><i>current</i></dt>
2955 <dd> 2985 <dd>
2956 flag indicating only the current editor should be unhighlighted 2986 flag indicating only the current editor should be
2957 (boolean) 2987 unhighlighted (boolean)
2958 </dd> 2988 </dd>
2959 </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> 2989 </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a>
2960 <h4>ViewManager.zoomValueChanged</h4> 2990 <h4>ViewManager.zoomValueChanged</h4>
2961 <b>zoomValueChanged</b>(<i>value</i>) 2991 <b>zoomValueChanged</b>(<i>value</i>)
2962 <p> 2992 <p>

eric ide

mercurial