10478:de9106c55c3d | 10479:856476537696 |
---|---|
5 <link rel="stylesheet" href="styles.css"> | 5 <link rel="stylesheet" href="styles.css"> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <a NAME="top" ID="top"></a> | 8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.ViewManager.ViewManager</h1> | 9 <h1>eric7.ViewManager.ViewManager</h1> |
10 | |
11 <p> | 10 <p> |
12 Module implementing the view manager base class. | 11 Module implementing the view manager base class. |
13 </p> | 12 </p> |
13 | |
14 <h3>Global Attributes</h3> | 14 <h3>Global Attributes</h3> |
15 | |
16 <table> | 15 <table> |
17 <tr><td>None</td></tr> | 16 <tr><td>None</td></tr> |
18 </table> | 17 </table> |
18 | |
19 <h3>Classes</h3> | 19 <h3>Classes</h3> |
20 | |
21 <table> | 20 <table> |
22 | |
23 <tr> | 21 <tr> |
24 <td><a href="#ViewManager">ViewManager</a></td> | 22 <td><a href="#ViewManager">ViewManager</a></td> |
25 <td>Base class inherited by all specific view manager classes.</td> | 23 <td>Base class inherited by all specific view manager classes.</td> |
26 </tr> | 24 </tr> |
27 </table> | 25 </table> |
26 | |
28 <h3>Functions</h3> | 27 <h3>Functions</h3> |
29 | |
30 <table> | 28 <table> |
31 <tr><td>None</td></tr> | 29 <tr><td>None</td></tr> |
32 </table> | 30 </table> |
31 | |
33 <hr /> | 32 <hr /> |
34 <hr /> | 33 <hr /> |
35 <a NAME="ViewManager" ID="ViewManager"></a> | 34 <a NAME="ViewManager" ID="ViewManager"></a> |
36 <h2>ViewManager</h2> | 35 <h2>ViewManager</h2> |
37 | |
38 <p> | 36 <p> |
39 Base class inherited by all specific view manager classes. | 37 Base class inherited by all specific view manager classes. |
40 </p> | 38 </p> |
41 <p> | 39 <p> |
42 It defines the interface to be implemented by specific | 40 It defines the interface to be implemented by specific |
43 view manager classes and all common methods. | 41 view manager classes and all common methods. |
44 </p> | 42 </p> |
43 | |
45 <h3>Signals</h3> | 44 <h3>Signals</h3> |
46 <dl> | 45 <dl> |
47 | 46 |
48 <dt>astViewerStateChanged(bool)</dt> | 47 <dt>astViewerStateChanged(bool)</dt> |
49 <dd> | 48 <dd> |
158 </dd> | 157 </dd> |
159 </dl> | 158 </dl> |
160 <h3>Derived from</h3> | 159 <h3>Derived from</h3> |
161 QWidget | 160 QWidget |
162 <h3>Class Attributes</h3> | 161 <h3>Class Attributes</h3> |
163 | |
164 <table> | 162 <table> |
165 <tr><td>None</td></tr> | 163 <tr><td>None</td></tr> |
166 </table> | 164 </table> |
165 | |
167 <h3>Class Methods</h3> | 166 <h3>Class Methods</h3> |
168 | |
169 <table> | 167 <table> |
170 <tr><td>None</td></tr> | 168 <tr><td>None</td></tr> |
171 </table> | 169 </table> |
170 | |
172 <h3>Methods</h3> | 171 <h3>Methods</h3> |
173 | |
174 <table> | 172 <table> |
175 | |
176 <tr> | 173 <tr> |
177 <td><a href="#ViewManager.__init__">ViewManager</a></td> | 174 <td><a href="#ViewManager.__init__">ViewManager</a></td> |
178 <td>Constructor</td> | 175 <td>Constructor</td> |
179 </tr> | 176 </tr> |
180 <tr> | 177 <tr> |
1220 <tr> | 1217 <tr> |
1221 <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td> | 1218 <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td> |
1222 <td>Public slot to handle changes of the zoom value.</td> | 1219 <td>Public slot to handle changes of the zoom value.</td> |
1223 </tr> | 1220 </tr> |
1224 </table> | 1221 </table> |
1222 | |
1225 <h3>Static Methods</h3> | 1223 <h3>Static Methods</h3> |
1226 | |
1227 <table> | 1224 <table> |
1228 <tr><td>None</td></tr> | 1225 <tr><td>None</td></tr> |
1229 </table> | 1226 </table> |
1230 | 1227 |
1228 | |
1231 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> | 1229 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> |
1232 <h4>ViewManager (Constructor)</h4> | 1230 <h4>ViewManager (Constructor)</h4> |
1233 <b>ViewManager</b>(<i></i>) | 1231 <b>ViewManager</b>(<i></i>) |
1234 | |
1235 <p> | 1232 <p> |
1236 Constructor | 1233 Constructor |
1237 </p> | 1234 </p> |
1235 | |
1238 <a NAME="ViewManager.__addBookmarked" ID="ViewManager.__addBookmarked"></a> | 1236 <a NAME="ViewManager.__addBookmarked" ID="ViewManager.__addBookmarked"></a> |
1239 <h4>ViewManager.__addBookmarked</h4> | 1237 <h4>ViewManager.__addBookmarked</h4> |
1240 <b>__addBookmarked</b>(<i></i>) | 1238 <b>__addBookmarked</b>(<i></i>) |
1241 | |
1242 <p> | 1239 <p> |
1243 Private method to add the current file to the list of bookmarked files. | 1240 Private method to add the current file to the list of bookmarked files. |
1244 </p> | 1241 </p> |
1242 | |
1245 <a NAME="ViewManager.__astViewer" ID="ViewManager.__astViewer"></a> | 1243 <a NAME="ViewManager.__astViewer" ID="ViewManager.__astViewer"></a> |
1246 <h4>ViewManager.__astViewer</h4> | 1244 <h4>ViewManager.__astViewer</h4> |
1247 <b>__astViewer</b>(<i>checked</i>) | 1245 <b>__astViewer</b>(<i>checked</i>) |
1248 | |
1249 <p> | 1246 <p> |
1250 Private slot to handle a change of the AST Viewer selection state. | 1247 Private slot to handle a change of the AST Viewer selection state. |
1251 </p> | 1248 </p> |
1249 | |
1252 <dl> | 1250 <dl> |
1253 | 1251 |
1254 <dt><i>checked</i> (bool)</dt> | 1252 <dt><i>checked</i> (bool)</dt> |
1255 <dd> | 1253 <dd> |
1256 state of the action | 1254 state of the action |
1257 </dd> | 1255 </dd> |
1258 </dl> | 1256 </dl> |
1259 <a NAME="ViewManager.__bookmarkSelected" ID="ViewManager.__bookmarkSelected"></a> | 1257 <a NAME="ViewManager.__bookmarkSelected" ID="ViewManager.__bookmarkSelected"></a> |
1260 <h4>ViewManager.__bookmarkSelected</h4> | 1258 <h4>ViewManager.__bookmarkSelected</h4> |
1261 <b>__bookmarkSelected</b>(<i>act</i>) | 1259 <b>__bookmarkSelected</b>(<i>act</i>) |
1262 | |
1263 <p> | 1260 <p> |
1264 Private method to handle the bookmark selected signal. | 1261 Private method to handle the bookmark selected signal. |
1265 </p> | 1262 </p> |
1263 | |
1266 <dl> | 1264 <dl> |
1267 | 1265 |
1268 <dt><i>act</i> (QAction)</dt> | 1266 <dt><i>act</i> (QAction)</dt> |
1269 <dd> | 1267 <dd> |
1270 reference to the action that triggered | 1268 reference to the action that triggered |
1271 </dd> | 1269 </dd> |
1272 </dl> | 1270 </dl> |
1273 <a NAME="ViewManager.__bookmarkToggled" ID="ViewManager.__bookmarkToggled"></a> | 1271 <a NAME="ViewManager.__bookmarkToggled" ID="ViewManager.__bookmarkToggled"></a> |
1274 <h4>ViewManager.__bookmarkToggled</h4> | 1272 <h4>ViewManager.__bookmarkToggled</h4> |
1275 <b>__bookmarkToggled</b>(<i>editor</i>) | 1273 <b>__bookmarkToggled</b>(<i>editor</i>) |
1276 | |
1277 <p> | 1274 <p> |
1278 Private slot to handle the bookmarkToggled signal. | 1275 Private slot to handle the bookmarkToggled signal. |
1279 </p> | 1276 </p> |
1280 <p> | 1277 <p> |
1281 It checks some bookmark actions and reemits the signal. | 1278 It checks some bookmark actions and reemits the signal. |
1282 </p> | 1279 </p> |
1280 | |
1283 <dl> | 1281 <dl> |
1284 | 1282 |
1285 <dt><i>editor</i> (Editor)</dt> | 1283 <dt><i>editor</i> (Editor)</dt> |
1286 <dd> | 1284 <dd> |
1287 editor that sent the signal | 1285 editor that sent the signal |
1288 </dd> | 1286 </dd> |
1289 </dl> | 1287 </dl> |
1290 <a NAME="ViewManager.__breakpointToggled" ID="ViewManager.__breakpointToggled"></a> | 1288 <a NAME="ViewManager.__breakpointToggled" ID="ViewManager.__breakpointToggled"></a> |
1291 <h4>ViewManager.__breakpointToggled</h4> | 1289 <h4>ViewManager.__breakpointToggled</h4> |
1292 <b>__breakpointToggled</b>(<i>editor</i>) | 1290 <b>__breakpointToggled</b>(<i>editor</i>) |
1293 | |
1294 <p> | 1291 <p> |
1295 Private slot to handle the breakpointToggled signal. | 1292 Private slot to handle the breakpointToggled signal. |
1296 </p> | 1293 </p> |
1297 <p> | 1294 <p> |
1298 It simply reemits the signal. | 1295 It simply reemits the signal. |
1299 </p> | 1296 </p> |
1297 | |
1300 <dl> | 1298 <dl> |
1301 | 1299 |
1302 <dt><i>editor</i> (Editor)</dt> | 1300 <dt><i>editor</i> (Editor)</dt> |
1303 <dd> | 1301 <dd> |
1304 editor that sent the signal | 1302 editor that sent the signal |
1305 </dd> | 1303 </dd> |
1306 </dl> | 1304 </dl> |
1307 <a NAME="ViewManager.__changeMarkersUpdated" ID="ViewManager.__changeMarkersUpdated"></a> | 1305 <a NAME="ViewManager.__changeMarkersUpdated" ID="ViewManager.__changeMarkersUpdated"></a> |
1308 <h4>ViewManager.__changeMarkersUpdated</h4> | 1306 <h4>ViewManager.__changeMarkersUpdated</h4> |
1309 <b>__changeMarkersUpdated</b>(<i>editor</i>) | 1307 <b>__changeMarkersUpdated</b>(<i>editor</i>) |
1310 | |
1311 <p> | 1308 <p> |
1312 Private slot to handle the changeMarkersUpdated signal. | 1309 Private slot to handle the changeMarkersUpdated signal. |
1313 </p> | 1310 </p> |
1311 | |
1314 <dl> | 1312 <dl> |
1315 | 1313 |
1316 <dt><i>editor</i> (Editor)</dt> | 1314 <dt><i>editor</i> (Editor)</dt> |
1317 <dd> | 1315 <dd> |
1318 editor that sent the signal | 1316 editor that sent the signal |
1319 </dd> | 1317 </dd> |
1320 </dl> | 1318 </dl> |
1321 <a NAME="ViewManager.__clearAllBookmarks" ID="ViewManager.__clearAllBookmarks"></a> | 1319 <a NAME="ViewManager.__clearAllBookmarks" ID="ViewManager.__clearAllBookmarks"></a> |
1322 <h4>ViewManager.__clearAllBookmarks</h4> | 1320 <h4>ViewManager.__clearAllBookmarks</h4> |
1323 <b>__clearAllBookmarks</b>(<i></i>) | 1321 <b>__clearAllBookmarks</b>(<i></i>) |
1324 | |
1325 <p> | 1322 <p> |
1326 Private method to handle the clear all bookmarks action. | 1323 Private method to handle the clear all bookmarks action. |
1327 </p> | 1324 </p> |
1325 | |
1328 <a NAME="ViewManager.__clearAllFolds" ID="ViewManager.__clearAllFolds"></a> | 1326 <a NAME="ViewManager.__clearAllFolds" ID="ViewManager.__clearAllFolds"></a> |
1329 <h4>ViewManager.__clearAllFolds</h4> | 1327 <h4>ViewManager.__clearAllFolds</h4> |
1330 <b>__clearAllFolds</b>(<i></i>) | 1328 <b>__clearAllFolds</b>(<i></i>) |
1331 | |
1332 <p> | 1329 <p> |
1333 Private method to handle the clear all folds action. | 1330 Private method to handle the clear all folds action. |
1334 </p> | 1331 </p> |
1332 | |
1335 <a NAME="ViewManager.__clearAllSyntaxErrors" ID="ViewManager.__clearAllSyntaxErrors"></a> | 1333 <a NAME="ViewManager.__clearAllSyntaxErrors" ID="ViewManager.__clearAllSyntaxErrors"></a> |
1336 <h4>ViewManager.__clearAllSyntaxErrors</h4> | 1334 <h4>ViewManager.__clearAllSyntaxErrors</h4> |
1337 <b>__clearAllSyntaxErrors</b>(<i></i>) | 1335 <b>__clearAllSyntaxErrors</b>(<i></i>) |
1338 | |
1339 <p> | 1336 <p> |
1340 Private method to handle the clear all syntax errors action. | 1337 Private method to handle the clear all syntax errors action. |
1341 </p> | 1338 </p> |
1339 | |
1342 <a NAME="ViewManager.__clearAllWarnings" ID="ViewManager.__clearAllWarnings"></a> | 1340 <a NAME="ViewManager.__clearAllWarnings" ID="ViewManager.__clearAllWarnings"></a> |
1343 <h4>ViewManager.__clearAllWarnings</h4> | 1341 <h4>ViewManager.__clearAllWarnings</h4> |
1344 <b>__clearAllWarnings</b>(<i></i>) | 1342 <b>__clearAllWarnings</b>(<i></i>) |
1345 | |
1346 <p> | 1343 <p> |
1347 Private method to handle the clear all warnings action. | 1344 Private method to handle the clear all warnings action. |
1348 </p> | 1345 </p> |
1346 | |
1349 <a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a> | 1347 <a NAME="ViewManager.__clearBookmarked" ID="ViewManager.__clearBookmarked"></a> |
1350 <h4>ViewManager.__clearBookmarked</h4> | 1348 <h4>ViewManager.__clearBookmarked</h4> |
1351 <b>__clearBookmarked</b>(<i></i>) | 1349 <b>__clearBookmarked</b>(<i></i>) |
1352 | |
1353 <p> | 1350 <p> |
1354 Private method to clear the bookmarked files menu. | 1351 Private method to clear the bookmarked files menu. |
1355 </p> | 1352 </p> |
1353 | |
1356 <a NAME="ViewManager.__connectEditor" ID="ViewManager.__connectEditor"></a> | 1354 <a NAME="ViewManager.__connectEditor" ID="ViewManager.__connectEditor"></a> |
1357 <h4>ViewManager.__connectEditor</h4> | 1355 <h4>ViewManager.__connectEditor</h4> |
1358 <b>__connectEditor</b>(<i>editor</i>) | 1356 <b>__connectEditor</b>(<i>editor</i>) |
1359 | |
1360 <p> | 1357 <p> |
1361 Private method to establish all editor connections. | 1358 Private method to establish all editor connections. |
1362 </p> | 1359 </p> |
1360 | |
1363 <dl> | 1361 <dl> |
1364 | 1362 |
1365 <dt><i>editor</i> (Editor)</dt> | 1363 <dt><i>editor</i> (Editor)</dt> |
1366 <dd> | 1364 <dd> |
1367 reference to the editor object to be connected | 1365 reference to the editor object to be connected |
1368 </dd> | 1366 </dd> |
1369 </dl> | 1367 </dl> |
1370 <a NAME="ViewManager.__convertEOL" ID="ViewManager.__convertEOL"></a> | 1368 <a NAME="ViewManager.__convertEOL" ID="ViewManager.__convertEOL"></a> |
1371 <h4>ViewManager.__convertEOL</h4> | 1369 <h4>ViewManager.__convertEOL</h4> |
1372 <b>__convertEOL</b>(<i></i>) | 1370 <b>__convertEOL</b>(<i></i>) |
1373 | |
1374 <p> | 1371 <p> |
1375 Private method to handle the convert line end characters action. | 1372 Private method to handle the convert line end characters action. |
1376 </p> | 1373 </p> |
1374 | |
1377 <a NAME="ViewManager.__convertTabs" ID="ViewManager.__convertTabs"></a> | 1375 <a NAME="ViewManager.__convertTabs" ID="ViewManager.__convertTabs"></a> |
1378 <h4>ViewManager.__convertTabs</h4> | 1376 <h4>ViewManager.__convertTabs</h4> |
1379 <b>__convertTabs</b>(<i></i>) | 1377 <b>__convertTabs</b>(<i></i>) |
1380 | |
1381 <p> | 1378 <p> |
1382 Private method to handle the convert tabs to spaces action. | 1379 Private method to handle the convert tabs to spaces action. |
1383 </p> | 1380 </p> |
1381 | |
1384 <a NAME="ViewManager.__coverageMarkersShown" ID="ViewManager.__coverageMarkersShown"></a> | 1382 <a NAME="ViewManager.__coverageMarkersShown" ID="ViewManager.__coverageMarkersShown"></a> |
1385 <h4>ViewManager.__coverageMarkersShown</h4> | 1383 <h4>ViewManager.__coverageMarkersShown</h4> |
1386 <b>__coverageMarkersShown</b>(<i>shown</i>) | 1384 <b>__coverageMarkersShown</b>(<i>shown</i>) |
1387 | |
1388 <p> | 1385 <p> |
1389 Private slot to handle the coverageMarkersShown signal. | 1386 Private slot to handle the coverageMarkersShown signal. |
1390 </p> | 1387 </p> |
1388 | |
1391 <dl> | 1389 <dl> |
1392 | 1390 |
1393 <dt><i>shown</i> (bool)</dt> | 1391 <dt><i>shown</i> (bool)</dt> |
1394 <dd> | 1392 <dd> |
1395 flag indicating whether the markers were shown or cleared | 1393 flag indicating whether the markers were shown or cleared |
1396 </dd> | 1394 </dd> |
1397 </dl> | 1395 </dl> |
1398 <a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a> | 1396 <a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a> |
1399 <h4>ViewManager.__cursorChanged</h4> | 1397 <h4>ViewManager.__cursorChanged</h4> |
1400 <b>__cursorChanged</b>(<i>fn, line, pos, editor</i>) | 1398 <b>__cursorChanged</b>(<i>fn, line, pos, editor</i>) |
1401 | |
1402 <p> | 1399 <p> |
1403 Private slot to handle the cursorChanged signal. | 1400 Private slot to handle the cursorChanged signal. |
1404 </p> | 1401 </p> |
1405 <p> | 1402 <p> |
1406 It emits the signal cursorChanged with parameter editor. | 1403 It emits the signal cursorChanged with parameter editor. |
1407 </p> | 1404 </p> |
1405 | |
1408 <dl> | 1406 <dl> |
1409 | 1407 |
1410 <dt><i>fn</i> (str)</dt> | 1408 <dt><i>fn</i> (str)</dt> |
1411 <dd> | 1409 <dd> |
1412 filename | 1410 filename |
1425 </dd> | 1423 </dd> |
1426 </dl> | 1424 </dl> |
1427 <a NAME="ViewManager.__disViewer" ID="ViewManager.__disViewer"></a> | 1425 <a NAME="ViewManager.__disViewer" ID="ViewManager.__disViewer"></a> |
1428 <h4>ViewManager.__disViewer</h4> | 1426 <h4>ViewManager.__disViewer</h4> |
1429 <b>__disViewer</b>(<i>checked</i>) | 1427 <b>__disViewer</b>(<i>checked</i>) |
1430 | |
1431 <p> | 1428 <p> |
1432 Private slot to handle a change of the DIS Viewer selection state. | 1429 Private slot to handle a change of the DIS Viewer selection state. |
1433 </p> | 1430 </p> |
1431 | |
1434 <dl> | 1432 <dl> |
1435 | 1433 |
1436 <dt><i>checked</i> (bool)</dt> | 1434 <dt><i>checked</i> (bool)</dt> |
1437 <dd> | 1435 <dd> |
1438 state of the action | 1436 state of the action |
1439 </dd> | 1437 </dd> |
1440 </dl> | 1438 </dl> |
1441 <a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a> | 1439 <a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a> |
1442 <h4>ViewManager.__editAutoComplete</h4> | 1440 <h4>ViewManager.__editAutoComplete</h4> |
1443 <b>__editAutoComplete</b>(<i></i>) | 1441 <b>__editAutoComplete</b>(<i></i>) |
1444 | |
1445 <p> | 1442 <p> |
1446 Private method to handle the autocomplete action. | 1443 Private method to handle the autocomplete action. |
1447 </p> | 1444 </p> |
1445 | |
1448 <a NAME="ViewManager.__editAutoCompleteFromAPIs" ID="ViewManager.__editAutoCompleteFromAPIs"></a> | 1446 <a NAME="ViewManager.__editAutoCompleteFromAPIs" ID="ViewManager.__editAutoCompleteFromAPIs"></a> |
1449 <h4>ViewManager.__editAutoCompleteFromAPIs</h4> | 1447 <h4>ViewManager.__editAutoCompleteFromAPIs</h4> |
1450 <b>__editAutoCompleteFromAPIs</b>(<i></i>) | 1448 <b>__editAutoCompleteFromAPIs</b>(<i></i>) |
1451 | |
1452 <p> | 1449 <p> |
1453 Private method to handle the autocomplete from APIs action. | 1450 Private method to handle the autocomplete from APIs action. |
1454 </p> | 1451 </p> |
1452 | |
1455 <a NAME="ViewManager.__editAutoCompleteFromAll" ID="ViewManager.__editAutoCompleteFromAll"></a> | 1453 <a NAME="ViewManager.__editAutoCompleteFromAll" ID="ViewManager.__editAutoCompleteFromAll"></a> |
1456 <h4>ViewManager.__editAutoCompleteFromAll</h4> | 1454 <h4>ViewManager.__editAutoCompleteFromAll</h4> |
1457 <b>__editAutoCompleteFromAll</b>(<i></i>) | 1455 <b>__editAutoCompleteFromAll</b>(<i></i>) |
1458 | |
1459 <p> | 1456 <p> |
1460 Private method to handle the autocomplete from All action. | 1457 Private method to handle the autocomplete from All action. |
1461 </p> | 1458 </p> |
1459 | |
1462 <a NAME="ViewManager.__editAutoCompleteFromDoc" ID="ViewManager.__editAutoCompleteFromDoc"></a> | 1460 <a NAME="ViewManager.__editAutoCompleteFromDoc" ID="ViewManager.__editAutoCompleteFromDoc"></a> |
1463 <h4>ViewManager.__editAutoCompleteFromDoc</h4> | 1461 <h4>ViewManager.__editAutoCompleteFromDoc</h4> |
1464 <b>__editAutoCompleteFromDoc</b>(<i></i>) | 1462 <b>__editAutoCompleteFromDoc</b>(<i></i>) |
1465 | |
1466 <p> | 1463 <p> |
1467 Private method to handle the autocomplete from document action. | 1464 Private method to handle the autocomplete from document action. |
1468 </p> | 1465 </p> |
1466 | |
1469 <a NAME="ViewManager.__editBookmarked" ID="ViewManager.__editBookmarked"></a> | 1467 <a NAME="ViewManager.__editBookmarked" ID="ViewManager.__editBookmarked"></a> |
1470 <h4>ViewManager.__editBookmarked</h4> | 1468 <h4>ViewManager.__editBookmarked</h4> |
1471 <b>__editBookmarked</b>(<i></i>) | 1469 <b>__editBookmarked</b>(<i></i>) |
1472 | |
1473 <p> | 1470 <p> |
1474 Private method to edit the list of bookmarked files. | 1471 Private method to edit the list of bookmarked files. |
1475 </p> | 1472 </p> |
1473 | |
1476 <a NAME="ViewManager.__editBoxComment" ID="ViewManager.__editBoxComment"></a> | 1474 <a NAME="ViewManager.__editBoxComment" ID="ViewManager.__editBoxComment"></a> |
1477 <h4>ViewManager.__editBoxComment</h4> | 1475 <h4>ViewManager.__editBoxComment</h4> |
1478 <b>__editBoxComment</b>(<i></i>) | 1476 <b>__editBoxComment</b>(<i></i>) |
1479 | |
1480 <p> | 1477 <p> |
1481 Private method to handle the box comment action. | 1478 Private method to handle the box comment action. |
1482 </p> | 1479 </p> |
1480 | |
1483 <a NAME="ViewManager.__editComment" ID="ViewManager.__editComment"></a> | 1481 <a NAME="ViewManager.__editComment" ID="ViewManager.__editComment"></a> |
1484 <h4>ViewManager.__editComment</h4> | 1482 <h4>ViewManager.__editComment</h4> |
1485 <b>__editComment</b>(<i></i>) | 1483 <b>__editComment</b>(<i></i>) |
1486 | |
1487 <p> | 1484 <p> |
1488 Private method to handle the comment action. | 1485 Private method to handle the comment action. |
1489 </p> | 1486 </p> |
1487 | |
1490 <a NAME="ViewManager.__editCopy" ID="ViewManager.__editCopy"></a> | 1488 <a NAME="ViewManager.__editCopy" ID="ViewManager.__editCopy"></a> |
1491 <h4>ViewManager.__editCopy</h4> | 1489 <h4>ViewManager.__editCopy</h4> |
1492 <b>__editCopy</b>(<i></i>) | 1490 <b>__editCopy</b>(<i></i>) |
1493 | |
1494 <p> | 1491 <p> |
1495 Private method to handle the copy action. | 1492 Private method to handle the copy action. |
1496 </p> | 1493 </p> |
1494 | |
1497 <a NAME="ViewManager.__editCut" ID="ViewManager.__editCut"></a> | 1495 <a NAME="ViewManager.__editCut" ID="ViewManager.__editCut"></a> |
1498 <h4>ViewManager.__editCut</h4> | 1496 <h4>ViewManager.__editCut</h4> |
1499 <b>__editCut</b>(<i></i>) | 1497 <b>__editCut</b>(<i></i>) |
1500 | |
1501 <p> | 1498 <p> |
1502 Private method to handle the cut action. | 1499 Private method to handle the cut action. |
1503 </p> | 1500 </p> |
1501 | |
1504 <a NAME="ViewManager.__editDelete" ID="ViewManager.__editDelete"></a> | 1502 <a NAME="ViewManager.__editDelete" ID="ViewManager.__editDelete"></a> |
1505 <h4>ViewManager.__editDelete</h4> | 1503 <h4>ViewManager.__editDelete</h4> |
1506 <b>__editDelete</b>(<i></i>) | 1504 <b>__editDelete</b>(<i></i>) |
1507 | |
1508 <p> | 1505 <p> |
1509 Private method to handle the delete action. | 1506 Private method to handle the delete action. |
1510 </p> | 1507 </p> |
1508 | |
1511 <a NAME="ViewManager.__editDeselectAll" ID="ViewManager.__editDeselectAll"></a> | 1509 <a NAME="ViewManager.__editDeselectAll" ID="ViewManager.__editDeselectAll"></a> |
1512 <h4>ViewManager.__editDeselectAll</h4> | 1510 <h4>ViewManager.__editDeselectAll</h4> |
1513 <b>__editDeselectAll</b>(<i></i>) | 1511 <b>__editDeselectAll</b>(<i></i>) |
1514 | |
1515 <p> | 1512 <p> |
1516 Private method to handle the select all action. | 1513 Private method to handle the select all action. |
1517 </p> | 1514 </p> |
1515 | |
1518 <a NAME="ViewManager.__editIndent" ID="ViewManager.__editIndent"></a> | 1516 <a NAME="ViewManager.__editIndent" ID="ViewManager.__editIndent"></a> |
1519 <h4>ViewManager.__editIndent</h4> | 1517 <h4>ViewManager.__editIndent</h4> |
1520 <b>__editIndent</b>(<i></i>) | 1518 <b>__editIndent</b>(<i></i>) |
1521 | |
1522 <p> | 1519 <p> |
1523 Private method to handle the indent action. | 1520 Private method to handle the indent action. |
1524 </p> | 1521 </p> |
1522 | |
1525 <a NAME="ViewManager.__editInsertDocstring" ID="ViewManager.__editInsertDocstring"></a> | 1523 <a NAME="ViewManager.__editInsertDocstring" ID="ViewManager.__editInsertDocstring"></a> |
1526 <h4>ViewManager.__editInsertDocstring</h4> | 1524 <h4>ViewManager.__editInsertDocstring</h4> |
1527 <b>__editInsertDocstring</b>(<i></i>) | 1525 <b>__editInsertDocstring</b>(<i></i>) |
1528 | |
1529 <p> | 1526 <p> |
1530 Private method to insert a docstring. | 1527 Private method to insert a docstring. |
1531 </p> | 1528 </p> |
1529 | |
1532 <a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a> | 1530 <a NAME="ViewManager.__editJoin" ID="ViewManager.__editJoin"></a> |
1533 <h4>ViewManager.__editJoin</h4> | 1531 <h4>ViewManager.__editJoin</h4> |
1534 <b>__editJoin</b>(<i></i>) | 1532 <b>__editJoin</b>(<i></i>) |
1535 | |
1536 <p> | 1533 <p> |
1537 Private method to handle the join action. | 1534 Private method to handle the join action. |
1538 </p> | 1535 </p> |
1536 | |
1539 <a NAME="ViewManager.__editPaste" ID="ViewManager.__editPaste"></a> | 1537 <a NAME="ViewManager.__editPaste" ID="ViewManager.__editPaste"></a> |
1540 <h4>ViewManager.__editPaste</h4> | 1538 <h4>ViewManager.__editPaste</h4> |
1541 <b>__editPaste</b>(<i></i>) | 1539 <b>__editPaste</b>(<i></i>) |
1542 | |
1543 <p> | 1540 <p> |
1544 Private method to handle the paste action. | 1541 Private method to handle the paste action. |
1545 </p> | 1542 </p> |
1543 | |
1546 <a NAME="ViewManager.__editProjectPEL" ID="ViewManager.__editProjectPEL"></a> | 1544 <a NAME="ViewManager.__editProjectPEL" ID="ViewManager.__editProjectPEL"></a> |
1547 <h4>ViewManager.__editProjectPEL</h4> | 1545 <h4>ViewManager.__editProjectPEL</h4> |
1548 <b>__editProjectPEL</b>(<i></i>) | 1546 <b>__editProjectPEL</b>(<i></i>) |
1549 | |
1550 <p> | 1547 <p> |
1551 Private slot to edit the project exception list. | 1548 Private slot to edit the project exception list. |
1552 </p> | 1549 </p> |
1550 | |
1553 <a NAME="ViewManager.__editProjectPWL" ID="ViewManager.__editProjectPWL"></a> | 1551 <a NAME="ViewManager.__editProjectPWL" ID="ViewManager.__editProjectPWL"></a> |
1554 <h4>ViewManager.__editProjectPWL</h4> | 1552 <h4>ViewManager.__editProjectPWL</h4> |
1555 <b>__editProjectPWL</b>(<i></i>) | 1553 <b>__editProjectPWL</b>(<i></i>) |
1556 | |
1557 <p> | 1554 <p> |
1558 Private slot to edit the project word list. | 1555 Private slot to edit the project word list. |
1559 </p> | 1556 </p> |
1557 | |
1560 <a NAME="ViewManager.__editRedo" ID="ViewManager.__editRedo"></a> | 1558 <a NAME="ViewManager.__editRedo" ID="ViewManager.__editRedo"></a> |
1561 <h4>ViewManager.__editRedo</h4> | 1559 <h4>ViewManager.__editRedo</h4> |
1562 <b>__editRedo</b>(<i></i>) | 1560 <b>__editRedo</b>(<i></i>) |
1563 | |
1564 <p> | 1561 <p> |
1565 Private method to handle the redo action. | 1562 Private method to handle the redo action. |
1566 </p> | 1563 </p> |
1564 | |
1567 <a NAME="ViewManager.__editRevert" ID="ViewManager.__editRevert"></a> | 1565 <a NAME="ViewManager.__editRevert" ID="ViewManager.__editRevert"></a> |
1568 <h4>ViewManager.__editRevert</h4> | 1566 <h4>ViewManager.__editRevert</h4> |
1569 <b>__editRevert</b>(<i></i>) | 1567 <b>__editRevert</b>(<i></i>) |
1570 | |
1571 <p> | 1568 <p> |
1572 Private method to handle the revert action. | 1569 Private method to handle the revert action. |
1573 </p> | 1570 </p> |
1571 | |
1574 <a NAME="ViewManager.__editSelectAll" ID="ViewManager.__editSelectAll"></a> | 1572 <a NAME="ViewManager.__editSelectAll" ID="ViewManager.__editSelectAll"></a> |
1575 <h4>ViewManager.__editSelectAll</h4> | 1573 <h4>ViewManager.__editSelectAll</h4> |
1576 <b>__editSelectAll</b>(<i></i>) | 1574 <b>__editSelectAll</b>(<i></i>) |
1577 | |
1578 <p> | 1575 <p> |
1579 Private method to handle the select all action. | 1576 Private method to handle the select all action. |
1580 </p> | 1577 </p> |
1578 | |
1581 <a NAME="ViewManager.__editSelectBrace" ID="ViewManager.__editSelectBrace"></a> | 1579 <a NAME="ViewManager.__editSelectBrace" ID="ViewManager.__editSelectBrace"></a> |
1582 <h4>ViewManager.__editSelectBrace</h4> | 1580 <h4>ViewManager.__editSelectBrace</h4> |
1583 <b>__editSelectBrace</b>(<i></i>) | 1581 <b>__editSelectBrace</b>(<i></i>) |
1584 | |
1585 <p> | 1582 <p> |
1586 Private method to handle the select to brace action. | 1583 Private method to handle the select to brace action. |
1587 </p> | 1584 </p> |
1585 | |
1588 <a NAME="ViewManager.__editShowCallTips" ID="ViewManager.__editShowCallTips"></a> | 1586 <a NAME="ViewManager.__editShowCallTips" ID="ViewManager.__editShowCallTips"></a> |
1589 <h4>ViewManager.__editShowCallTips</h4> | 1587 <h4>ViewManager.__editShowCallTips</h4> |
1590 <b>__editShowCallTips</b>(<i></i>) | 1588 <b>__editShowCallTips</b>(<i></i>) |
1591 | |
1592 <p> | 1589 <p> |
1593 Private method to handle the calltips action. | 1590 Private method to handle the calltips action. |
1594 </p> | 1591 </p> |
1592 | |
1595 <a NAME="ViewManager.__editShowCodeInfo" ID="ViewManager.__editShowCodeInfo"></a> | 1593 <a NAME="ViewManager.__editShowCodeInfo" ID="ViewManager.__editShowCodeInfo"></a> |
1596 <h4>ViewManager.__editShowCodeInfo</h4> | 1594 <h4>ViewManager.__editShowCodeInfo</h4> |
1597 <b>__editShowCodeInfo</b>(<i></i>) | 1595 <b>__editShowCodeInfo</b>(<i></i>) |
1598 | |
1599 <p> | 1596 <p> |
1600 Private method to handle the code info action. | 1597 Private method to handle the code info action. |
1601 </p> | 1598 </p> |
1599 | |
1602 <a NAME="ViewManager.__editSmartIndent" ID="ViewManager.__editSmartIndent"></a> | 1600 <a NAME="ViewManager.__editSmartIndent" ID="ViewManager.__editSmartIndent"></a> |
1603 <h4>ViewManager.__editSmartIndent</h4> | 1601 <h4>ViewManager.__editSmartIndent</h4> |
1604 <b>__editSmartIndent</b>(<i></i>) | 1602 <b>__editSmartIndent</b>(<i></i>) |
1605 | |
1606 <p> | 1603 <p> |
1607 Private method to handle the smart indent action. | 1604 Private method to handle the smart indent action. |
1608 </p> | 1605 </p> |
1606 | |
1609 <a NAME="ViewManager.__editSortSelectedLines" ID="ViewManager.__editSortSelectedLines"></a> | 1607 <a NAME="ViewManager.__editSortSelectedLines" ID="ViewManager.__editSortSelectedLines"></a> |
1610 <h4>ViewManager.__editSortSelectedLines</h4> | 1608 <h4>ViewManager.__editSortSelectedLines</h4> |
1611 <b>__editSortSelectedLines</b>(<i></i>) | 1609 <b>__editSortSelectedLines</b>(<i></i>) |
1612 | |
1613 <p> | 1610 <p> |
1614 Private slot to sort the selected lines. | 1611 Private slot to sort the selected lines. |
1615 </p> | 1612 </p> |
1613 | |
1616 <a NAME="ViewManager.__editSpellingDictionary" ID="ViewManager.__editSpellingDictionary"></a> | 1614 <a NAME="ViewManager.__editSpellingDictionary" ID="ViewManager.__editSpellingDictionary"></a> |
1617 <h4>ViewManager.__editSpellingDictionary</h4> | 1615 <h4>ViewManager.__editSpellingDictionary</h4> |
1618 <b>__editSpellingDictionary</b>(<i>dictionaryFile</i>) | 1616 <b>__editSpellingDictionary</b>(<i>dictionaryFile</i>) |
1619 | |
1620 <p> | 1617 <p> |
1621 Private slot to edit the given spelling dictionary. | 1618 Private slot to edit the given spelling dictionary. |
1622 </p> | 1619 </p> |
1620 | |
1623 <dl> | 1621 <dl> |
1624 | 1622 |
1625 <dt><i>dictionaryFile</i> (str)</dt> | 1623 <dt><i>dictionaryFile</i> (str)</dt> |
1626 <dd> | 1624 <dd> |
1627 file name of the dictionary to edit | 1625 file name of the dictionary to edit |
1628 </dd> | 1626 </dd> |
1629 </dl> | 1627 </dl> |
1630 <a NAME="ViewManager.__editStreamComment" ID="ViewManager.__editStreamComment"></a> | 1628 <a NAME="ViewManager.__editStreamComment" ID="ViewManager.__editStreamComment"></a> |
1631 <h4>ViewManager.__editStreamComment</h4> | 1629 <h4>ViewManager.__editStreamComment</h4> |
1632 <b>__editStreamComment</b>(<i></i>) | 1630 <b>__editStreamComment</b>(<i></i>) |
1633 | |
1634 <p> | 1631 <p> |
1635 Private method to handle the stream comment action. | 1632 Private method to handle the stream comment action. |
1636 </p> | 1633 </p> |
1634 | |
1637 <a NAME="ViewManager.__editToggleComment" ID="ViewManager.__editToggleComment"></a> | 1635 <a NAME="ViewManager.__editToggleComment" ID="ViewManager.__editToggleComment"></a> |
1638 <h4>ViewManager.__editToggleComment</h4> | 1636 <h4>ViewManager.__editToggleComment</h4> |
1639 <b>__editToggleComment</b>(<i></i>) | 1637 <b>__editToggleComment</b>(<i></i>) |
1640 | |
1641 <p> | 1638 <p> |
1642 Private method to handle the toggle comment action. | 1639 Private method to handle the toggle comment action. |
1643 </p> | 1640 </p> |
1641 | |
1644 <a NAME="ViewManager.__editUncomment" ID="ViewManager.__editUncomment"></a> | 1642 <a NAME="ViewManager.__editUncomment" ID="ViewManager.__editUncomment"></a> |
1645 <h4>ViewManager.__editUncomment</h4> | 1643 <h4>ViewManager.__editUncomment</h4> |
1646 <b>__editUncomment</b>(<i></i>) | 1644 <b>__editUncomment</b>(<i></i>) |
1647 | |
1648 <p> | 1645 <p> |
1649 Private method to handle the uncomment action. | 1646 Private method to handle the uncomment action. |
1650 </p> | 1647 </p> |
1648 | |
1651 <a NAME="ViewManager.__editUndo" ID="ViewManager.__editUndo"></a> | 1649 <a NAME="ViewManager.__editUndo" ID="ViewManager.__editUndo"></a> |
1652 <h4>ViewManager.__editUndo</h4> | 1650 <h4>ViewManager.__editUndo</h4> |
1653 <b>__editUndo</b>(<i></i>) | 1651 <b>__editUndo</b>(<i></i>) |
1654 | |
1655 <p> | 1652 <p> |
1656 Private method to handle the undo action. | 1653 Private method to handle the undo action. |
1657 </p> | 1654 </p> |
1655 | |
1658 <a NAME="ViewManager.__editUnindent" ID="ViewManager.__editUnindent"></a> | 1656 <a NAME="ViewManager.__editUnindent" ID="ViewManager.__editUnindent"></a> |
1659 <h4>ViewManager.__editUnindent</h4> | 1657 <h4>ViewManager.__editUnindent</h4> |
1660 <b>__editUnindent</b>(<i></i>) | 1658 <b>__editUnindent</b>(<i></i>) |
1661 | |
1662 <p> | 1659 <p> |
1663 Private method to handle the unindent action. | 1660 Private method to handle the unindent action. |
1664 </p> | 1661 </p> |
1662 | |
1665 <a NAME="ViewManager.__editUserPEL" ID="ViewManager.__editUserPEL"></a> | 1663 <a NAME="ViewManager.__editUserPEL" ID="ViewManager.__editUserPEL"></a> |
1666 <h4>ViewManager.__editUserPEL</h4> | 1664 <h4>ViewManager.__editUserPEL</h4> |
1667 <b>__editUserPEL</b>(<i></i>) | 1665 <b>__editUserPEL</b>(<i></i>) |
1668 | |
1669 <p> | 1666 <p> |
1670 Private slot to edit the user exception list. | 1667 Private slot to edit the user exception list. |
1671 </p> | 1668 </p> |
1669 | |
1672 <a NAME="ViewManager.__editUserPWL" ID="ViewManager.__editUserPWL"></a> | 1670 <a NAME="ViewManager.__editUserPWL" ID="ViewManager.__editUserPWL"></a> |
1673 <h4>ViewManager.__editUserPWL</h4> | 1671 <h4>ViewManager.__editUserPWL</h4> |
1674 <b>__editUserPWL</b>(<i></i>) | 1672 <b>__editUserPWL</b>(<i></i>) |
1675 | |
1676 <p> | 1673 <p> |
1677 Private slot to edit the user word list. | 1674 Private slot to edit the user word list. |
1678 </p> | 1675 </p> |
1676 | |
1679 <a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a> | 1677 <a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a> |
1680 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4> | 1678 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4> |
1681 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available, editor</i>) | 1679 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available, editor</i>) |
1682 | |
1683 <p> | 1680 <p> |
1684 Private method to handle the availability of API autocompletion signal. | 1681 Private method to handle the availability of API autocompletion signal. |
1685 </p> | 1682 </p> |
1683 | |
1686 <dl> | 1684 <dl> |
1687 | 1685 |
1688 <dt><i>available</i> (bool)</dt> | 1686 <dt><i>available</i> (bool)</dt> |
1689 <dd> | 1687 <dd> |
1690 flag indicating the availability of API | 1688 flag indicating the availability of API |
1696 </dd> | 1694 </dd> |
1697 </dl> | 1695 </dl> |
1698 <a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a> | 1696 <a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a> |
1699 <h4>ViewManager.__editorCommand</h4> | 1697 <h4>ViewManager.__editorCommand</h4> |
1700 <b>__editorCommand</b>(<i>cmd</i>) | 1698 <b>__editorCommand</b>(<i>cmd</i>) |
1701 | |
1702 <p> | 1699 <p> |
1703 Private method to send an editor command to the active window. | 1700 Private method to send an editor command to the active window. |
1704 </p> | 1701 </p> |
1702 | |
1705 <dl> | 1703 <dl> |
1706 | 1704 |
1707 <dt><i>cmd</i> (int)</dt> | 1705 <dt><i>cmd</i> (int)</dt> |
1708 <dd> | 1706 <dd> |
1709 the scintilla command to be sent | 1707 the scintilla command to be sent |
1710 </dd> | 1708 </dd> |
1711 </dl> | 1709 </dl> |
1712 <a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> | 1710 <a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> |
1713 <h4>ViewManager.__editorConfigChanged</h4> | 1711 <h4>ViewManager.__editorConfigChanged</h4> |
1714 <b>__editorConfigChanged</b>(<i>editor</i>) | 1712 <b>__editorConfigChanged</b>(<i>editor</i>) |
1715 | |
1716 <p> | 1713 <p> |
1717 Private slot to handle changes of an editor's configuration. | 1714 Private slot to handle changes of an editor's configuration. |
1718 </p> | 1715 </p> |
1716 | |
1719 <dl> | 1717 <dl> |
1720 | 1718 |
1721 <dt><i>editor</i> (Editor)</dt> | 1719 <dt><i>editor</i> (Editor)</dt> |
1722 <dd> | 1720 <dd> |
1723 reference to the editor | 1721 reference to the editor |
1724 </dd> | 1722 </dd> |
1725 </dl> | 1723 </dl> |
1726 <a NAME="ViewManager.__editorDoubleClicked" ID="ViewManager.__editorDoubleClicked"></a> | 1724 <a NAME="ViewManager.__editorDoubleClicked" ID="ViewManager.__editorDoubleClicked"></a> |
1727 <h4>ViewManager.__editorDoubleClicked</h4> | 1725 <h4>ViewManager.__editorDoubleClicked</h4> |
1728 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) | 1726 <b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) |
1729 | |
1730 <p> | 1727 <p> |
1731 Private slot handling mouse double clicks of an editor. | 1728 Private slot handling mouse double clicks of an editor. |
1732 </p> | 1729 </p> |
1733 <p> | 1730 <p> |
1734 Note: This method is simply a multiplexer to re-emit the signal | 1731 Note: This method is simply a multiplexer to re-emit the signal |
1735 with the editor prepended. | 1732 with the editor prepended. |
1736 </p> | 1733 </p> |
1734 | |
1737 <dl> | 1735 <dl> |
1738 | 1736 |
1739 <dt><i>editor</i> (Editor)</dt> | 1737 <dt><i>editor</i> (Editor)</dt> |
1740 <dd> | 1738 <dd> |
1741 reference to the editor, that emitted the signal | 1739 reference to the editor, that emitted the signal |
1750 </dd> | 1748 </dd> |
1751 </dl> | 1749 </dl> |
1752 <a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> | 1750 <a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> |
1753 <h4>ViewManager.__editorOpened</h4> | 1751 <h4>ViewManager.__editorOpened</h4> |
1754 <b>__editorOpened</b>(<i></i>) | 1752 <b>__editorOpened</b>(<i></i>) |
1755 | |
1756 <p> | 1753 <p> |
1757 Private slot to handle the editorOpened signal. | 1754 Private slot to handle the editorOpened signal. |
1758 </p> | 1755 </p> |
1756 | |
1759 <a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a> | 1757 <a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a> |
1760 <h4>ViewManager.__editorRenamed</h4> | 1758 <h4>ViewManager.__editorRenamed</h4> |
1761 <b>__editorRenamed</b>(<i>fn, editor</i>) | 1759 <b>__editorRenamed</b>(<i>fn, editor</i>) |
1762 | |
1763 <p> | 1760 <p> |
1764 Private slot to handle the editorRenamed signal. | 1761 Private slot to handle the editorRenamed signal. |
1765 </p> | 1762 </p> |
1766 <p> | 1763 <p> |
1767 It simply re-emits the signal. | 1764 It simply re-emits the signal. |
1768 </p> | 1765 </p> |
1766 | |
1769 <dl> | 1767 <dl> |
1770 | 1768 |
1771 <dt><i>fn</i> (str)</dt> | 1769 <dt><i>fn</i> (str)</dt> |
1772 <dd> | 1770 <dd> |
1773 filename of the renamed editor | 1771 filename of the renamed editor |
1778 </dd> | 1776 </dd> |
1779 </dl> | 1777 </dl> |
1780 <a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a> | 1778 <a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a> |
1781 <h4>ViewManager.__editorSaved</h4> | 1779 <h4>ViewManager.__editorSaved</h4> |
1782 <b>__editorSaved</b>(<i>fn, editor</i>) | 1780 <b>__editorSaved</b>(<i>fn, editor</i>) |
1783 | |
1784 <p> | 1781 <p> |
1785 Private slot to handle the editorSaved signal. | 1782 Private slot to handle the editorSaved signal. |
1786 </p> | 1783 </p> |
1787 <p> | 1784 <p> |
1788 It simply re-emits the signal. | 1785 It simply re-emits the signal. |
1789 </p> | 1786 </p> |
1787 | |
1790 <dl> | 1788 <dl> |
1791 | 1789 |
1792 <dt><i>fn</i> (str)</dt> | 1790 <dt><i>fn</i> (str)</dt> |
1793 <dd> | 1791 <dd> |
1794 filename of the saved editor | 1792 filename of the saved editor |
1799 </dd> | 1797 </dd> |
1800 </dl> | 1798 </dl> |
1801 <a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> | 1799 <a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> |
1802 <h4>ViewManager.__editorSelectionChanged</h4> | 1800 <h4>ViewManager.__editorSelectionChanged</h4> |
1803 <b>__editorSelectionChanged</b>(<i>editor</i>) | 1801 <b>__editorSelectionChanged</b>(<i>editor</i>) |
1804 | |
1805 <p> | 1802 <p> |
1806 Private slot to handle changes of the current editors selection. | 1803 Private slot to handle changes of the current editors selection. |
1807 </p> | 1804 </p> |
1805 | |
1808 <dl> | 1806 <dl> |
1809 | 1807 |
1810 <dt><i>editor</i> (Editor)</dt> | 1808 <dt><i>editor</i> (Editor)</dt> |
1811 <dd> | 1809 <dd> |
1812 reference to the editor | 1810 reference to the editor |
1813 </dd> | 1811 </dd> |
1814 </dl> | 1812 </dl> |
1815 <a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> | 1813 <a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> |
1816 <h4>ViewManager.__enableSpellingActions</h4> | 1814 <h4>ViewManager.__enableSpellingActions</h4> |
1817 <b>__enableSpellingActions</b>(<i></i>) | 1815 <b>__enableSpellingActions</b>(<i></i>) |
1818 | |
1819 <p> | 1816 <p> |
1820 Private method to set the enabled state of the spelling actions. | 1817 Private method to set the enabled state of the spelling actions. |
1821 </p> | 1818 </p> |
1819 | |
1822 <a NAME="ViewManager.__eolPixmap" ID="ViewManager.__eolPixmap"></a> | 1820 <a NAME="ViewManager.__eolPixmap" ID="ViewManager.__eolPixmap"></a> |
1823 <h4>ViewManager.__eolPixmap</h4> | 1821 <h4>ViewManager.__eolPixmap</h4> |
1824 <b>__eolPixmap</b>(<i>eolIndicator</i>) | 1822 <b>__eolPixmap</b>(<i>eolIndicator</i>) |
1825 | |
1826 <p> | 1823 <p> |
1827 Private method to get an EOL pixmap for an EOL string. | 1824 Private method to get an EOL pixmap for an EOL string. |
1828 </p> | 1825 </p> |
1826 | |
1829 <dl> | 1827 <dl> |
1830 | 1828 |
1831 <dt><i>eolIndicator</i> (str)</dt> | 1829 <dt><i>eolIndicator</i> (str)</dt> |
1832 <dd> | 1830 <dd> |
1833 eol indicator string | 1831 eol indicator string |
1846 </dd> | 1844 </dd> |
1847 </dl> | 1845 </dl> |
1848 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a> | 1846 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a> |
1849 <h4>ViewManager.__exportMenuTriggered</h4> | 1847 <h4>ViewManager.__exportMenuTriggered</h4> |
1850 <b>__exportMenuTriggered</b>(<i>act</i>) | 1848 <b>__exportMenuTriggered</b>(<i>act</i>) |
1851 | |
1852 <p> | 1849 <p> |
1853 Private method to handle the selection of an export format. | 1850 Private method to handle the selection of an export format. |
1854 </p> | 1851 </p> |
1852 | |
1855 <dl> | 1853 <dl> |
1856 | 1854 |
1857 <dt><i>act</i> (QAction)</dt> | 1855 <dt><i>act</i> (QAction)</dt> |
1858 <dd> | 1856 <dd> |
1859 reference to the action that was triggered | 1857 reference to the action that was triggered |
1860 </dd> | 1858 </dd> |
1861 </dl> | 1859 </dl> |
1862 <a NAME="ViewManager.__findLocation" ID="ViewManager.__findLocation"></a> | 1860 <a NAME="ViewManager.__findLocation" ID="ViewManager.__findLocation"></a> |
1863 <h4>ViewManager.__findLocation</h4> | 1861 <h4>ViewManager.__findLocation</h4> |
1864 <b>__findLocation</b>(<i></i>) | 1862 <b>__findLocation</b>(<i></i>) |
1865 | |
1866 <p> | 1863 <p> |
1867 Private method to handle the Find File action. | 1864 Private method to handle the Find File action. |
1868 </p> | 1865 </p> |
1866 | |
1869 <a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> | 1867 <a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> |
1870 <h4>ViewManager.__findNextWord</h4> | 1868 <h4>ViewManager.__findNextWord</h4> |
1871 <b>__findNextWord</b>(<i></i>) | 1869 <b>__findNextWord</b>(<i></i>) |
1872 | |
1873 <p> | 1870 <p> |
1874 Private slot to find the next occurrence of the current word of the | 1871 Private slot to find the next occurrence of the current word of the |
1875 current editor. | 1872 current editor. |
1876 </p> | 1873 </p> |
1874 | |
1877 <a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> | 1875 <a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> |
1878 <h4>ViewManager.__findPrevWord</h4> | 1876 <h4>ViewManager.__findPrevWord</h4> |
1879 <b>__findPrevWord</b>(<i></i>) | 1877 <b>__findPrevWord</b>(<i></i>) |
1880 | |
1881 <p> | 1878 <p> |
1882 Private slot to find the previous occurrence of the current word of | 1879 Private slot to find the previous occurrence of the current word of |
1883 the current editor. | 1880 the current editor. |
1884 </p> | 1881 </p> |
1882 | |
1885 <a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> | 1883 <a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> |
1886 <h4>ViewManager.__goto</h4> | 1884 <h4>ViewManager.__goto</h4> |
1887 <b>__goto</b>(<i></i>) | 1885 <b>__goto</b>(<i></i>) |
1888 | |
1889 <p> | 1886 <p> |
1890 Private method to handle the goto action. | 1887 Private method to handle the goto action. |
1891 </p> | 1888 </p> |
1889 | |
1892 <a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a> | 1890 <a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a> |
1893 <h4>ViewManager.__gotoBrace</h4> | 1891 <h4>ViewManager.__gotoBrace</h4> |
1894 <b>__gotoBrace</b>(<i></i>) | 1892 <b>__gotoBrace</b>(<i></i>) |
1895 | |
1896 <p> | 1893 <p> |
1897 Private method to handle the goto brace action. | 1894 Private method to handle the goto brace action. |
1898 </p> | 1895 </p> |
1896 | |
1899 <a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a> | 1897 <a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a> |
1900 <h4>ViewManager.__gotoLastEditPosition</h4> | 1898 <h4>ViewManager.__gotoLastEditPosition</h4> |
1901 <b>__gotoLastEditPosition</b>(<i></i>) | 1899 <b>__gotoLastEditPosition</b>(<i></i>) |
1902 | |
1903 <p> | 1900 <p> |
1904 Private method to move the cursor to the last edit position. | 1901 Private method to move the cursor to the last edit position. |
1905 </p> | 1902 </p> |
1903 | |
1906 <a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a> | 1904 <a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a> |
1907 <h4>ViewManager.__gotoNextMethodClass</h4> | 1905 <h4>ViewManager.__gotoNextMethodClass</h4> |
1908 <b>__gotoNextMethodClass</b>(<i></i>) | 1906 <b>__gotoNextMethodClass</b>(<i></i>) |
1909 | |
1910 <p> | 1907 <p> |
1911 Private slot to go to the next Python/Ruby method or class definition. | 1908 Private slot to go to the next Python/Ruby method or class definition. |
1912 </p> | 1909 </p> |
1910 | |
1913 <a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> | 1911 <a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> |
1914 <h4>ViewManager.__gotoPreviousMethodClass</h4> | 1912 <h4>ViewManager.__gotoPreviousMethodClass</h4> |
1915 <b>__gotoPreviousMethodClass</b>(<i></i>) | 1913 <b>__gotoPreviousMethodClass</b>(<i></i>) |
1916 | |
1917 <p> | 1914 <p> |
1918 Private slot to go to the previous Python/Ruby method or class | 1915 Private slot to go to the previous Python/Ruby method or class |
1919 definition. | 1916 definition. |
1920 </p> | 1917 </p> |
1918 | |
1921 <a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> | 1919 <a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> |
1922 <h4>ViewManager.__gotoSyntaxError</h4> | 1920 <h4>ViewManager.__gotoSyntaxError</h4> |
1923 <b>__gotoSyntaxError</b>(<i></i>) | 1921 <b>__gotoSyntaxError</b>(<i></i>) |
1924 | |
1925 <p> | 1922 <p> |
1926 Private method to handle the goto syntax error action. | 1923 Private method to handle the goto syntax error action. |
1927 </p> | 1924 </p> |
1925 | |
1928 <a NAME="ViewManager.__initBookmarkActions" ID="ViewManager.__initBookmarkActions"></a> | 1926 <a NAME="ViewManager.__initBookmarkActions" ID="ViewManager.__initBookmarkActions"></a> |
1929 <h4>ViewManager.__initBookmarkActions</h4> | 1927 <h4>ViewManager.__initBookmarkActions</h4> |
1930 <b>__initBookmarkActions</b>(<i></i>) | 1928 <b>__initBookmarkActions</b>(<i></i>) |
1931 | |
1932 <p> | 1929 <p> |
1933 Private method defining the user interface actions for the bookmarks | 1930 Private method defining the user interface actions for the bookmarks |
1934 commands. | 1931 commands. |
1935 </p> | 1932 </p> |
1933 | |
1936 <a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a> | 1934 <a NAME="ViewManager.__initContextMenuExporters" ID="ViewManager.__initContextMenuExporters"></a> |
1937 <h4>ViewManager.__initContextMenuExporters</h4> | 1935 <h4>ViewManager.__initContextMenuExporters</h4> |
1938 <b>__initContextMenuExporters</b>(<i></i>) | 1936 <b>__initContextMenuExporters</b>(<i></i>) |
1939 | |
1940 <p> | 1937 <p> |
1941 Private method used to setup the Exporters sub menu. | 1938 Private method used to setup the Exporters sub menu. |
1942 </p> | 1939 </p> |
1940 | |
1943 <dl> | 1941 <dl> |
1944 <dt>Return:</dt> | 1942 <dt>Return:</dt> |
1945 <dd> | 1943 <dd> |
1946 reference to the generated menu | 1944 reference to the generated menu |
1947 </dd> | 1945 </dd> |
1953 </dd> | 1951 </dd> |
1954 </dl> | 1952 </dl> |
1955 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> | 1953 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a> |
1956 <h4>ViewManager.__initEditActions</h4> | 1954 <h4>ViewManager.__initEditActions</h4> |
1957 <b>__initEditActions</b>(<i></i>) | 1955 <b>__initEditActions</b>(<i></i>) |
1958 | |
1959 <p> | 1956 <p> |
1960 Private method defining the user interface actions for the edit | 1957 Private method defining the user interface actions for the edit |
1961 commands. | 1958 commands. |
1962 </p> | 1959 </p> |
1960 | |
1963 <a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a> | 1961 <a NAME="ViewManager.__initFileActions" ID="ViewManager.__initFileActions"></a> |
1964 <h4>ViewManager.__initFileActions</h4> | 1962 <h4>ViewManager.__initFileActions</h4> |
1965 <b>__initFileActions</b>(<i></i>) | 1963 <b>__initFileActions</b>(<i></i>) |
1966 | |
1967 <p> | 1964 <p> |
1968 Private method defining the user interface actions for file handling. | 1965 Private method defining the user interface actions for file handling. |
1969 </p> | 1966 </p> |
1967 | |
1970 <a NAME="ViewManager.__initMacroActions" ID="ViewManager.__initMacroActions"></a> | 1968 <a NAME="ViewManager.__initMacroActions" ID="ViewManager.__initMacroActions"></a> |
1971 <h4>ViewManager.__initMacroActions</h4> | 1969 <h4>ViewManager.__initMacroActions</h4> |
1972 <b>__initMacroActions</b>(<i></i>) | 1970 <b>__initMacroActions</b>(<i></i>) |
1973 | |
1974 <p> | 1971 <p> |
1975 Private method defining the user interface actions for the macro | 1972 Private method defining the user interface actions for the macro |
1976 commands. | 1973 commands. |
1977 </p> | 1974 </p> |
1975 | |
1978 <a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a> | 1976 <a NAME="ViewManager.__initSearchActions" ID="ViewManager.__initSearchActions"></a> |
1979 <h4>ViewManager.__initSearchActions</h4> | 1977 <h4>ViewManager.__initSearchActions</h4> |
1980 <b>__initSearchActions</b>(<i></i>) | 1978 <b>__initSearchActions</b>(<i></i>) |
1981 | |
1982 <p> | 1979 <p> |
1983 Private method defining the user interface actions for the search | 1980 Private method defining the user interface actions for the search |
1984 commands. | 1981 commands. |
1985 </p> | 1982 </p> |
1983 | |
1986 <a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a> | 1984 <a NAME="ViewManager.__initSpellingActions" ID="ViewManager.__initSpellingActions"></a> |
1987 <h4>ViewManager.__initSpellingActions</h4> | 1985 <h4>ViewManager.__initSpellingActions</h4> |
1988 <b>__initSpellingActions</b>(<i></i>) | 1986 <b>__initSpellingActions</b>(<i></i>) |
1989 | |
1990 <p> | 1987 <p> |
1991 Private method to initialize the spell checking actions. | 1988 Private method to initialize the spell checking actions. |
1992 </p> | 1989 </p> |
1990 | |
1993 <a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a> | 1991 <a NAME="ViewManager.__initViewActions" ID="ViewManager.__initViewActions"></a> |
1994 <h4>ViewManager.__initViewActions</h4> | 1992 <h4>ViewManager.__initViewActions</h4> |
1995 <b>__initViewActions</b>(<i></i>) | 1993 <b>__initViewActions</b>(<i></i>) |
1996 | |
1997 <p> | 1994 <p> |
1998 Private method defining the user interface actions for the view | 1995 Private method defining the user interface actions for the view |
1999 commands. | 1996 commands. |
2000 </p> | 1997 </p> |
1998 | |
2001 <a NAME="ViewManager.__isEditorInfoSupportedEd" ID="ViewManager.__isEditorInfoSupportedEd"></a> | 1999 <a NAME="ViewManager.__isEditorInfoSupportedEd" ID="ViewManager.__isEditorInfoSupportedEd"></a> |
2002 <h4>ViewManager.__isEditorInfoSupportedEd</h4> | 2000 <h4>ViewManager.__isEditorInfoSupportedEd</h4> |
2003 <b>__isEditorInfoSupportedEd</b>(<i>editor</i>) | 2001 <b>__isEditorInfoSupportedEd</b>(<i>editor</i>) |
2004 | |
2005 <p> | 2002 <p> |
2006 Private method to check, if an editor is supported by the | 2003 Private method to check, if an editor is supported by the |
2007 documentation viewer. | 2004 documentation viewer. |
2008 </p> | 2005 </p> |
2006 | |
2009 <dl> | 2007 <dl> |
2010 | 2008 |
2011 <dt><i>editor</i> (Editor)</dt> | 2009 <dt><i>editor</i> (Editor)</dt> |
2012 <dd> | 2010 <dd> |
2013 reference to the editor to check for | 2011 reference to the editor to check for |
2026 </dd> | 2024 </dd> |
2027 </dl> | 2025 </dl> |
2028 <a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> | 2026 <a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> |
2029 <h4>ViewManager.__lastEditPositionAvailable</h4> | 2027 <h4>ViewManager.__lastEditPositionAvailable</h4> |
2030 <b>__lastEditPositionAvailable</b>(<i></i>) | 2028 <b>__lastEditPositionAvailable</b>(<i></i>) |
2031 | |
2032 <p> | 2029 <p> |
2033 Private slot to handle the lastEditPositionAvailable signal of an | 2030 Private slot to handle the lastEditPositionAvailable signal of an |
2034 editor. | 2031 editor. |
2035 </p> | 2032 </p> |
2033 | |
2036 <a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> | 2034 <a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> |
2037 <h4>ViewManager.__lastEditorClosed</h4> | 2035 <h4>ViewManager.__lastEditorClosed</h4> |
2038 <b>__lastEditorClosed</b>(<i></i>) | 2036 <b>__lastEditorClosed</b>(<i></i>) |
2039 | |
2040 <p> | 2037 <p> |
2041 Private slot to handle the lastEditorClosed signal. | 2038 Private slot to handle the lastEditorClosed signal. |
2042 </p> | 2039 </p> |
2040 | |
2043 <a NAME="ViewManager.__loadRecent" ID="ViewManager.__loadRecent"></a> | 2041 <a NAME="ViewManager.__loadRecent" ID="ViewManager.__loadRecent"></a> |
2044 <h4>ViewManager.__loadRecent</h4> | 2042 <h4>ViewManager.__loadRecent</h4> |
2045 <b>__loadRecent</b>(<i></i>) | 2043 <b>__loadRecent</b>(<i></i>) |
2046 | |
2047 <p> | 2044 <p> |
2048 Private method to load the recently opened filenames. | 2045 Private method to load the recently opened filenames. |
2049 </p> | 2046 </p> |
2047 | |
2050 <a NAME="ViewManager.__macroDelete" ID="ViewManager.__macroDelete"></a> | 2048 <a NAME="ViewManager.__macroDelete" ID="ViewManager.__macroDelete"></a> |
2051 <h4>ViewManager.__macroDelete</h4> | 2049 <h4>ViewManager.__macroDelete</h4> |
2052 <b>__macroDelete</b>(<i></i>) | 2050 <b>__macroDelete</b>(<i></i>) |
2053 | |
2054 <p> | 2051 <p> |
2055 Private method to handle the delete macro action. | 2052 Private method to handle the delete macro action. |
2056 </p> | 2053 </p> |
2054 | |
2057 <a NAME="ViewManager.__macroLoad" ID="ViewManager.__macroLoad"></a> | 2055 <a NAME="ViewManager.__macroLoad" ID="ViewManager.__macroLoad"></a> |
2058 <h4>ViewManager.__macroLoad</h4> | 2056 <h4>ViewManager.__macroLoad</h4> |
2059 <b>__macroLoad</b>(<i></i>) | 2057 <b>__macroLoad</b>(<i></i>) |
2060 | |
2061 <p> | 2058 <p> |
2062 Private method to handle the load macro action. | 2059 Private method to handle the load macro action. |
2063 </p> | 2060 </p> |
2061 | |
2064 <a NAME="ViewManager.__macroRun" ID="ViewManager.__macroRun"></a> | 2062 <a NAME="ViewManager.__macroRun" ID="ViewManager.__macroRun"></a> |
2065 <h4>ViewManager.__macroRun</h4> | 2063 <h4>ViewManager.__macroRun</h4> |
2066 <b>__macroRun</b>(<i></i>) | 2064 <b>__macroRun</b>(<i></i>) |
2067 | |
2068 <p> | 2065 <p> |
2069 Private method to handle the run macro action. | 2066 Private method to handle the run macro action. |
2070 </p> | 2067 </p> |
2068 | |
2071 <a NAME="ViewManager.__macroSave" ID="ViewManager.__macroSave"></a> | 2069 <a NAME="ViewManager.__macroSave" ID="ViewManager.__macroSave"></a> |
2072 <h4>ViewManager.__macroSave</h4> | 2070 <h4>ViewManager.__macroSave</h4> |
2073 <b>__macroSave</b>(<i></i>) | 2071 <b>__macroSave</b>(<i></i>) |
2074 | |
2075 <p> | 2072 <p> |
2076 Private method to handle the save macro action. | 2073 Private method to handle the save macro action. |
2077 </p> | 2074 </p> |
2075 | |
2078 <a NAME="ViewManager.__macroStartRecording" ID="ViewManager.__macroStartRecording"></a> | 2076 <a NAME="ViewManager.__macroStartRecording" ID="ViewManager.__macroStartRecording"></a> |
2079 <h4>ViewManager.__macroStartRecording</h4> | 2077 <h4>ViewManager.__macroStartRecording</h4> |
2080 <b>__macroStartRecording</b>(<i></i>) | 2078 <b>__macroStartRecording</b>(<i></i>) |
2081 | |
2082 <p> | 2079 <p> |
2083 Private method to handle the start macro recording action. | 2080 Private method to handle the start macro recording action. |
2084 </p> | 2081 </p> |
2082 | |
2085 <a NAME="ViewManager.__macroStopRecording" ID="ViewManager.__macroStopRecording"></a> | 2083 <a NAME="ViewManager.__macroStopRecording" ID="ViewManager.__macroStopRecording"></a> |
2086 <h4>ViewManager.__macroStopRecording</h4> | 2084 <h4>ViewManager.__macroStopRecording</h4> |
2087 <b>__macroStopRecording</b>(<i></i>) | 2085 <b>__macroStopRecording</b>(<i></i>) |
2088 | |
2089 <p> | 2086 <p> |
2090 Private method to handle the stop macro recording action. | 2087 Private method to handle the stop macro recording action. |
2091 </p> | 2088 </p> |
2089 | |
2092 <a NAME="ViewManager.__newDocumentSplitView" ID="ViewManager.__newDocumentSplitView"></a> | 2090 <a NAME="ViewManager.__newDocumentSplitView" ID="ViewManager.__newDocumentSplitView"></a> |
2093 <h4>ViewManager.__newDocumentSplitView</h4> | 2091 <h4>ViewManager.__newDocumentSplitView</h4> |
2094 <b>__newDocumentSplitView</b>(<i></i>) | 2092 <b>__newDocumentSplitView</b>(<i></i>) |
2095 | |
2096 <p> | 2093 <p> |
2097 Private method to open a new view of the current editor in a new split. | 2094 Private method to open a new view of the current editor in a new split. |
2098 </p> | 2095 </p> |
2096 | |
2099 <a NAME="ViewManager.__newDocumentView" ID="ViewManager.__newDocumentView"></a> | 2097 <a NAME="ViewManager.__newDocumentView" ID="ViewManager.__newDocumentView"></a> |
2100 <h4>ViewManager.__newDocumentView</h4> | 2098 <h4>ViewManager.__newDocumentView</h4> |
2101 <b>__newDocumentView</b>(<i></i>) | 2099 <b>__newDocumentView</b>(<i></i>) |
2102 | |
2103 <p> | 2100 <p> |
2104 Private method to open a new view of the current editor. | 2101 Private method to open a new view of the current editor. |
2105 </p> | 2102 </p> |
2103 | |
2106 <a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> | 2104 <a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> |
2107 <h4>ViewManager.__newLineBelow</h4> | 2105 <h4>ViewManager.__newLineBelow</h4> |
2108 <b>__newLineBelow</b>(<i></i>) | 2106 <b>__newLineBelow</b>(<i></i>) |
2109 | |
2110 <p> | 2107 <p> |
2111 Private method to insert a new line below the current one even if | 2108 Private method to insert a new line below the current one even if |
2112 cursor is not at the end of the line. | 2109 cursor is not at the end of the line. |
2113 </p> | 2110 </p> |
2111 | |
2114 <a NAME="ViewManager.__nextBookmark" ID="ViewManager.__nextBookmark"></a> | 2112 <a NAME="ViewManager.__nextBookmark" ID="ViewManager.__nextBookmark"></a> |
2115 <h4>ViewManager.__nextBookmark</h4> | 2113 <h4>ViewManager.__nextBookmark</h4> |
2116 <b>__nextBookmark</b>(<i></i>) | 2114 <b>__nextBookmark</b>(<i></i>) |
2117 | |
2118 <p> | 2115 <p> |
2119 Private method to handle the next bookmark action. | 2116 Private method to handle the next bookmark action. |
2120 </p> | 2117 </p> |
2118 | |
2121 <a NAME="ViewManager.__nextChange" ID="ViewManager.__nextChange"></a> | 2119 <a NAME="ViewManager.__nextChange" ID="ViewManager.__nextChange"></a> |
2122 <h4>ViewManager.__nextChange</h4> | 2120 <h4>ViewManager.__nextChange</h4> |
2123 <b>__nextChange</b>(<i></i>) | 2121 <b>__nextChange</b>(<i></i>) |
2124 | |
2125 <p> | 2122 <p> |
2126 Private method to handle the next change action. | 2123 Private method to handle the next change action. |
2127 </p> | 2124 </p> |
2125 | |
2128 <a NAME="ViewManager.__nextTask" ID="ViewManager.__nextTask"></a> | 2126 <a NAME="ViewManager.__nextTask" ID="ViewManager.__nextTask"></a> |
2129 <h4>ViewManager.__nextTask</h4> | 2127 <h4>ViewManager.__nextTask</h4> |
2130 <b>__nextTask</b>(<i></i>) | 2128 <b>__nextTask</b>(<i></i>) |
2131 | |
2132 <p> | 2129 <p> |
2133 Private method to handle the next task action. | 2130 Private method to handle the next task action. |
2134 </p> | 2131 </p> |
2132 | |
2135 <a NAME="ViewManager.__nextUncovered" ID="ViewManager.__nextUncovered"></a> | 2133 <a NAME="ViewManager.__nextUncovered" ID="ViewManager.__nextUncovered"></a> |
2136 <h4>ViewManager.__nextUncovered</h4> | 2134 <h4>ViewManager.__nextUncovered</h4> |
2137 <b>__nextUncovered</b>(<i></i>) | 2135 <b>__nextUncovered</b>(<i></i>) |
2138 | |
2139 <p> | 2136 <p> |
2140 Private method to handle the next uncovered action. | 2137 Private method to handle the next uncovered action. |
2141 </p> | 2138 </p> |
2139 | |
2142 <a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a> | 2140 <a NAME="ViewManager.__nextWarning" ID="ViewManager.__nextWarning"></a> |
2143 <h4>ViewManager.__nextWarning</h4> | 2141 <h4>ViewManager.__nextWarning</h4> |
2144 <b>__nextWarning</b>(<i></i>) | 2142 <b>__nextWarning</b>(<i></i>) |
2145 | |
2146 <p> | 2143 <p> |
2147 Private method to handle the next warning action. | 2144 Private method to handle the next warning action. |
2148 </p> | 2145 </p> |
2146 | |
2149 <a NAME="ViewManager.__openFiles" ID="ViewManager.__openFiles"></a> | 2147 <a NAME="ViewManager.__openFiles" ID="ViewManager.__openFiles"></a> |
2150 <h4>ViewManager.__openFiles</h4> | 2148 <h4>ViewManager.__openFiles</h4> |
2151 <b>__openFiles</b>(<i></i>) | 2149 <b>__openFiles</b>(<i></i>) |
2152 | |
2153 <p> | 2150 <p> |
2154 Private slot to open some files. | 2151 Private slot to open some files. |
2155 </p> | 2152 </p> |
2153 | |
2156 <a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> | 2154 <a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> |
2157 <h4>ViewManager.__openSourceFile</h4> | 2155 <h4>ViewManager.__openSourceFile</h4> |
2158 <b>__openSourceFile</b>(<i>act</i>) | 2156 <b>__openSourceFile</b>(<i>act</i>) |
2159 | |
2160 <p> | 2157 <p> |
2161 Private method to open a file from the list of recently opened files. | 2158 Private method to open a file from the list of recently opened files. |
2162 </p> | 2159 </p> |
2160 | |
2163 <dl> | 2161 <dl> |
2164 | 2162 |
2165 <dt><i>act</i> (QAction)</dt> | 2163 <dt><i>act</i> (QAction)</dt> |
2166 <dd> | 2164 <dd> |
2167 reference to the action that triggered | 2165 reference to the action that triggered |
2168 </dd> | 2166 </dd> |
2169 </dl> | 2167 </dl> |
2170 <a NAME="ViewManager.__previewEditor" ID="ViewManager.__previewEditor"></a> | 2168 <a NAME="ViewManager.__previewEditor" ID="ViewManager.__previewEditor"></a> |
2171 <h4>ViewManager.__previewEditor</h4> | 2169 <h4>ViewManager.__previewEditor</h4> |
2172 <b>__previewEditor</b>(<i>checked</i>) | 2170 <b>__previewEditor</b>(<i>checked</i>) |
2173 | |
2174 <p> | 2171 <p> |
2175 Private slot to handle a change of the preview selection state. | 2172 Private slot to handle a change of the preview selection state. |
2176 </p> | 2173 </p> |
2174 | |
2177 <dl> | 2175 <dl> |
2178 | 2176 |
2179 <dt><i>checked</i> (bool)</dt> | 2177 <dt><i>checked</i> (bool)</dt> |
2180 <dd> | 2178 <dd> |
2181 state of the action | 2179 state of the action |
2182 </dd> | 2180 </dd> |
2183 </dl> | 2181 </dl> |
2184 <a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a> | 2182 <a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a> |
2185 <h4>ViewManager.__previousBookmark</h4> | 2183 <h4>ViewManager.__previousBookmark</h4> |
2186 <b>__previousBookmark</b>(<i></i>) | 2184 <b>__previousBookmark</b>(<i></i>) |
2187 | |
2188 <p> | 2185 <p> |
2189 Private method to handle the previous bookmark action. | 2186 Private method to handle the previous bookmark action. |
2190 </p> | 2187 </p> |
2188 | |
2191 <a NAME="ViewManager.__previousChange" ID="ViewManager.__previousChange"></a> | 2189 <a NAME="ViewManager.__previousChange" ID="ViewManager.__previousChange"></a> |
2192 <h4>ViewManager.__previousChange</h4> | 2190 <h4>ViewManager.__previousChange</h4> |
2193 <b>__previousChange</b>(<i></i>) | 2191 <b>__previousChange</b>(<i></i>) |
2194 | |
2195 <p> | 2192 <p> |
2196 Private method to handle the previous change action. | 2193 Private method to handle the previous change action. |
2197 </p> | 2194 </p> |
2195 | |
2198 <a NAME="ViewManager.__previousTask" ID="ViewManager.__previousTask"></a> | 2196 <a NAME="ViewManager.__previousTask" ID="ViewManager.__previousTask"></a> |
2199 <h4>ViewManager.__previousTask</h4> | 2197 <h4>ViewManager.__previousTask</h4> |
2200 <b>__previousTask</b>(<i></i>) | 2198 <b>__previousTask</b>(<i></i>) |
2201 | |
2202 <p> | 2199 <p> |
2203 Private method to handle the previous task action. | 2200 Private method to handle the previous task action. |
2204 </p> | 2201 </p> |
2202 | |
2205 <a NAME="ViewManager.__previousUncovered" ID="ViewManager.__previousUncovered"></a> | 2203 <a NAME="ViewManager.__previousUncovered" ID="ViewManager.__previousUncovered"></a> |
2206 <h4>ViewManager.__previousUncovered</h4> | 2204 <h4>ViewManager.__previousUncovered</h4> |
2207 <b>__previousUncovered</b>(<i></i>) | 2205 <b>__previousUncovered</b>(<i></i>) |
2208 | |
2209 <p> | 2206 <p> |
2210 Private method to handle the previous uncovered action. | 2207 Private method to handle the previous uncovered action. |
2211 </p> | 2208 </p> |
2209 | |
2212 <a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> | 2210 <a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> |
2213 <h4>ViewManager.__previousWarning</h4> | 2211 <h4>ViewManager.__previousWarning</h4> |
2214 <b>__previousWarning</b>(<i></i>) | 2212 <b>__previousWarning</b>(<i></i>) |
2215 | |
2216 <p> | 2213 <p> |
2217 Private method to handle the previous warning action. | 2214 Private method to handle the previous warning action. |
2218 </p> | 2215 </p> |
2216 | |
2219 <a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> | 2217 <a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> |
2220 <h4>ViewManager.__replaceFiles</h4> | 2218 <h4>ViewManager.__replaceFiles</h4> |
2221 <b>__replaceFiles</b>(<i></i>) | 2219 <b>__replaceFiles</b>(<i></i>) |
2222 | |
2223 <p> | 2220 <p> |
2224 Private method to handle the replace in files action. | 2221 Private method to handle the replace in files action. |
2225 </p> | 2222 </p> |
2223 | |
2226 <a NAME="ViewManager.__replaceOpenFiles" ID="ViewManager.__replaceOpenFiles"></a> | 2224 <a NAME="ViewManager.__replaceOpenFiles" ID="ViewManager.__replaceOpenFiles"></a> |
2227 <h4>ViewManager.__replaceOpenFiles</h4> | 2225 <h4>ViewManager.__replaceOpenFiles</h4> |
2228 <b>__replaceOpenFiles</b>(<i></i>) | 2226 <b>__replaceOpenFiles</b>(<i></i>) |
2229 | |
2230 <p> | 2227 <p> |
2231 Private method to handle the replace in open files action. | 2228 Private method to handle the replace in open files action. |
2232 </p> | 2229 </p> |
2230 | |
2233 <a NAME="ViewManager.__saveRecent" ID="ViewManager.__saveRecent"></a> | 2231 <a NAME="ViewManager.__saveRecent" ID="ViewManager.__saveRecent"></a> |
2234 <h4>ViewManager.__saveRecent</h4> | 2232 <h4>ViewManager.__saveRecent</h4> |
2235 <b>__saveRecent</b>(<i></i>) | 2233 <b>__saveRecent</b>(<i></i>) |
2236 | |
2237 <p> | 2234 <p> |
2238 Private method to save the list of recently opened filenames. | 2235 Private method to save the list of recently opened filenames. |
2239 </p> | 2236 </p> |
2237 | |
2240 <a NAME="ViewManager.__searchClearMarkers" ID="ViewManager.__searchClearMarkers"></a> | 2238 <a NAME="ViewManager.__searchClearMarkers" ID="ViewManager.__searchClearMarkers"></a> |
2241 <h4>ViewManager.__searchClearMarkers</h4> | 2239 <h4>ViewManager.__searchClearMarkers</h4> |
2242 <b>__searchClearMarkers</b>(<i></i>) | 2240 <b>__searchClearMarkers</b>(<i></i>) |
2243 | |
2244 <p> | 2241 <p> |
2245 Private method to clear the search markers of the active window. | 2242 Private method to clear the search markers of the active window. |
2246 </p> | 2243 </p> |
2244 | |
2247 <a NAME="ViewManager.__searchFiles" ID="ViewManager.__searchFiles"></a> | 2245 <a NAME="ViewManager.__searchFiles" ID="ViewManager.__searchFiles"></a> |
2248 <h4>ViewManager.__searchFiles</h4> | 2246 <h4>ViewManager.__searchFiles</h4> |
2249 <b>__searchFiles</b>(<i></i>) | 2247 <b>__searchFiles</b>(<i></i>) |
2250 | |
2251 <p> | 2248 <p> |
2252 Private method to handle the search in files action. | 2249 Private method to handle the search in files action. |
2253 </p> | 2250 </p> |
2251 | |
2254 <a NAME="ViewManager.__searchNext" ID="ViewManager.__searchNext"></a> | 2252 <a NAME="ViewManager.__searchNext" ID="ViewManager.__searchNext"></a> |
2255 <h4>ViewManager.__searchNext</h4> | 2253 <h4>ViewManager.__searchNext</h4> |
2256 <b>__searchNext</b>(<i></i>) | 2254 <b>__searchNext</b>(<i></i>) |
2257 | |
2258 <p> | 2255 <p> |
2259 Private slot to handle the search next action. | 2256 Private slot to handle the search next action. |
2260 </p> | 2257 </p> |
2258 | |
2261 <a NAME="ViewManager.__searchOpenFiles" ID="ViewManager.__searchOpenFiles"></a> | 2259 <a NAME="ViewManager.__searchOpenFiles" ID="ViewManager.__searchOpenFiles"></a> |
2262 <h4>ViewManager.__searchOpenFiles</h4> | 2260 <h4>ViewManager.__searchOpenFiles</h4> |
2263 <b>__searchOpenFiles</b>(<i></i>) | 2261 <b>__searchOpenFiles</b>(<i></i>) |
2264 | |
2265 <p> | 2262 <p> |
2266 Private method to handle the search in open files action. | 2263 Private method to handle the search in open files action. |
2267 </p> | 2264 </p> |
2265 | |
2268 <a NAME="ViewManager.__searchPrev" ID="ViewManager.__searchPrev"></a> | 2266 <a NAME="ViewManager.__searchPrev" ID="ViewManager.__searchPrev"></a> |
2269 <h4>ViewManager.__searchPrev</h4> | 2267 <h4>ViewManager.__searchPrev</h4> |
2270 <b>__searchPrev</b>(<i></i>) | 2268 <b>__searchPrev</b>(<i></i>) |
2271 | |
2272 <p> | 2269 <p> |
2273 Private slot to handle the search previous action. | 2270 Private slot to handle the search previous action. |
2274 </p> | 2271 </p> |
2272 | |
2275 <a NAME="ViewManager.__setAutoSpellChecking" ID="ViewManager.__setAutoSpellChecking"></a> | 2273 <a NAME="ViewManager.__setAutoSpellChecking" ID="ViewManager.__setAutoSpellChecking"></a> |
2276 <h4>ViewManager.__setAutoSpellChecking</h4> | 2274 <h4>ViewManager.__setAutoSpellChecking</h4> |
2277 <b>__setAutoSpellChecking</b>(<i></i>) | 2275 <b>__setAutoSpellChecking</b>(<i></i>) |
2278 | |
2279 <p> | 2276 <p> |
2280 Private slot to set the automatic spell checking of all editors. | 2277 Private slot to set the automatic spell checking of all editors. |
2281 </p> | 2278 </p> |
2279 | |
2282 <a NAME="ViewManager.__setSbFile" ID="ViewManager.__setSbFile"></a> | 2280 <a NAME="ViewManager.__setSbFile" ID="ViewManager.__setSbFile"></a> |
2283 <h4>ViewManager.__setSbFile</h4> | 2281 <h4>ViewManager.__setSbFile</h4> |
2284 <b>__setSbFile</b>(<i>fn=None, line=None, pos=None, encoding=None, language=None, eol=None, zoom=None, </i>) | 2282 <b>__setSbFile</b>(<i>fn=None, line=None, pos=None, encoding=None, language=None, eol=None, zoom=None, </i>) |
2285 | |
2286 <p> | 2283 <p> |
2287 Private method to set the file info in the status bar. | 2284 Private method to set the file info in the status bar. |
2288 </p> | 2285 </p> |
2286 | |
2289 <dl> | 2287 <dl> |
2290 | 2288 |
2291 <dt><i>fn</i> (str)</dt> | 2289 <dt><i>fn</i> (str)</dt> |
2292 <dd> | 2290 <dd> |
2293 filename to display | 2291 filename to display |
2318 </dd> | 2316 </dd> |
2319 </dl> | 2317 </dl> |
2320 <a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a> | 2318 <a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a> |
2321 <h4>ViewManager.__shortenEmptyLines</h4> | 2319 <h4>ViewManager.__shortenEmptyLines</h4> |
2322 <b>__shortenEmptyLines</b>(<i></i>) | 2320 <b>__shortenEmptyLines</b>(<i></i>) |
2323 | |
2324 <p> | 2321 <p> |
2325 Private method to handle the shorten empty lines action. | 2322 Private method to handle the shorten empty lines action. |
2326 </p> | 2323 </p> |
2324 | |
2327 <a NAME="ViewManager.__showBookmarkMenu" ID="ViewManager.__showBookmarkMenu"></a> | 2325 <a NAME="ViewManager.__showBookmarkMenu" ID="ViewManager.__showBookmarkMenu"></a> |
2328 <h4>ViewManager.__showBookmarkMenu</h4> | 2326 <h4>ViewManager.__showBookmarkMenu</h4> |
2329 <b>__showBookmarkMenu</b>(<i></i>) | 2327 <b>__showBookmarkMenu</b>(<i></i>) |
2330 | |
2331 <p> | 2328 <p> |
2332 Private method to set up the bookmark menu. | 2329 Private method to set up the bookmark menu. |
2333 </p> | 2330 </p> |
2331 | |
2334 <a NAME="ViewManager.__showBookmarkedMenu" ID="ViewManager.__showBookmarkedMenu"></a> | 2332 <a NAME="ViewManager.__showBookmarkedMenu" ID="ViewManager.__showBookmarkedMenu"></a> |
2335 <h4>ViewManager.__showBookmarkedMenu</h4> | 2333 <h4>ViewManager.__showBookmarkedMenu</h4> |
2336 <b>__showBookmarkedMenu</b>(<i></i>) | 2334 <b>__showBookmarkedMenu</b>(<i></i>) |
2337 | |
2338 <p> | 2335 <p> |
2339 Private method to set up bookmarked files menu. | 2336 Private method to set up bookmarked files menu. |
2340 </p> | 2337 </p> |
2338 | |
2341 <a NAME="ViewManager.__showBookmarksMenu" ID="ViewManager.__showBookmarksMenu"></a> | 2339 <a NAME="ViewManager.__showBookmarksMenu" ID="ViewManager.__showBookmarksMenu"></a> |
2342 <h4>ViewManager.__showBookmarksMenu</h4> | 2340 <h4>ViewManager.__showBookmarksMenu</h4> |
2343 <b>__showBookmarksMenu</b>(<i></i>) | 2341 <b>__showBookmarksMenu</b>(<i></i>) |
2344 | |
2345 <p> | 2342 <p> |
2346 Private method to handle the show bookmarks menu signal. | 2343 Private method to handle the show bookmarks menu signal. |
2347 </p> | 2344 </p> |
2345 | |
2348 <a NAME="ViewManager.__showEditSpellingMenu" ID="ViewManager.__showEditSpellingMenu"></a> | 2346 <a NAME="ViewManager.__showEditSpellingMenu" ID="ViewManager.__showEditSpellingMenu"></a> |
2349 <h4>ViewManager.__showEditSpellingMenu</h4> | 2347 <h4>ViewManager.__showEditSpellingMenu</h4> |
2350 <b>__showEditSpellingMenu</b>(<i></i>) | 2348 <b>__showEditSpellingMenu</b>(<i></i>) |
2351 | |
2352 <p> | 2349 <p> |
2353 Private method to set up the edit dictionaries menu. | 2350 Private method to set up the edit dictionaries menu. |
2354 </p> | 2351 </p> |
2352 | |
2355 <a NAME="ViewManager.__showEncodingsMenu" ID="ViewManager.__showEncodingsMenu"></a> | 2353 <a NAME="ViewManager.__showEncodingsMenu" ID="ViewManager.__showEncodingsMenu"></a> |
2356 <h4>ViewManager.__showEncodingsMenu</h4> | 2354 <h4>ViewManager.__showEncodingsMenu</h4> |
2357 <b>__showEncodingsMenu</b>(<i>pos</i>) | 2355 <b>__showEncodingsMenu</b>(<i>pos</i>) |
2358 | |
2359 <p> | 2356 <p> |
2360 Private slot to show the Encodings menu of the current editor. | 2357 Private slot to show the Encodings menu of the current editor. |
2361 </p> | 2358 </p> |
2359 | |
2362 <dl> | 2360 <dl> |
2363 | 2361 |
2364 <dt><i>pos</i> (QPoint)</dt> | 2362 <dt><i>pos</i> (QPoint)</dt> |
2365 <dd> | 2363 <dd> |
2366 position the menu should be shown at | 2364 position the menu should be shown at |
2367 </dd> | 2365 </dd> |
2368 </dl> | 2366 </dl> |
2369 <a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a> | 2367 <a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a> |
2370 <h4>ViewManager.__showEolMenu</h4> | 2368 <h4>ViewManager.__showEolMenu</h4> |
2371 <b>__showEolMenu</b>(<i>pos</i>) | 2369 <b>__showEolMenu</b>(<i>pos</i>) |
2372 | |
2373 <p> | 2370 <p> |
2374 Private slot to show the EOL menu of the current editor. | 2371 Private slot to show the EOL menu of the current editor. |
2375 </p> | 2372 </p> |
2373 | |
2376 <dl> | 2374 <dl> |
2377 | 2375 |
2378 <dt><i>pos</i> (QPoint)</dt> | 2376 <dt><i>pos</i> (QPoint)</dt> |
2379 <dd> | 2377 <dd> |
2380 position the menu should be shown at | 2378 position the menu should be shown at |
2381 </dd> | 2379 </dd> |
2382 </dl> | 2380 </dl> |
2383 <a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a> | 2381 <a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a> |
2384 <h4>ViewManager.__showFileMenu</h4> | 2382 <h4>ViewManager.__showFileMenu</h4> |
2385 <b>__showFileMenu</b>(<i></i>) | 2383 <b>__showFileMenu</b>(<i></i>) |
2386 | |
2387 <p> | 2384 <p> |
2388 Private method to set up the file menu. | 2385 Private method to set up the file menu. |
2389 </p> | 2386 </p> |
2387 | |
2390 <a NAME="ViewManager.__showLanguagesMenu" ID="ViewManager.__showLanguagesMenu"></a> | 2388 <a NAME="ViewManager.__showLanguagesMenu" ID="ViewManager.__showLanguagesMenu"></a> |
2391 <h4>ViewManager.__showLanguagesMenu</h4> | 2389 <h4>ViewManager.__showLanguagesMenu</h4> |
2392 <b>__showLanguagesMenu</b>(<i>pos</i>) | 2390 <b>__showLanguagesMenu</b>(<i>pos</i>) |
2393 | |
2394 <p> | 2391 <p> |
2395 Private slot to show the Languages menu of the current editor. | 2392 Private slot to show the Languages menu of the current editor. |
2396 </p> | 2393 </p> |
2394 | |
2397 <dl> | 2395 <dl> |
2398 | 2396 |
2399 <dt><i>pos</i> (QPoint)</dt> | 2397 <dt><i>pos</i> (QPoint)</dt> |
2400 <dd> | 2398 <dd> |
2401 position the menu should be shown at | 2399 position the menu should be shown at |
2402 </dd> | 2400 </dd> |
2403 </dl> | 2401 </dl> |
2404 <a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a> | 2402 <a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a> |
2405 <h4>ViewManager.__showRecentMenu</h4> | 2403 <h4>ViewManager.__showRecentMenu</h4> |
2406 <b>__showRecentMenu</b>(<i></i>) | 2404 <b>__showRecentMenu</b>(<i></i>) |
2407 | |
2408 <p> | 2405 <p> |
2409 Private method to set up recent files menu. | 2406 Private method to set up recent files menu. |
2410 </p> | 2407 </p> |
2408 | |
2411 <a NAME="ViewManager.__spellCheck" ID="ViewManager.__spellCheck"></a> | 2409 <a NAME="ViewManager.__spellCheck" ID="ViewManager.__spellCheck"></a> |
2412 <h4>ViewManager.__spellCheck</h4> | 2410 <h4>ViewManager.__spellCheck</h4> |
2413 <b>__spellCheck</b>(<i></i>) | 2411 <b>__spellCheck</b>(<i></i>) |
2414 | |
2415 <p> | 2412 <p> |
2416 Private slot to perform a spell check of the current editor. | 2413 Private slot to perform a spell check of the current editor. |
2417 </p> | 2414 </p> |
2415 | |
2418 <a NAME="ViewManager.__splitOrientation" ID="ViewManager.__splitOrientation"></a> | 2416 <a NAME="ViewManager.__splitOrientation" ID="ViewManager.__splitOrientation"></a> |
2419 <h4>ViewManager.__splitOrientation</h4> | 2417 <h4>ViewManager.__splitOrientation</h4> |
2420 <b>__splitOrientation</b>(<i>checked</i>) | 2418 <b>__splitOrientation</b>(<i>checked</i>) |
2421 | |
2422 <p> | 2419 <p> |
2423 Private method to handle the split orientation action. | 2420 Private method to handle the split orientation action. |
2424 </p> | 2421 </p> |
2422 | |
2425 <dl> | 2423 <dl> |
2426 | 2424 |
2427 <dt><i>checked</i> (bool)</dt> | 2425 <dt><i>checked</i> (bool)</dt> |
2428 <dd> | 2426 <dd> |
2429 flag indicating the checked state of the action. | 2427 flag indicating the checked state of the action. |
2431 </dd> | 2429 </dd> |
2432 </dl> | 2430 </dl> |
2433 <a NAME="ViewManager.__splitView" ID="ViewManager.__splitView"></a> | 2431 <a NAME="ViewManager.__splitView" ID="ViewManager.__splitView"></a> |
2434 <h4>ViewManager.__splitView</h4> | 2432 <h4>ViewManager.__splitView</h4> |
2435 <b>__splitView</b>(<i></i>) | 2433 <b>__splitView</b>(<i></i>) |
2436 | |
2437 <p> | 2434 <p> |
2438 Private method to handle the split view action. | 2435 Private method to handle the split view action. |
2439 </p> | 2436 </p> |
2437 | |
2440 <a NAME="ViewManager.__taskMarkersUpdated" ID="ViewManager.__taskMarkersUpdated"></a> | 2438 <a NAME="ViewManager.__taskMarkersUpdated" ID="ViewManager.__taskMarkersUpdated"></a> |
2441 <h4>ViewManager.__taskMarkersUpdated</h4> | 2439 <h4>ViewManager.__taskMarkersUpdated</h4> |
2442 <b>__taskMarkersUpdated</b>(<i>editor</i>) | 2440 <b>__taskMarkersUpdated</b>(<i>editor</i>) |
2443 | |
2444 <p> | 2441 <p> |
2445 Private slot to handle the taskMarkersUpdated signal. | 2442 Private slot to handle the taskMarkersUpdated signal. |
2446 </p> | 2443 </p> |
2444 | |
2447 <dl> | 2445 <dl> |
2448 | 2446 |
2449 <dt><i>editor</i> (Editor)</dt> | 2447 <dt><i>editor</i> (Editor)</dt> |
2450 <dd> | 2448 <dd> |
2451 editor that sent the signal | 2449 editor that sent the signal |
2452 </dd> | 2450 </dd> |
2453 </dl> | 2451 </dl> |
2454 <a NAME="ViewManager.__toggleAll" ID="ViewManager.__toggleAll"></a> | 2452 <a NAME="ViewManager.__toggleAll" ID="ViewManager.__toggleAll"></a> |
2455 <h4>ViewManager.__toggleAll</h4> | 2453 <h4>ViewManager.__toggleAll</h4> |
2456 <b>__toggleAll</b>(<i></i>) | 2454 <b>__toggleAll</b>(<i></i>) |
2457 | |
2458 <p> | 2455 <p> |
2459 Private method to handle the toggle all folds action. | 2456 Private method to handle the toggle all folds action. |
2460 </p> | 2457 </p> |
2458 | |
2461 <a NAME="ViewManager.__toggleAllChildren" ID="ViewManager.__toggleAllChildren"></a> | 2459 <a NAME="ViewManager.__toggleAllChildren" ID="ViewManager.__toggleAllChildren"></a> |
2462 <h4>ViewManager.__toggleAllChildren</h4> | 2460 <h4>ViewManager.__toggleAllChildren</h4> |
2463 <b>__toggleAllChildren</b>(<i></i>) | 2461 <b>__toggleAllChildren</b>(<i></i>) |
2464 | |
2465 <p> | 2462 <p> |
2466 Private method to handle the toggle all folds (including children) | 2463 Private method to handle the toggle all folds (including children) |
2467 action. | 2464 action. |
2468 </p> | 2465 </p> |
2466 | |
2469 <a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a> | 2467 <a NAME="ViewManager.__toggleBookmark" ID="ViewManager.__toggleBookmark"></a> |
2470 <h4>ViewManager.__toggleBookmark</h4> | 2468 <h4>ViewManager.__toggleBookmark</h4> |
2471 <b>__toggleBookmark</b>(<i></i>) | 2469 <b>__toggleBookmark</b>(<i></i>) |
2472 | |
2473 <p> | 2470 <p> |
2474 Private method to handle the toggle bookmark action. | 2471 Private method to handle the toggle bookmark action. |
2475 </p> | 2472 </p> |
2473 | |
2476 <a NAME="ViewManager.__toggleCurrent" ID="ViewManager.__toggleCurrent"></a> | 2474 <a NAME="ViewManager.__toggleCurrent" ID="ViewManager.__toggleCurrent"></a> |
2477 <h4>ViewManager.__toggleCurrent</h4> | 2475 <h4>ViewManager.__toggleCurrent</h4> |
2478 <b>__toggleCurrent</b>(<i></i>) | 2476 <b>__toggleCurrent</b>(<i></i>) |
2479 | |
2480 <p> | 2477 <p> |
2481 Private method to handle the toggle current fold action. | 2478 Private method to handle the toggle current fold action. |
2482 </p> | 2479 </p> |
2480 | |
2483 <a NAME="ViewManager.__unhighlight" ID="ViewManager.__unhighlight"></a> | 2481 <a NAME="ViewManager.__unhighlight" ID="ViewManager.__unhighlight"></a> |
2484 <h4>ViewManager.__unhighlight</h4> | 2482 <h4>ViewManager.__unhighlight</h4> |
2485 <b>__unhighlight</b>(<i></i>) | 2483 <b>__unhighlight</b>(<i></i>) |
2486 | |
2487 <p> | 2484 <p> |
2488 Private slot to switch of all highlights. | 2485 Private slot to switch of all highlights. |
2489 </p> | 2486 </p> |
2487 | |
2490 <a NAME="ViewManager.__watchedFileChanged" ID="ViewManager.__watchedFileChanged"></a> | 2488 <a NAME="ViewManager.__watchedFileChanged" ID="ViewManager.__watchedFileChanged"></a> |
2491 <h4>ViewManager.__watchedFileChanged</h4> | 2489 <h4>ViewManager.__watchedFileChanged</h4> |
2492 <b>__watchedFileChanged</b>(<i>filePath</i>) | 2490 <b>__watchedFileChanged</b>(<i>filePath</i>) |
2493 | |
2494 <p> | 2491 <p> |
2495 Private slot handling a file has been modified, renamed or removed. | 2492 Private slot handling a file has been modified, renamed or removed. |
2496 </p> | 2493 </p> |
2494 | |
2497 <dl> | 2495 <dl> |
2498 | 2496 |
2499 <dt><i>filePath</i> (str)</dt> | 2497 <dt><i>filePath</i> (str)</dt> |
2500 <dd> | 2498 <dd> |
2501 path of the file | 2499 path of the file |
2502 </dd> | 2500 </dd> |
2503 </dl> | 2501 </dl> |
2504 <a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> | 2502 <a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> |
2505 <h4>ViewManager.__zoom</h4> | 2503 <h4>ViewManager.__zoom</h4> |
2506 <b>__zoom</b>(<i></i>) | 2504 <b>__zoom</b>(<i></i>) |
2507 | |
2508 <p> | 2505 <p> |
2509 Private method to handle the zoom action. | 2506 Private method to handle the zoom action. |
2510 </p> | 2507 </p> |
2508 | |
2511 <a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> | 2509 <a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> |
2512 <h4>ViewManager.__zoomIn</h4> | 2510 <h4>ViewManager.__zoomIn</h4> |
2513 <b>__zoomIn</b>(<i></i>) | 2511 <b>__zoomIn</b>(<i></i>) |
2514 | |
2515 <p> | 2512 <p> |
2516 Private method to handle the zoom in action. | 2513 Private method to handle the zoom in action. |
2517 </p> | 2514 </p> |
2515 | |
2518 <a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a> | 2516 <a NAME="ViewManager.__zoomOut" ID="ViewManager.__zoomOut"></a> |
2519 <h4>ViewManager.__zoomOut</h4> | 2517 <h4>ViewManager.__zoomOut</h4> |
2520 <b>__zoomOut</b>(<i></i>) | 2518 <b>__zoomOut</b>(<i></i>) |
2521 | |
2522 <p> | 2519 <p> |
2523 Private method to handle the zoom out action. | 2520 Private method to handle the zoom out action. |
2524 </p> | 2521 </p> |
2522 | |
2525 <a NAME="ViewManager.__zoomReset" ID="ViewManager.__zoomReset"></a> | 2523 <a NAME="ViewManager.__zoomReset" ID="ViewManager.__zoomReset"></a> |
2526 <h4>ViewManager.__zoomReset</h4> | 2524 <h4>ViewManager.__zoomReset</h4> |
2527 <b>__zoomReset</b>(<i></i>) | 2525 <b>__zoomReset</b>(<i></i>) |
2528 | |
2529 <p> | 2526 <p> |
2530 Private method to reset the zoom factor. | 2527 Private method to reset the zoom factor. |
2531 </p> | 2528 </p> |
2529 | |
2532 <a NAME="ViewManager.__zoomTo" ID="ViewManager.__zoomTo"></a> | 2530 <a NAME="ViewManager.__zoomTo" ID="ViewManager.__zoomTo"></a> |
2533 <h4>ViewManager.__zoomTo</h4> | 2531 <h4>ViewManager.__zoomTo</h4> |
2534 <b>__zoomTo</b>(<i>value</i>) | 2532 <b>__zoomTo</b>(<i>value</i>) |
2535 | |
2536 <p> | 2533 <p> |
2537 Private slot to zoom to a given value. | 2534 Private slot to zoom to a given value. |
2538 </p> | 2535 </p> |
2536 | |
2539 <dl> | 2537 <dl> |
2540 | 2538 |
2541 <dt><i>value</i> (int)</dt> | 2539 <dt><i>value</i> (int)</dt> |
2542 <dd> | 2540 <dd> |
2543 zoom value to be set | 2541 zoom value to be set |
2544 </dd> | 2542 </dd> |
2545 </dl> | 2543 </dl> |
2546 <a NAME="ViewManager._addView" ID="ViewManager._addView"></a> | 2544 <a NAME="ViewManager._addView" ID="ViewManager._addView"></a> |
2547 <h4>ViewManager._addView</h4> | 2545 <h4>ViewManager._addView</h4> |
2548 <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) | 2546 <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) |
2549 | |
2550 <p> | 2547 <p> |
2551 Protected method to add a view (i.e. window). | 2548 Protected method to add a view (i.e. window). |
2552 </p> | 2549 </p> |
2550 | |
2553 <dl> | 2551 <dl> |
2554 | 2552 |
2555 <dt><i>win</i> (EditorAssembly)</dt> | 2553 <dt><i>win</i> (EditorAssembly)</dt> |
2556 <dd> | 2554 <dd> |
2557 editor assembly to be added | 2555 editor assembly to be added |
2583 </dd> | 2581 </dd> |
2584 </dl> | 2582 </dl> |
2585 <a NAME="ViewManager._checkActions" ID="ViewManager._checkActions"></a> | 2583 <a NAME="ViewManager._checkActions" ID="ViewManager._checkActions"></a> |
2586 <h4>ViewManager._checkActions</h4> | 2584 <h4>ViewManager._checkActions</h4> |
2587 <b>_checkActions</b>(<i>editor, setSb=True</i>) | 2585 <b>_checkActions</b>(<i>editor, setSb=True</i>) |
2588 | |
2589 <p> | 2586 <p> |
2590 Protected slot to check some actions for their enable/disable status | 2587 Protected slot to check some actions for their enable/disable status |
2591 and set the statusbar info. | 2588 and set the statusbar info. |
2592 </p> | 2589 </p> |
2590 | |
2593 <dl> | 2591 <dl> |
2594 | 2592 |
2595 <dt><i>editor</i> (Editor)</dt> | 2593 <dt><i>editor</i> (Editor)</dt> |
2596 <dd> | 2594 <dd> |
2597 editor window | 2595 editor window |
2602 </dd> | 2600 </dd> |
2603 </dl> | 2601 </dl> |
2604 <a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a> | 2602 <a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a> |
2605 <h4>ViewManager._getOpenFileFilter</h4> | 2603 <h4>ViewManager._getOpenFileFilter</h4> |
2606 <b>_getOpenFileFilter</b>(<i></i>) | 2604 <b>_getOpenFileFilter</b>(<i></i>) |
2607 | |
2608 <p> | 2605 <p> |
2609 Protected method to return the active filename filter for a file open | 2606 Protected method to return the active filename filter for a file open |
2610 dialog. | 2607 dialog. |
2611 </p> | 2608 </p> |
2612 <p> | 2609 <p> |
2613 The appropriate filename filter is determined by file extension of | 2610 The appropriate filename filter is determined by file extension of |
2614 the currently active editor. | 2611 the currently active editor. |
2615 </p> | 2612 </p> |
2613 | |
2616 <dl> | 2614 <dl> |
2617 <dt>Return:</dt> | 2615 <dt>Return:</dt> |
2618 <dd> | 2616 <dd> |
2619 name of the filename filter | 2617 name of the filename filter |
2620 </dd> | 2618 </dd> |
2626 </dd> | 2624 </dd> |
2627 </dl> | 2625 </dl> |
2628 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> | 2626 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a> |
2629 <h4>ViewManager._getOpenStartDir</h4> | 2627 <h4>ViewManager._getOpenStartDir</h4> |
2630 <b>_getOpenStartDir</b>(<i></i>) | 2628 <b>_getOpenStartDir</b>(<i></i>) |
2631 | |
2632 <p> | 2629 <p> |
2633 Protected method to return the starting directory for a file open | 2630 Protected method to return the starting directory for a file open |
2634 dialog. | 2631 dialog. |
2635 </p> | 2632 </p> |
2636 <p> | 2633 <p> |
2638 using the following search order, until a match is found:<br /> | 2635 using the following search order, until a match is found:<br /> |
2639 1: Directory of currently active editor<br /> | 2636 1: Directory of currently active editor<br /> |
2640 2: Directory of currently active Project<br /> | 2637 2: Directory of currently active Project<br /> |
2641 3: CWD | 2638 3: CWD |
2642 </p> | 2639 </p> |
2640 | |
2643 <dl> | 2641 <dl> |
2644 <dt>Return:</dt> | 2642 <dt>Return:</dt> |
2645 <dd> | 2643 <dd> |
2646 name of directory to start | 2644 name of directory to start |
2647 </dd> | 2645 </dd> |
2653 </dd> | 2651 </dd> |
2654 </dl> | 2652 </dl> |
2655 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> | 2653 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a> |
2656 <h4>ViewManager._initWindowActions</h4> | 2654 <h4>ViewManager._initWindowActions</h4> |
2657 <b>_initWindowActions</b>(<i></i>) | 2655 <b>_initWindowActions</b>(<i></i>) |
2658 | |
2659 <p> | 2656 <p> |
2660 Protected method to define the user interface actions for window | 2657 Protected method to define the user interface actions for window |
2661 handling. | 2658 handling. |
2662 </p> | 2659 </p> |
2660 | |
2663 <dl> | 2661 <dl> |
2664 | 2662 |
2665 <dt>Raises <b>NotImplementedError</b>:</dt> | 2663 <dt>Raises <b>NotImplementedError</b>:</dt> |
2666 <dd> | 2664 <dd> |
2667 Not implemented | 2665 Not implemented |
2668 </dd> | 2666 </dd> |
2669 </dl> | 2667 </dl> |
2670 <a NAME="ViewManager._modificationStatusChanged" ID="ViewManager._modificationStatusChanged"></a> | 2668 <a NAME="ViewManager._modificationStatusChanged" ID="ViewManager._modificationStatusChanged"></a> |
2671 <h4>ViewManager._modificationStatusChanged</h4> | 2669 <h4>ViewManager._modificationStatusChanged</h4> |
2672 <b>_modificationStatusChanged</b>(<i>m, editor</i>) | 2670 <b>_modificationStatusChanged</b>(<i>m, editor</i>) |
2673 | |
2674 <p> | 2671 <p> |
2675 Protected slot to handle the modificationStatusChanged signal. | 2672 Protected slot to handle the modificationStatusChanged signal. |
2676 </p> | 2673 </p> |
2674 | |
2677 <dl> | 2675 <dl> |
2678 | 2676 |
2679 <dt><i>m</i> (bool)</dt> | 2677 <dt><i>m</i> (bool)</dt> |
2680 <dd> | 2678 <dd> |
2681 flag indicating the modification status | 2679 flag indicating the modification status |
2693 </dd> | 2691 </dd> |
2694 </dl> | 2692 </dl> |
2695 <a NAME="ViewManager._removeAllViews" ID="ViewManager._removeAllViews"></a> | 2693 <a NAME="ViewManager._removeAllViews" ID="ViewManager._removeAllViews"></a> |
2696 <h4>ViewManager._removeAllViews</h4> | 2694 <h4>ViewManager._removeAllViews</h4> |
2697 <b>_removeAllViews</b>(<i></i>) | 2695 <b>_removeAllViews</b>(<i></i>) |
2698 | |
2699 <p> | 2696 <p> |
2700 Protected method to remove all views (i.e. windows). | 2697 Protected method to remove all views (i.e. windows). |
2701 </p> | 2698 </p> |
2699 | |
2702 <dl> | 2700 <dl> |
2703 | 2701 |
2704 <dt>Raises <b>NotImplementedError</b>:</dt> | 2702 <dt>Raises <b>NotImplementedError</b>:</dt> |
2705 <dd> | 2703 <dd> |
2706 Not implemented | 2704 Not implemented |
2707 </dd> | 2705 </dd> |
2708 </dl> | 2706 </dl> |
2709 <a NAME="ViewManager._removeView" ID="ViewManager._removeView"></a> | 2707 <a NAME="ViewManager._removeView" ID="ViewManager._removeView"></a> |
2710 <h4>ViewManager._removeView</h4> | 2708 <h4>ViewManager._removeView</h4> |
2711 <b>_removeView</b>(<i>win</i>) | 2709 <b>_removeView</b>(<i>win</i>) |
2712 | |
2713 <p> | 2710 <p> |
2714 Protected method to remove a view (i.e. window). | 2711 Protected method to remove a view (i.e. window). |
2715 </p> | 2712 </p> |
2713 | |
2716 <dl> | 2714 <dl> |
2717 | 2715 |
2718 <dt><i>win</i> (EditorAssembly)</dt> | 2716 <dt><i>win</i> (EditorAssembly)</dt> |
2719 <dd> | 2717 <dd> |
2720 editor window to be removed | 2718 editor window to be removed |
2728 </dd> | 2726 </dd> |
2729 </dl> | 2727 </dl> |
2730 <a NAME="ViewManager._showView" ID="ViewManager._showView"></a> | 2728 <a NAME="ViewManager._showView" ID="ViewManager._showView"></a> |
2731 <h4>ViewManager._showView</h4> | 2729 <h4>ViewManager._showView</h4> |
2732 <b>_showView</b>(<i>win, fn=None</i>) | 2730 <b>_showView</b>(<i>win, fn=None</i>) |
2733 | |
2734 <p> | 2731 <p> |
2735 Protected method to show a view (i.e. window). | 2732 Protected method to show a view (i.e. window). |
2736 </p> | 2733 </p> |
2734 | |
2737 <dl> | 2735 <dl> |
2738 | 2736 |
2739 <dt><i>win</i> (EditorAssembly)</dt> | 2737 <dt><i>win</i> (EditorAssembly)</dt> |
2740 <dd> | 2738 <dd> |
2741 editor assembly to be shown | 2739 editor assembly to be shown |
2753 </dd> | 2751 </dd> |
2754 </dl> | 2752 </dl> |
2755 <a NAME="ViewManager._syntaxErrorToggled" ID="ViewManager._syntaxErrorToggled"></a> | 2753 <a NAME="ViewManager._syntaxErrorToggled" ID="ViewManager._syntaxErrorToggled"></a> |
2756 <h4>ViewManager._syntaxErrorToggled</h4> | 2754 <h4>ViewManager._syntaxErrorToggled</h4> |
2757 <b>_syntaxErrorToggled</b>(<i>editor</i>) | 2755 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
2758 | |
2759 <p> | 2756 <p> |
2760 Protected slot to handle the syntaxerrorToggled signal. | 2757 Protected slot to handle the syntaxerrorToggled signal. |
2761 </p> | 2758 </p> |
2762 <p> | 2759 <p> |
2763 It checks some syntax error actions and reemits the signal. | 2760 It checks some syntax error actions and reemits the signal. |
2764 </p> | 2761 </p> |
2762 | |
2765 <dl> | 2763 <dl> |
2766 | 2764 |
2767 <dt><i>editor</i> (Editor)</dt> | 2765 <dt><i>editor</i> (Editor)</dt> |
2768 <dd> | 2766 <dd> |
2769 editor that sent the signal | 2767 editor that sent the signal |
2770 </dd> | 2768 </dd> |
2771 </dl> | 2769 </dl> |
2772 <a NAME="ViewManager.activeWindow" ID="ViewManager.activeWindow"></a> | 2770 <a NAME="ViewManager.activeWindow" ID="ViewManager.activeWindow"></a> |
2773 <h4>ViewManager.activeWindow</h4> | 2771 <h4>ViewManager.activeWindow</h4> |
2774 <b>activeWindow</b>(<i></i>) | 2772 <b>activeWindow</b>(<i></i>) |
2775 | |
2776 <p> | 2773 <p> |
2777 Public method to return the active (i.e. current) window. | 2774 Public method to return the active (i.e. current) window. |
2778 </p> | 2775 </p> |
2776 | |
2779 <dl> | 2777 <dl> |
2780 <dt>Return:</dt> | 2778 <dt>Return:</dt> |
2781 <dd> | 2779 <dd> |
2782 reference to the active editor | 2780 reference to the active editor |
2783 </dd> | 2781 </dd> |
2796 </dd> | 2794 </dd> |
2797 </dl> | 2795 </dl> |
2798 <a NAME="ViewManager.addSplit" ID="ViewManager.addSplit"></a> | 2796 <a NAME="ViewManager.addSplit" ID="ViewManager.addSplit"></a> |
2799 <h4>ViewManager.addSplit</h4> | 2797 <h4>ViewManager.addSplit</h4> |
2800 <b>addSplit</b>(<i></i>) | 2798 <b>addSplit</b>(<i></i>) |
2801 | |
2802 <p> | 2799 <p> |
2803 Public method used to split the current view. | 2800 Public method used to split the current view. |
2804 </p> | 2801 </p> |
2802 | |
2805 <a NAME="ViewManager.addToExtrasMenu" ID="ViewManager.addToExtrasMenu"></a> | 2803 <a NAME="ViewManager.addToExtrasMenu" ID="ViewManager.addToExtrasMenu"></a> |
2806 <h4>ViewManager.addToExtrasMenu</h4> | 2804 <h4>ViewManager.addToExtrasMenu</h4> |
2807 <b>addToExtrasMenu</b>(<i>menu</i>) | 2805 <b>addToExtrasMenu</b>(<i>menu</i>) |
2808 | |
2809 <p> | 2806 <p> |
2810 Public method to add some actions to the Extras menu. | 2807 Public method to add some actions to the Extras menu. |
2811 </p> | 2808 </p> |
2809 | |
2812 <dl> | 2810 <dl> |
2813 | 2811 |
2814 <dt><i>menu</i> (QMenu)</dt> | 2812 <dt><i>menu</i> (QMenu)</dt> |
2815 <dd> | 2813 <dd> |
2816 reference to the menu to add actions to | 2814 reference to the menu to add actions to |
2817 </dd> | 2815 </dd> |
2818 </dl> | 2816 </dl> |
2819 <a NAME="ViewManager.addToRecentList" ID="ViewManager.addToRecentList"></a> | 2817 <a NAME="ViewManager.addToRecentList" ID="ViewManager.addToRecentList"></a> |
2820 <h4>ViewManager.addToRecentList</h4> | 2818 <h4>ViewManager.addToRecentList</h4> |
2821 <b>addToRecentList</b>(<i>fn</i>) | 2819 <b>addToRecentList</b>(<i>fn</i>) |
2822 | |
2823 <p> | 2820 <p> |
2824 Public slot to add a filename to the list of recently opened files. | 2821 Public slot to add a filename to the list of recently opened files. |
2825 </p> | 2822 </p> |
2823 | |
2826 <dl> | 2824 <dl> |
2827 | 2825 |
2828 <dt><i>fn</i> (str)</dt> | 2826 <dt><i>fn</i> (str)</dt> |
2829 <dd> | 2827 <dd> |
2830 name of the file to be added | 2828 name of the file to be added |
2831 </dd> | 2829 </dd> |
2832 </dl> | 2830 </dl> |
2833 <a NAME="ViewManager.addWatchedFilePath" ID="ViewManager.addWatchedFilePath"></a> | 2831 <a NAME="ViewManager.addWatchedFilePath" ID="ViewManager.addWatchedFilePath"></a> |
2834 <h4>ViewManager.addWatchedFilePath</h4> | 2832 <h4>ViewManager.addWatchedFilePath</h4> |
2835 <b>addWatchedFilePath</b>(<i>filePath</i>) | 2833 <b>addWatchedFilePath</b>(<i>filePath</i>) |
2836 | |
2837 <p> | 2834 <p> |
2838 Public method to add a file to the list of monitored files. | 2835 Public method to add a file to the list of monitored files. |
2839 </p> | 2836 </p> |
2837 | |
2840 <dl> | 2838 <dl> |
2841 | 2839 |
2842 <dt><i>filePath</i> (str)</dt> | 2840 <dt><i>filePath</i> (str)</dt> |
2843 <dd> | 2841 <dd> |
2844 path of the file to be added | 2842 path of the file to be added |
2845 </dd> | 2843 </dd> |
2846 </dl> | 2844 </dl> |
2847 <a NAME="ViewManager.appFocusChanged" ID="ViewManager.appFocusChanged"></a> | 2845 <a NAME="ViewManager.appFocusChanged" ID="ViewManager.appFocusChanged"></a> |
2848 <h4>ViewManager.appFocusChanged</h4> | 2846 <h4>ViewManager.appFocusChanged</h4> |
2849 <b>appFocusChanged</b>(<i>old, now</i>) | 2847 <b>appFocusChanged</b>(<i>old, now</i>) |
2850 | |
2851 <p> | 2848 <p> |
2852 Public method to handle the global change of focus. | 2849 Public method to handle the global change of focus. |
2853 </p> | 2850 </p> |
2851 | |
2854 <dl> | 2852 <dl> |
2855 | 2853 |
2856 <dt><i>old</i> (QWidget)</dt> | 2854 <dt><i>old</i> (QWidget)</dt> |
2857 <dd> | 2855 <dd> |
2858 reference to the widget loosing focus | 2856 reference to the widget loosing focus |
2863 </dd> | 2861 </dd> |
2864 </dl> | 2862 </dl> |
2865 <a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a> | 2863 <a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a> |
2866 <h4>ViewManager.canCascade</h4> | 2864 <h4>ViewManager.canCascade</h4> |
2867 <b>canCascade</b>(<i></i>) | 2865 <b>canCascade</b>(<i></i>) |
2868 | |
2869 <p> | 2866 <p> |
2870 Public method to signal if cascading of managed windows is available. | 2867 Public method to signal if cascading of managed windows is available. |
2871 </p> | 2868 </p> |
2869 | |
2872 <dl> | 2870 <dl> |
2873 <dt>Return:</dt> | 2871 <dt>Return:</dt> |
2874 <dd> | 2872 <dd> |
2875 flag indicating cascading of windows is available | 2873 flag indicating cascading of windows is available |
2876 </dd> | 2874 </dd> |
2889 </dd> | 2887 </dd> |
2890 </dl> | 2888 </dl> |
2891 <a NAME="ViewManager.canSplit" ID="ViewManager.canSplit"></a> | 2889 <a NAME="ViewManager.canSplit" ID="ViewManager.canSplit"></a> |
2892 <h4>ViewManager.canSplit</h4> | 2890 <h4>ViewManager.canSplit</h4> |
2893 <b>canSplit</b>(<i></i>) | 2891 <b>canSplit</b>(<i></i>) |
2894 | |
2895 <p> | 2892 <p> |
2896 Public method to signal if splitting of the view is available. | 2893 Public method to signal if splitting of the view is available. |
2897 </p> | 2894 </p> |
2895 | |
2898 <dl> | 2896 <dl> |
2899 <dt>Return:</dt> | 2897 <dt>Return:</dt> |
2900 <dd> | 2898 <dd> |
2901 flag indicating splitting of the view is available | 2899 flag indicating splitting of the view is available |
2902 </dd> | 2900 </dd> |
2908 </dd> | 2906 </dd> |
2909 </dl> | 2907 </dl> |
2910 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a> | 2908 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a> |
2911 <h4>ViewManager.canTile</h4> | 2909 <h4>ViewManager.canTile</h4> |
2912 <b>canTile</b>(<i></i>) | 2910 <b>canTile</b>(<i></i>) |
2913 | |
2914 <p> | 2911 <p> |
2915 Public method to signal if tiling of managed windows is available. | 2912 Public method to signal if tiling of managed windows is available. |
2916 </p> | 2913 </p> |
2914 | |
2917 <dl> | 2915 <dl> |
2918 <dt>Return:</dt> | 2916 <dt>Return:</dt> |
2919 <dd> | 2917 <dd> |
2920 flag indicating tiling of windows is available | 2918 flag indicating tiling of windows is available |
2921 </dd> | 2919 </dd> |
2934 </dd> | 2932 </dd> |
2935 </dl> | 2933 </dl> |
2936 <a NAME="ViewManager.cancelSharedEdit" ID="ViewManager.cancelSharedEdit"></a> | 2934 <a NAME="ViewManager.cancelSharedEdit" ID="ViewManager.cancelSharedEdit"></a> |
2937 <h4>ViewManager.cancelSharedEdit</h4> | 2935 <h4>ViewManager.cancelSharedEdit</h4> |
2938 <b>cancelSharedEdit</b>(<i></i>) | 2936 <b>cancelSharedEdit</b>(<i></i>) |
2939 | |
2940 <p> | 2937 <p> |
2941 Public slot to cancel a shared edit session for the current editor. | 2938 Public slot to cancel a shared edit session for the current editor. |
2942 </p> | 2939 </p> |
2940 | |
2943 <a NAME="ViewManager.cascade" ID="ViewManager.cascade"></a> | 2941 <a NAME="ViewManager.cascade" ID="ViewManager.cascade"></a> |
2944 <h4>ViewManager.cascade</h4> | 2942 <h4>ViewManager.cascade</h4> |
2945 <b>cascade</b>(<i></i>) | 2943 <b>cascade</b>(<i></i>) |
2946 | |
2947 <p> | 2944 <p> |
2948 Public method to cascade the managed windows. | 2945 Public method to cascade the managed windows. |
2949 </p> | 2946 </p> |
2947 | |
2950 <dl> | 2948 <dl> |
2951 | 2949 |
2952 <dt>Raises <b>NotImplementedError</b>:</dt> | 2950 <dt>Raises <b>NotImplementedError</b>:</dt> |
2953 <dd> | 2951 <dd> |
2954 Not implemented | 2952 Not implemented |
2955 </dd> | 2953 </dd> |
2956 </dl> | 2954 </dl> |
2957 <a NAME="ViewManager.checkAllDirty" ID="ViewManager.checkAllDirty"></a> | 2955 <a NAME="ViewManager.checkAllDirty" ID="ViewManager.checkAllDirty"></a> |
2958 <h4>ViewManager.checkAllDirty</h4> | 2956 <h4>ViewManager.checkAllDirty</h4> |
2959 <b>checkAllDirty</b>(<i></i>) | 2957 <b>checkAllDirty</b>(<i></i>) |
2960 | |
2961 <p> | 2958 <p> |
2962 Public method to check the dirty status of all editors. | 2959 Public method to check the dirty status of all editors. |
2963 </p> | 2960 </p> |
2961 | |
2964 <dl> | 2962 <dl> |
2965 <dt>Return:</dt> | 2963 <dt>Return:</dt> |
2966 <dd> | 2964 <dd> |
2967 flag indicating successful reset of all dirty flags | 2965 flag indicating successful reset of all dirty flags |
2968 </dd> | 2966 </dd> |
2974 </dd> | 2972 </dd> |
2975 </dl> | 2973 </dl> |
2976 <a NAME="ViewManager.checkDirty" ID="ViewManager.checkDirty"></a> | 2974 <a NAME="ViewManager.checkDirty" ID="ViewManager.checkDirty"></a> |
2977 <h4>ViewManager.checkDirty</h4> | 2975 <h4>ViewManager.checkDirty</h4> |
2978 <b>checkDirty</b>(<i>editor, autosave=False, closeIt=False</i>) | 2976 <b>checkDirty</b>(<i>editor, autosave=False, closeIt=False</i>) |
2979 | |
2980 <p> | 2977 <p> |
2981 Public method to check the dirty status and open a message window. | 2978 Public method to check the dirty status and open a message window. |
2982 </p> | 2979 </p> |
2980 | |
2983 <dl> | 2981 <dl> |
2984 | 2982 |
2985 <dt><i>editor</i> (Editor)</dt> | 2983 <dt><i>editor</i> (Editor)</dt> |
2986 <dd> | 2984 <dd> |
2987 editor window to check | 2985 editor window to check |
3010 </dd> | 3008 </dd> |
3011 </dl> | 3009 </dl> |
3012 <a NAME="ViewManager.checkFileDirty" ID="ViewManager.checkFileDirty"></a> | 3010 <a NAME="ViewManager.checkFileDirty" ID="ViewManager.checkFileDirty"></a> |
3013 <h4>ViewManager.checkFileDirty</h4> | 3011 <h4>ViewManager.checkFileDirty</h4> |
3014 <b>checkFileDirty</b>(<i>fn</i>) | 3012 <b>checkFileDirty</b>(<i>fn</i>) |
3015 | |
3016 <p> | 3013 <p> |
3017 Public method to check the dirty status of an editor given its file | 3014 Public method to check the dirty status of an editor given its file |
3018 name and open a message window. | 3015 name and open a message window. |
3019 </p> | 3016 </p> |
3017 | |
3020 <dl> | 3018 <dl> |
3021 | 3019 |
3022 <dt><i>fn</i> (str)</dt> | 3020 <dt><i>fn</i> (str)</dt> |
3023 <dd> | 3021 <dd> |
3024 file name of editor to be checked | 3022 file name of editor to be checked |
3037 </dd> | 3035 </dd> |
3038 </dl> | 3036 </dl> |
3039 <a NAME="ViewManager.clearRecent" ID="ViewManager.clearRecent"></a> | 3037 <a NAME="ViewManager.clearRecent" ID="ViewManager.clearRecent"></a> |
3040 <h4>ViewManager.clearRecent</h4> | 3038 <h4>ViewManager.clearRecent</h4> |
3041 <b>clearRecent</b>(<i></i>) | 3039 <b>clearRecent</b>(<i></i>) |
3042 | |
3043 <p> | 3040 <p> |
3044 Public method to clear the recent files menu. | 3041 Public method to clear the recent files menu. |
3045 </p> | 3042 </p> |
3043 | |
3046 <a NAME="ViewManager.cloneEditor" ID="ViewManager.cloneEditor"></a> | 3044 <a NAME="ViewManager.cloneEditor" ID="ViewManager.cloneEditor"></a> |
3047 <h4>ViewManager.cloneEditor</h4> | 3045 <h4>ViewManager.cloneEditor</h4> |
3048 <b>cloneEditor</b>(<i>caller, filetype, fn</i>) | 3046 <b>cloneEditor</b>(<i>caller, filetype, fn</i>) |
3049 | |
3050 <p> | 3047 <p> |
3051 Public method to clone an editor displaying the given document. | 3048 Public method to clone an editor displaying the given document. |
3052 </p> | 3049 </p> |
3050 | |
3053 <dl> | 3051 <dl> |
3054 | 3052 |
3055 <dt><i>caller</i> (Editor)</dt> | 3053 <dt><i>caller</i> (Editor)</dt> |
3056 <dd> | 3054 <dd> |
3057 reference to the editor calling this method | 3055 reference to the editor calling this method |
3079 </dd> | 3077 </dd> |
3080 </dl> | 3078 </dl> |
3081 <a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a> | 3079 <a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a> |
3082 <h4>ViewManager.closeAllWindows</h4> | 3080 <h4>ViewManager.closeAllWindows</h4> |
3083 <b>closeAllWindows</b>(<i>ignoreDirty=False</i>) | 3081 <b>closeAllWindows</b>(<i>ignoreDirty=False</i>) |
3084 | |
3085 <p> | 3082 <p> |
3086 Public method to close all editor windows. | 3083 Public method to close all editor windows. |
3087 </p> | 3084 </p> |
3085 | |
3088 <dl> | 3086 <dl> |
3089 | 3087 |
3090 <dt><i>ignoreDirty</i> (bool)</dt> | 3088 <dt><i>ignoreDirty</i> (bool)</dt> |
3091 <dd> | 3089 <dd> |
3092 flag indicating to ignore the 'dirty' status | 3090 flag indicating to ignore the 'dirty' status |
3093 </dd> | 3091 </dd> |
3094 </dl> | 3092 </dl> |
3095 <a NAME="ViewManager.closeCurrentWindow" ID="ViewManager.closeCurrentWindow"></a> | 3093 <a NAME="ViewManager.closeCurrentWindow" ID="ViewManager.closeCurrentWindow"></a> |
3096 <h4>ViewManager.closeCurrentWindow</h4> | 3094 <h4>ViewManager.closeCurrentWindow</h4> |
3097 <b>closeCurrentWindow</b>(<i></i>) | 3095 <b>closeCurrentWindow</b>(<i></i>) |
3098 | |
3099 <p> | 3096 <p> |
3100 Public method to close the current window. | 3097 Public method to close the current window. |
3101 </p> | 3098 </p> |
3099 | |
3102 <dl> | 3100 <dl> |
3103 <dt>Return:</dt> | 3101 <dt>Return:</dt> |
3104 <dd> | 3102 <dd> |
3105 flag indicating success | 3103 flag indicating success |
3106 </dd> | 3104 </dd> |
3112 </dd> | 3110 </dd> |
3113 </dl> | 3111 </dl> |
3114 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a> | 3112 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a> |
3115 <h4>ViewManager.closeEditor</h4> | 3113 <h4>ViewManager.closeEditor</h4> |
3116 <b>closeEditor</b>(<i>editor, ignoreDirty=False</i>) | 3114 <b>closeEditor</b>(<i>editor, ignoreDirty=False</i>) |
3117 | |
3118 <p> | 3115 <p> |
3119 Public method to close an editor window. | 3116 Public method to close an editor window. |
3120 </p> | 3117 </p> |
3118 | |
3121 <dl> | 3119 <dl> |
3122 | 3120 |
3123 <dt><i>editor</i> (Editor)</dt> | 3121 <dt><i>editor</i> (Editor)</dt> |
3124 <dd> | 3122 <dd> |
3125 editor window to be closed | 3123 editor window to be closed |
3142 </dd> | 3140 </dd> |
3143 </dl> | 3141 </dl> |
3144 <a NAME="ViewManager.closeEditorWindow" ID="ViewManager.closeEditorWindow"></a> | 3142 <a NAME="ViewManager.closeEditorWindow" ID="ViewManager.closeEditorWindow"></a> |
3145 <h4>ViewManager.closeEditorWindow</h4> | 3143 <h4>ViewManager.closeEditorWindow</h4> |
3146 <b>closeEditorWindow</b>(<i>editor</i>) | 3144 <b>closeEditorWindow</b>(<i>editor</i>) |
3147 | |
3148 <p> | 3145 <p> |
3149 Public method to close an arbitrary source editor. | 3146 Public method to close an arbitrary source editor. |
3150 </p> | 3147 </p> |
3148 | |
3151 <dl> | 3149 <dl> |
3152 | 3150 |
3153 <dt><i>editor</i> (Editor)</dt> | 3151 <dt><i>editor</i> (Editor)</dt> |
3154 <dd> | 3152 <dd> |
3155 editor to be closed | 3153 editor to be closed |
3156 </dd> | 3154 </dd> |
3157 </dl> | 3155 </dl> |
3158 <a NAME="ViewManager.closeViewManager" ID="ViewManager.closeViewManager"></a> | 3156 <a NAME="ViewManager.closeViewManager" ID="ViewManager.closeViewManager"></a> |
3159 <h4>ViewManager.closeViewManager</h4> | 3157 <h4>ViewManager.closeViewManager</h4> |
3160 <b>closeViewManager</b>(<i></i>) | 3158 <b>closeViewManager</b>(<i></i>) |
3161 | |
3162 <p> | 3159 <p> |
3163 Public method to shutdown the viewmanager. | 3160 Public method to shutdown the viewmanager. |
3164 </p> | 3161 </p> |
3165 <p> | 3162 <p> |
3166 If it cannot close all editor windows, it aborts the shutdown process. | 3163 If it cannot close all editor windows, it aborts the shutdown process. |
3167 </p> | 3164 </p> |
3165 | |
3168 <dl> | 3166 <dl> |
3169 <dt>Return:</dt> | 3167 <dt>Return:</dt> |
3170 <dd> | 3168 <dd> |
3171 flag indicating success | 3169 flag indicating success |
3172 </dd> | 3170 </dd> |
3178 </dd> | 3176 </dd> |
3179 </dl> | 3177 </dl> |
3180 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a> | 3178 <a NAME="ViewManager.closeWindow" ID="ViewManager.closeWindow"></a> |
3181 <h4>ViewManager.closeWindow</h4> | 3179 <h4>ViewManager.closeWindow</h4> |
3182 <b>closeWindow</b>(<i>fn, ignoreDirty=False</i>) | 3180 <b>closeWindow</b>(<i>fn, ignoreDirty=False</i>) |
3183 | |
3184 <p> | 3181 <p> |
3185 Public method to close an arbitrary source editor. | 3182 Public method to close an arbitrary source editor. |
3186 </p> | 3183 </p> |
3184 | |
3187 <dl> | 3185 <dl> |
3188 | 3186 |
3189 <dt><i>fn</i> (str)</dt> | 3187 <dt><i>fn</i> (str)</dt> |
3190 <dd> | 3188 <dd> |
3191 file name of the editor to be closed | 3189 file name of the editor to be closed |
3208 </dd> | 3206 </dd> |
3209 </dl> | 3207 </dl> |
3210 <a NAME="ViewManager.editorsCheckFocusInEnabled" ID="ViewManager.editorsCheckFocusInEnabled"></a> | 3208 <a NAME="ViewManager.editorsCheckFocusInEnabled" ID="ViewManager.editorsCheckFocusInEnabled"></a> |
3211 <h4>ViewManager.editorsCheckFocusInEnabled</h4> | 3209 <h4>ViewManager.editorsCheckFocusInEnabled</h4> |
3212 <b>editorsCheckFocusInEnabled</b>(<i></i>) | 3210 <b>editorsCheckFocusInEnabled</b>(<i></i>) |
3213 | |
3214 <p> | 3211 <p> |
3215 Public method returning the flag indicating editors should perform | 3212 Public method returning the flag indicating editors should perform |
3216 focus in checks. | 3213 focus in checks. |
3217 </p> | 3214 </p> |
3215 | |
3218 <dl> | 3216 <dl> |
3219 <dt>Return:</dt> | 3217 <dt>Return:</dt> |
3220 <dd> | 3218 <dd> |
3221 flag indicating focus in checks should be performed | 3219 flag indicating focus in checks should be performed |
3222 </dd> | 3220 </dd> |
3228 </dd> | 3226 </dd> |
3229 </dl> | 3227 </dl> |
3230 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> | 3228 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a> |
3231 <h4>ViewManager.enableEditorsCheckFocusIn</h4> | 3229 <h4>ViewManager.enableEditorsCheckFocusIn</h4> |
3232 <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>) | 3230 <b>enableEditorsCheckFocusIn</b>(<i>enabled</i>) |
3233 | |
3234 <p> | 3231 <p> |
3235 Public method to set a flag enabling the editors to perform focus in | 3232 Public method to set a flag enabling the editors to perform focus in |
3236 checks. | 3233 checks. |
3237 </p> | 3234 </p> |
3235 | |
3238 <dl> | 3236 <dl> |
3239 | 3237 |
3240 <dt><i>enabled</i> (bool)</dt> | 3238 <dt><i>enabled</i> (bool)</dt> |
3241 <dd> | 3239 <dd> |
3242 flag indicating focus in checks should be performed | 3240 flag indicating focus in checks should be performed |
3243 </dd> | 3241 </dd> |
3244 </dl> | 3242 </dl> |
3245 <a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> | 3243 <a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> |
3246 <h4>ViewManager.eventFilter</h4> | 3244 <h4>ViewManager.eventFilter</h4> |
3247 <b>eventFilter</b>(<i>qobject, event</i>) | 3245 <b>eventFilter</b>(<i>qobject, event</i>) |
3248 | |
3249 <p> | 3246 <p> |
3250 Public method called to filter an event. | 3247 Public method called to filter an event. |
3251 </p> | 3248 </p> |
3249 | |
3252 <dl> | 3250 <dl> |
3253 | 3251 |
3254 <dt><i>qobject</i> (QObject)</dt> | 3252 <dt><i>qobject</i> (QObject)</dt> |
3255 <dd> | 3253 <dd> |
3256 object, that generated the event | 3254 object, that generated the event |
3273 </dd> | 3271 </dd> |
3274 </dl> | 3272 </dl> |
3275 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a> | 3273 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a> |
3276 <h4>ViewManager.exit</h4> | 3274 <h4>ViewManager.exit</h4> |
3277 <b>exit</b>(<i></i>) | 3275 <b>exit</b>(<i></i>) |
3278 | |
3279 <p> | 3276 <p> |
3280 Public method to handle the debugged program terminating. | 3277 Public method to handle the debugged program terminating. |
3281 </p> | 3278 </p> |
3279 | |
3282 <a NAME="ViewManager.getAPIsManager" ID="ViewManager.getAPIsManager"></a> | 3280 <a NAME="ViewManager.getAPIsManager" ID="ViewManager.getAPIsManager"></a> |
3283 <h4>ViewManager.getAPIsManager</h4> | 3281 <h4>ViewManager.getAPIsManager</h4> |
3284 <b>getAPIsManager</b>(<i></i>) | 3282 <b>getAPIsManager</b>(<i></i>) |
3285 | |
3286 <p> | 3283 <p> |
3287 Public method to get a reference to the APIs manager. | 3284 Public method to get a reference to the APIs manager. |
3288 </p> | 3285 </p> |
3286 | |
3289 <dl> | 3287 <dl> |
3290 <dt>Return:</dt> | 3288 <dt>Return:</dt> |
3291 <dd> | 3289 <dd> |
3292 the APIs manager object | 3290 the APIs manager object |
3293 </dd> | 3291 </dd> |
3299 </dd> | 3297 </dd> |
3300 </dl> | 3298 </dl> |
3301 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> | 3299 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> |
3302 <h4>ViewManager.getActions</h4> | 3300 <h4>ViewManager.getActions</h4> |
3303 <b>getActions</b>(<i>actionSetType</i>) | 3301 <b>getActions</b>(<i>actionSetType</i>) |
3304 | |
3305 <p> | 3302 <p> |
3306 Public method to get a list of all actions. | 3303 Public method to get a list of all actions. |
3307 </p> | 3304 </p> |
3305 | |
3308 <dl> | 3306 <dl> |
3309 | 3307 |
3310 <dt><i>actionSetType</i> (str)</dt> | 3308 <dt><i>actionSetType</i> (str)</dt> |
3311 <dd> | 3309 <dd> |
3312 string denoting the action set to get. | 3310 string denoting the action set to get. |
3327 </dd> | 3325 </dd> |
3328 </dl> | 3326 </dl> |
3329 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a> | 3327 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a> |
3330 <h4>ViewManager.getActiveName</h4> | 3328 <h4>ViewManager.getActiveName</h4> |
3331 <b>getActiveName</b>(<i></i>) | 3329 <b>getActiveName</b>(<i></i>) |
3332 | |
3333 <p> | 3330 <p> |
3334 Public method to retrieve the filename of the active window. | 3331 Public method to retrieve the filename of the active window. |
3335 </p> | 3332 </p> |
3333 | |
3336 <dl> | 3334 <dl> |
3337 <dt>Return:</dt> | 3335 <dt>Return:</dt> |
3338 <dd> | 3336 <dd> |
3339 filename of active window | 3337 filename of active window |
3340 </dd> | 3338 </dd> |
3346 </dd> | 3344 </dd> |
3347 </dl> | 3345 </dl> |
3348 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> | 3346 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> |
3349 <h4>ViewManager.getEditor</h4> | 3347 <h4>ViewManager.getEditor</h4> |
3350 <b>getEditor</b>(<i>fn, filetype="", addNext=False, indexes=None</i>) | 3348 <b>getEditor</b>(<i>fn, filetype="", addNext=False, indexes=None</i>) |
3351 | |
3352 <p> | 3349 <p> |
3353 Public method to return the editor displaying the given file. | 3350 Public method to return the editor displaying the given file. |
3354 </p> | 3351 </p> |
3355 <p> | 3352 <p> |
3356 If there is no editor with the given file, a new editor window is | 3353 If there is no editor with the given file, a new editor window is |
3357 created. | 3354 created. |
3358 </p> | 3355 </p> |
3356 | |
3359 <dl> | 3357 <dl> |
3360 | 3358 |
3361 <dt><i>fn</i> (str)</dt> | 3359 <dt><i>fn</i> (str)</dt> |
3362 <dd> | 3360 <dd> |
3363 filename to look for | 3361 filename to look for |
3391 </dd> | 3389 </dd> |
3392 </dl> | 3390 </dl> |
3393 <a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a> | 3391 <a NAME="ViewManager.getMostRecent" ID="ViewManager.getMostRecent"></a> |
3394 <h4>ViewManager.getMostRecent</h4> | 3392 <h4>ViewManager.getMostRecent</h4> |
3395 <b>getMostRecent</b>(<i></i>) | 3393 <b>getMostRecent</b>(<i></i>) |
3396 | |
3397 <p> | 3394 <p> |
3398 Public method to get the most recently opened file. | 3395 Public method to get the most recently opened file. |
3399 </p> | 3396 </p> |
3397 | |
3400 <dl> | 3398 <dl> |
3401 <dt>Return:</dt> | 3399 <dt>Return:</dt> |
3402 <dd> | 3400 <dd> |
3403 path of the most recently opened file | 3401 path of the most recently opened file |
3404 </dd> | 3402 </dd> |
3410 </dd> | 3408 </dd> |
3411 </dl> | 3409 </dl> |
3412 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a> | 3410 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a> |
3413 <h4>ViewManager.getNumber</h4> | 3411 <h4>ViewManager.getNumber</h4> |
3414 <b>getNumber</b>(<i></i>) | 3412 <b>getNumber</b>(<i></i>) |
3415 | |
3416 <p> | 3413 <p> |
3417 Public method to get a number from the active window. | 3414 Public method to get a number from the active window. |
3418 </p> | 3415 </p> |
3416 | |
3419 <dl> | 3417 <dl> |
3420 <dt>Return:</dt> | 3418 <dt>Return:</dt> |
3421 <dd> | 3419 <dd> |
3422 selected text of the active window | 3420 selected text of the active window |
3423 </dd> | 3421 </dd> |
3429 </dd> | 3427 </dd> |
3430 </dl> | 3428 </dl> |
3431 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a> | 3429 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a> |
3432 <h4>ViewManager.getOpenEditor</h4> | 3430 <h4>ViewManager.getOpenEditor</h4> |
3433 <b>getOpenEditor</b>(<i>fn</i>) | 3431 <b>getOpenEditor</b>(<i>fn</i>) |
3434 | |
3435 <p> | 3432 <p> |
3436 Public method to return the editor displaying the given file. | 3433 Public method to return the editor displaying the given file. |
3437 </p> | 3434 </p> |
3435 | |
3438 <dl> | 3436 <dl> |
3439 | 3437 |
3440 <dt><i>fn</i> (str)</dt> | 3438 <dt><i>fn</i> (str)</dt> |
3441 <dd> | 3439 <dd> |
3442 filename to look for | 3440 filename to look for |
3456 </dd> | 3454 </dd> |
3457 </dl> | 3455 </dl> |
3458 <a NAME="ViewManager.getOpenEditorCount" ID="ViewManager.getOpenEditorCount"></a> | 3456 <a NAME="ViewManager.getOpenEditorCount" ID="ViewManager.getOpenEditorCount"></a> |
3459 <h4>ViewManager.getOpenEditorCount</h4> | 3457 <h4>ViewManager.getOpenEditorCount</h4> |
3460 <b>getOpenEditorCount</b>(<i>fn</i>) | 3458 <b>getOpenEditorCount</b>(<i>fn</i>) |
3461 | |
3462 <p> | 3459 <p> |
3463 Public method to return the count of editors displaying the given file. | 3460 Public method to return the count of editors displaying the given file. |
3464 </p> | 3461 </p> |
3462 | |
3465 <dl> | 3463 <dl> |
3466 | 3464 |
3467 <dt><i>fn</i> (str)</dt> | 3465 <dt><i>fn</i> (str)</dt> |
3468 <dd> | 3466 <dd> |
3469 filename to look for | 3467 filename to look for |
3482 </dd> | 3480 </dd> |
3483 </dl> | 3481 </dl> |
3484 <a NAME="ViewManager.getOpenEditorList" ID="ViewManager.getOpenEditorList"></a> | 3482 <a NAME="ViewManager.getOpenEditorList" ID="ViewManager.getOpenEditorList"></a> |
3485 <h4>ViewManager.getOpenEditorList</h4> | 3483 <h4>ViewManager.getOpenEditorList</h4> |
3486 <b>getOpenEditorList</b>(<i>fn</i>) | 3484 <b>getOpenEditorList</b>(<i>fn</i>) |
3487 | |
3488 <p> | 3485 <p> |
3489 Public method to return a list of all editors displaying the given file. | 3486 Public method to return a list of all editors displaying the given file. |
3490 </p> | 3487 </p> |
3488 | |
3491 <dl> | 3489 <dl> |
3492 | 3490 |
3493 <dt><i>fn</i> (str)</dt> | 3491 <dt><i>fn</i> (str)</dt> |
3494 <dd> | 3492 <dd> |
3495 filename to look for | 3493 filename to look for |
3508 </dd> | 3506 </dd> |
3509 </dl> | 3507 </dl> |
3510 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a> | 3508 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a> |
3511 <h4>ViewManager.getOpenEditors</h4> | 3509 <h4>ViewManager.getOpenEditors</h4> |
3512 <b>getOpenEditors</b>(<i></i>) | 3510 <b>getOpenEditors</b>(<i></i>) |
3513 | |
3514 <p> | 3511 <p> |
3515 Public method to get references to all open editors. | 3512 Public method to get references to all open editors. |
3516 </p> | 3513 </p> |
3514 | |
3517 <dl> | 3515 <dl> |
3518 <dt>Return:</dt> | 3516 <dt>Return:</dt> |
3519 <dd> | 3517 <dd> |
3520 list of references to all open editors | 3518 list of references to all open editors |
3521 </dd> | 3519 </dd> |
3527 </dd> | 3525 </dd> |
3528 </dl> | 3526 </dl> |
3529 <a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a> | 3527 <a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a> |
3530 <h4>ViewManager.getOpenEditorsCount</h4> | 3528 <h4>ViewManager.getOpenEditorsCount</h4> |
3531 <b>getOpenEditorsCount</b>(<i></i>) | 3529 <b>getOpenEditorsCount</b>(<i></i>) |
3532 | |
3533 <p> | 3530 <p> |
3534 Public method to get the number of open editors. | 3531 Public method to get the number of open editors. |
3535 </p> | 3532 </p> |
3533 | |
3536 <dl> | 3534 <dl> |
3537 <dt>Return:</dt> | 3535 <dt>Return:</dt> |
3538 <dd> | 3536 <dd> |
3539 number of open editors | 3537 number of open editors |
3540 </dd> | 3538 </dd> |
3546 </dd> | 3544 </dd> |
3547 </dl> | 3545 </dl> |
3548 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a> | 3546 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a> |
3549 <h4>ViewManager.getOpenEditorsForSession</h4> | 3547 <h4>ViewManager.getOpenEditorsForSession</h4> |
3550 <b>getOpenEditorsForSession</b>(<i></i>) | 3548 <b>getOpenEditorsForSession</b>(<i></i>) |
3551 | |
3552 <p> | 3549 <p> |
3553 Public method to get a lists of all open editors. | 3550 Public method to get a lists of all open editors. |
3554 </p> | 3551 </p> |
3555 <p> | 3552 <p> |
3556 The returned list contains one list per split view. If the view manager | 3553 The returned list contains one list per split view. If the view manager |
3557 cannot split the view, only one list of editors is returned. | 3554 cannot split the view, only one list of editors is returned. |
3558 </p> | 3555 </p> |
3559 <p> | 3556 <p> |
3560 Note: This method should be implemented by subclasses. | 3557 Note: This method should be implemented by subclasses. |
3561 </p> | 3558 </p> |
3559 | |
3562 <dl> | 3560 <dl> |
3563 <dt>Return:</dt> | 3561 <dt>Return:</dt> |
3564 <dd> | 3562 <dd> |
3565 list of list of editor references | 3563 list of list of editor references |
3566 </dd> | 3564 </dd> |
3572 </dd> | 3570 </dd> |
3573 </dl> | 3571 </dl> |
3574 <a NAME="ViewManager.getOpenFilenames" ID="ViewManager.getOpenFilenames"></a> | 3572 <a NAME="ViewManager.getOpenFilenames" ID="ViewManager.getOpenFilenames"></a> |
3575 <h4>ViewManager.getOpenFilenames</h4> | 3573 <h4>ViewManager.getOpenFilenames</h4> |
3576 <b>getOpenFilenames</b>(<i></i>) | 3574 <b>getOpenFilenames</b>(<i></i>) |
3577 | |
3578 <p> | 3575 <p> |
3579 Public method returning a list of the filenames of all editors. | 3576 Public method returning a list of the filenames of all editors. |
3580 </p> | 3577 </p> |
3578 | |
3581 <dl> | 3579 <dl> |
3582 <dt>Return:</dt> | 3580 <dt>Return:</dt> |
3583 <dd> | 3581 <dd> |
3584 list of all opened filenames | 3582 list of all opened filenames |
3585 </dd> | 3583 </dd> |
3591 </dd> | 3589 </dd> |
3592 </dl> | 3590 </dl> |
3593 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a> | 3591 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a> |
3594 <h4>ViewManager.getSRHistory</h4> | 3592 <h4>ViewManager.getSRHistory</h4> |
3595 <b>getSRHistory</b>(<i>key</i>) | 3593 <b>getSRHistory</b>(<i>key</i>) |
3596 | |
3597 <p> | 3594 <p> |
3598 Public method to get the search or replace history list. | 3595 Public method to get the search or replace history list. |
3599 </p> | 3596 </p> |
3597 | |
3600 <dl> | 3598 <dl> |
3601 | 3599 |
3602 <dt><i>key</i> (str)</dt> | 3600 <dt><i>key</i> (str)</dt> |
3603 <dd> | 3601 <dd> |
3604 list to return (must be 'search' or 'replace') | 3602 list to return (must be 'search' or 'replace') |
3617 </dd> | 3615 </dd> |
3618 </dl> | 3616 </dl> |
3619 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a> | 3617 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a> |
3620 <h4>ViewManager.getSplitOrientation</h4> | 3618 <h4>ViewManager.getSplitOrientation</h4> |
3621 <b>getSplitOrientation</b>(<i></i>) | 3619 <b>getSplitOrientation</b>(<i></i>) |
3622 | |
3623 <p> | 3620 <p> |
3624 Public method to get the orientation of the split view. | 3621 Public method to get the orientation of the split view. |
3625 </p> | 3622 </p> |
3623 | |
3626 <dl> | 3624 <dl> |
3627 <dt>Return:</dt> | 3625 <dt>Return:</dt> |
3628 <dd> | 3626 <dd> |
3629 orientation of the split | 3627 orientation of the split |
3630 </dd> | 3628 </dd> |
3636 </dd> | 3634 </dd> |
3637 </dl> | 3635 </dl> |
3638 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> | 3636 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a> |
3639 <h4>ViewManager.handleResetUI</h4> | 3637 <h4>ViewManager.handleResetUI</h4> |
3640 <b>handleResetUI</b>(<i></i>) | 3638 <b>handleResetUI</b>(<i></i>) |
3641 | |
3642 <p> | 3639 <p> |
3643 Public slot to handle the resetUI signal. | 3640 Public slot to handle the resetUI signal. |
3644 </p> | 3641 </p> |
3642 | |
3645 <a NAME="ViewManager.hasDirtyEditor" ID="ViewManager.hasDirtyEditor"></a> | 3643 <a NAME="ViewManager.hasDirtyEditor" ID="ViewManager.hasDirtyEditor"></a> |
3646 <h4>ViewManager.hasDirtyEditor</h4> | 3644 <h4>ViewManager.hasDirtyEditor</h4> |
3647 <b>hasDirtyEditor</b>(<i></i>) | 3645 <b>hasDirtyEditor</b>(<i></i>) |
3648 | |
3649 <p> | 3646 <p> |
3650 Public method to ask, if any of the open editors contains unsaved | 3647 Public method to ask, if any of the open editors contains unsaved |
3651 changes. | 3648 changes. |
3652 </p> | 3649 </p> |
3650 | |
3653 <dl> | 3651 <dl> |
3654 <dt>Return:</dt> | 3652 <dt>Return:</dt> |
3655 <dd> | 3653 <dd> |
3656 flag indicating at least one editor has unsaved changes | 3654 flag indicating at least one editor has unsaved changes |
3657 </dd> | 3655 </dd> |
3663 </dd> | 3661 </dd> |
3664 </dl> | 3662 </dl> |
3665 <a NAME="ViewManager.initActions" ID="ViewManager.initActions"></a> | 3663 <a NAME="ViewManager.initActions" ID="ViewManager.initActions"></a> |
3666 <h4>ViewManager.initActions</h4> | 3664 <h4>ViewManager.initActions</h4> |
3667 <b>initActions</b>(<i></i>) | 3665 <b>initActions</b>(<i></i>) |
3668 | |
3669 <p> | 3666 <p> |
3670 Public method defining the user interface actions. | 3667 Public method defining the user interface actions. |
3671 </p> | 3668 </p> |
3669 | |
3672 <a NAME="ViewManager.initBookmarkMenu" ID="ViewManager.initBookmarkMenu"></a> | 3670 <a NAME="ViewManager.initBookmarkMenu" ID="ViewManager.initBookmarkMenu"></a> |
3673 <h4>ViewManager.initBookmarkMenu</h4> | 3671 <h4>ViewManager.initBookmarkMenu</h4> |
3674 <b>initBookmarkMenu</b>(<i></i>) | 3672 <b>initBookmarkMenu</b>(<i></i>) |
3675 | |
3676 <p> | 3673 <p> |
3677 Public method to create the Bookmark menu. | 3674 Public method to create the Bookmark menu. |
3678 </p> | 3675 </p> |
3676 | |
3679 <dl> | 3677 <dl> |
3680 <dt>Return:</dt> | 3678 <dt>Return:</dt> |
3681 <dd> | 3679 <dd> |
3682 the generated menu | 3680 the generated menu |
3683 </dd> | 3681 </dd> |
3689 </dd> | 3687 </dd> |
3690 </dl> | 3688 </dl> |
3691 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a> | 3689 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a> |
3692 <h4>ViewManager.initBookmarkToolbar</h4> | 3690 <h4>ViewManager.initBookmarkToolbar</h4> |
3693 <b>initBookmarkToolbar</b>(<i>toolbarManager</i>) | 3691 <b>initBookmarkToolbar</b>(<i>toolbarManager</i>) |
3694 | |
3695 <p> | 3692 <p> |
3696 Public method to create the Bookmark toolbar. | 3693 Public method to create the Bookmark toolbar. |
3697 </p> | 3694 </p> |
3695 | |
3698 <dl> | 3696 <dl> |
3699 | 3697 |
3700 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> | 3698 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
3701 <dd> | 3699 <dd> |
3702 reference to a toolbar manager object | 3700 reference to a toolbar manager object |
3715 </dd> | 3713 </dd> |
3716 </dl> | 3714 </dl> |
3717 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a> | 3715 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a> |
3718 <h4>ViewManager.initEditMenu</h4> | 3716 <h4>ViewManager.initEditMenu</h4> |
3719 <b>initEditMenu</b>(<i></i>) | 3717 <b>initEditMenu</b>(<i></i>) |
3720 | |
3721 <p> | 3718 <p> |
3722 Public method to create the Edit menu. | 3719 Public method to create the Edit menu. |
3723 </p> | 3720 </p> |
3721 | |
3724 <dl> | 3722 <dl> |
3725 <dt>Return:</dt> | 3723 <dt>Return:</dt> |
3726 <dd> | 3724 <dd> |
3727 the generated menu | 3725 the generated menu |
3728 </dd> | 3726 </dd> |
3734 </dd> | 3732 </dd> |
3735 </dl> | 3733 </dl> |
3736 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a> | 3734 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a> |
3737 <h4>ViewManager.initEditToolbar</h4> | 3735 <h4>ViewManager.initEditToolbar</h4> |
3738 <b>initEditToolbar</b>(<i>toolbarManager</i>) | 3736 <b>initEditToolbar</b>(<i>toolbarManager</i>) |
3739 | |
3740 <p> | 3737 <p> |
3741 Public method to create the Edit toolbar. | 3738 Public method to create the Edit toolbar. |
3742 </p> | 3739 </p> |
3740 | |
3743 <dl> | 3741 <dl> |
3744 | 3742 |
3745 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> | 3743 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
3746 <dd> | 3744 <dd> |
3747 reference to a toolbar manager object | 3745 reference to a toolbar manager object |
3760 </dd> | 3758 </dd> |
3761 </dl> | 3759 </dl> |
3762 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a> | 3760 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a> |
3763 <h4>ViewManager.initFileMenu</h4> | 3761 <h4>ViewManager.initFileMenu</h4> |
3764 <b>initFileMenu</b>(<i></i>) | 3762 <b>initFileMenu</b>(<i></i>) |
3765 | |
3766 <p> | 3763 <p> |
3767 Public method to create the File menu. | 3764 Public method to create the File menu. |
3768 </p> | 3765 </p> |
3766 | |
3769 <dl> | 3767 <dl> |
3770 <dt>Return:</dt> | 3768 <dt>Return:</dt> |
3771 <dd> | 3769 <dd> |
3772 the generated menu | 3770 the generated menu |
3773 </dd> | 3771 </dd> |
3779 </dd> | 3777 </dd> |
3780 </dl> | 3778 </dl> |
3781 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a> | 3779 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a> |
3782 <h4>ViewManager.initFileToolbar</h4> | 3780 <h4>ViewManager.initFileToolbar</h4> |
3783 <b>initFileToolbar</b>(<i>toolbarManager</i>) | 3781 <b>initFileToolbar</b>(<i>toolbarManager</i>) |
3784 | |
3785 <p> | 3782 <p> |
3786 Public method to create the File toolbar. | 3783 Public method to create the File toolbar. |
3787 </p> | 3784 </p> |
3785 | |
3788 <dl> | 3786 <dl> |
3789 | 3787 |
3790 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> | 3788 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
3791 <dd> | 3789 <dd> |
3792 reference to a toolbar manager object | 3790 reference to a toolbar manager object |
3805 </dd> | 3803 </dd> |
3806 </dl> | 3804 </dl> |
3807 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a> | 3805 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a> |
3808 <h4>ViewManager.initMacroMenu</h4> | 3806 <h4>ViewManager.initMacroMenu</h4> |
3809 <b>initMacroMenu</b>(<i></i>) | 3807 <b>initMacroMenu</b>(<i></i>) |
3810 | |
3811 <p> | 3808 <p> |
3812 Public method to create the Macro menu. | 3809 Public method to create the Macro menu. |
3813 </p> | 3810 </p> |
3811 | |
3814 <dl> | 3812 <dl> |
3815 <dt>Return:</dt> | 3813 <dt>Return:</dt> |
3816 <dd> | 3814 <dd> |
3817 the generated menu | 3815 the generated menu |
3818 </dd> | 3816 </dd> |
3824 </dd> | 3822 </dd> |
3825 </dl> | 3823 </dl> |
3826 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> | 3824 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> |
3827 <h4>ViewManager.initSearchMenu</h4> | 3825 <h4>ViewManager.initSearchMenu</h4> |
3828 <b>initSearchMenu</b>(<i></i>) | 3826 <b>initSearchMenu</b>(<i></i>) |
3829 | |
3830 <p> | 3827 <p> |
3831 Public method to create the Search menu. | 3828 Public method to create the Search menu. |
3832 </p> | 3829 </p> |
3830 | |
3833 <dl> | 3831 <dl> |
3834 <dt>Return:</dt> | 3832 <dt>Return:</dt> |
3835 <dd> | 3833 <dd> |
3836 the generated menu | 3834 the generated menu |
3837 </dd> | 3835 </dd> |
3843 </dd> | 3841 </dd> |
3844 </dl> | 3842 </dl> |
3845 <a NAME="ViewManager.initSearchToolbar" ID="ViewManager.initSearchToolbar"></a> | 3843 <a NAME="ViewManager.initSearchToolbar" ID="ViewManager.initSearchToolbar"></a> |
3846 <h4>ViewManager.initSearchToolbar</h4> | 3844 <h4>ViewManager.initSearchToolbar</h4> |
3847 <b>initSearchToolbar</b>(<i>toolbarManager</i>) | 3845 <b>initSearchToolbar</b>(<i>toolbarManager</i>) |
3848 | |
3849 <p> | 3846 <p> |
3850 Public method to create the Search toolbar. | 3847 Public method to create the Search toolbar. |
3851 </p> | 3848 </p> |
3849 | |
3852 <dl> | 3850 <dl> |
3853 | 3851 |
3854 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> | 3852 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
3855 <dd> | 3853 <dd> |
3856 reference to a toolbar manager object | 3854 reference to a toolbar manager object |
3869 </dd> | 3867 </dd> |
3870 </dl> | 3868 </dl> |
3871 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a> | 3869 <a NAME="ViewManager.initSpellingToolbar" ID="ViewManager.initSpellingToolbar"></a> |
3872 <h4>ViewManager.initSpellingToolbar</h4> | 3870 <h4>ViewManager.initSpellingToolbar</h4> |
3873 <b>initSpellingToolbar</b>(<i>toolbarManager</i>) | 3871 <b>initSpellingToolbar</b>(<i>toolbarManager</i>) |
3874 | |
3875 <p> | 3872 <p> |
3876 Public method to create the Spelling toolbar. | 3873 Public method to create the Spelling toolbar. |
3877 </p> | 3874 </p> |
3875 | |
3878 <dl> | 3876 <dl> |
3879 | 3877 |
3880 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> | 3878 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
3881 <dd> | 3879 <dd> |
3882 reference to a toolbar manager object | 3880 reference to a toolbar manager object |
3895 </dd> | 3893 </dd> |
3896 </dl> | 3894 </dl> |
3897 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a> | 3895 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a> |
3898 <h4>ViewManager.initViewMenu</h4> | 3896 <h4>ViewManager.initViewMenu</h4> |
3899 <b>initViewMenu</b>(<i></i>) | 3897 <b>initViewMenu</b>(<i></i>) |
3900 | |
3901 <p> | 3898 <p> |
3902 Public method to create the View menu. | 3899 Public method to create the View menu. |
3903 </p> | 3900 </p> |
3901 | |
3904 <dl> | 3902 <dl> |
3905 <dt>Return:</dt> | 3903 <dt>Return:</dt> |
3906 <dd> | 3904 <dd> |
3907 the generated menu | 3905 the generated menu |
3908 </dd> | 3906 </dd> |
3914 </dd> | 3912 </dd> |
3915 </dl> | 3913 </dl> |
3916 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a> | 3914 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a> |
3917 <h4>ViewManager.initViewToolbar</h4> | 3915 <h4>ViewManager.initViewToolbar</h4> |
3918 <b>initViewToolbar</b>(<i>toolbarManager</i>) | 3916 <b>initViewToolbar</b>(<i>toolbarManager</i>) |
3919 | |
3920 <p> | 3917 <p> |
3921 Public method to create the View toolbar. | 3918 Public method to create the View toolbar. |
3922 </p> | 3919 </p> |
3920 | |
3923 <dl> | 3921 <dl> |
3924 | 3922 |
3925 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> | 3923 <dt><i>toolbarManager</i> (EricToolBarManager)</dt> |
3926 <dd> | 3924 <dd> |
3927 reference to a toolbar manager object | 3925 reference to a toolbar manager object |
3940 </dd> | 3938 </dd> |
3941 </dl> | 3939 </dl> |
3942 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a> | 3940 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a> |
3943 <h4>ViewManager.insertNumber</h4> | 3941 <h4>ViewManager.insertNumber</h4> |
3944 <b>insertNumber</b>(<i>txt</i>) | 3942 <b>insertNumber</b>(<i>txt</i>) |
3945 | |
3946 <p> | 3943 <p> |
3947 Public slot to insert a number text into the active window. | 3944 Public slot to insert a number text into the active window. |
3948 </p> | 3945 </p> |
3946 | |
3949 <dl> | 3947 <dl> |
3950 | 3948 |
3951 <dt><i>txt</i> (str)</dt> | 3949 <dt><i>txt</i> (str)</dt> |
3952 <dd> | 3950 <dd> |
3953 text to be inserted | 3951 text to be inserted |
3954 </dd> | 3952 </dd> |
3955 </dl> | 3953 </dl> |
3956 <a NAME="ViewManager.insertSymbol" ID="ViewManager.insertSymbol"></a> | 3954 <a NAME="ViewManager.insertSymbol" ID="ViewManager.insertSymbol"></a> |
3957 <h4>ViewManager.insertSymbol</h4> | 3955 <h4>ViewManager.insertSymbol</h4> |
3958 <b>insertSymbol</b>(<i>txt</i>) | 3956 <b>insertSymbol</b>(<i>txt</i>) |
3959 | |
3960 <p> | 3957 <p> |
3961 Public slot to insert a symbol text into the active window. | 3958 Public slot to insert a symbol text into the active window. |
3962 </p> | 3959 </p> |
3960 | |
3963 <dl> | 3961 <dl> |
3964 | 3962 |
3965 <dt><i>txt</i> (str)</dt> | 3963 <dt><i>txt</i> (str)</dt> |
3966 <dd> | 3964 <dd> |
3967 text to be inserted | 3965 text to be inserted |
3968 </dd> | 3966 </dd> |
3969 </dl> | 3967 </dl> |
3970 <a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a> | 3968 <a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a> |
3971 <h4>ViewManager.isConnected</h4> | 3969 <h4>ViewManager.isConnected</h4> |
3972 <b>isConnected</b>(<i></i>) | 3970 <b>isConnected</b>(<i></i>) |
3973 | |
3974 <p> | 3971 <p> |
3975 Public method to check the connection status of the IDE. | 3972 Public method to check the connection status of the IDE. |
3976 </p> | 3973 </p> |
3974 | |
3977 <dl> | 3975 <dl> |
3978 <dt>Return:</dt> | 3976 <dt>Return:</dt> |
3979 <dd> | 3977 <dd> |
3980 flag indicating the connection status | 3978 flag indicating the connection status |
3981 </dd> | 3979 </dd> |
3987 </dd> | 3985 </dd> |
3988 </dl> | 3986 </dl> |
3989 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> | 3987 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> |
3990 <h4>ViewManager.isEditorInfoSupported</h4> | 3988 <h4>ViewManager.isEditorInfoSupported</h4> |
3991 <b>isEditorInfoSupported</b>(<i>language</i>) | 3989 <b>isEditorInfoSupported</b>(<i>language</i>) |
3992 | |
3993 <p> | 3990 <p> |
3994 Public method to check, if a language is supported by the | 3991 Public method to check, if a language is supported by the |
3995 documentation viewer. | 3992 documentation viewer. |
3996 </p> | 3993 </p> |
3994 | |
3997 <dl> | 3995 <dl> |
3998 | 3996 |
3999 <dt><i>language</i> (str)</dt> | 3997 <dt><i>language</i> (str)</dt> |
4000 <dd> | 3998 <dd> |
4001 editor programming language to check | 3999 editor programming language to check |
4014 </dd> | 4012 </dd> |
4015 </dl> | 4013 </dl> |
4016 <a NAME="ViewManager.mainWidget" ID="ViewManager.mainWidget"></a> | 4014 <a NAME="ViewManager.mainWidget" ID="ViewManager.mainWidget"></a> |
4017 <h4>ViewManager.mainWidget</h4> | 4015 <h4>ViewManager.mainWidget</h4> |
4018 <b>mainWidget</b>(<i></i>) | 4016 <b>mainWidget</b>(<i></i>) |
4019 | |
4020 <p> | 4017 <p> |
4021 Public method to return a reference to the main Widget of a | 4018 Public method to return a reference to the main Widget of a |
4022 specific view manager subclass. | 4019 specific view manager subclass. |
4023 </p> | 4020 </p> |
4021 | |
4024 <dl> | 4022 <dl> |
4025 | 4023 |
4026 <dt>Raises <b>NotImplementedError</b>:</dt> | 4024 <dt>Raises <b>NotImplementedError</b>:</dt> |
4027 <dd> | 4025 <dd> |
4028 Not implemented | 4026 Not implemented |
4029 </dd> | 4027 </dd> |
4030 </dl> | 4028 </dl> |
4031 <a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> | 4029 <a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> |
4032 <h4>ViewManager.newEditor</h4> | 4030 <h4>ViewManager.newEditor</h4> |
4033 <b>newEditor</b>(<i></i>) | 4031 <b>newEditor</b>(<i></i>) |
4034 | |
4035 <p> | 4032 <p> |
4036 Public method to generate a new empty editor. | 4033 Public method to generate a new empty editor. |
4037 </p> | 4034 </p> |
4035 | |
4038 <dl> | 4036 <dl> |
4039 <dt>Return:</dt> | 4037 <dt>Return:</dt> |
4040 <dd> | 4038 <dd> |
4041 reference to the new editor | 4039 reference to the new editor |
4042 </dd> | 4040 </dd> |
4048 </dd> | 4046 </dd> |
4049 </dl> | 4047 </dl> |
4050 <a NAME="ViewManager.newEditorView" ID="ViewManager.newEditorView"></a> | 4048 <a NAME="ViewManager.newEditorView" ID="ViewManager.newEditorView"></a> |
4051 <h4>ViewManager.newEditorView</h4> | 4049 <h4>ViewManager.newEditorView</h4> |
4052 <b>newEditorView</b>(<i>fn, caller, filetype="", indexes=None</i>) | 4050 <b>newEditorView</b>(<i>fn, caller, filetype="", indexes=None</i>) |
4053 | |
4054 <p> | 4051 <p> |
4055 Public method to create a new editor displaying the given document. | 4052 Public method to create a new editor displaying the given document. |
4056 </p> | 4053 </p> |
4054 | |
4057 <dl> | 4055 <dl> |
4058 | 4056 |
4059 <dt><i>fn</i> (str)</dt> | 4057 <dt><i>fn</i> (str)</dt> |
4060 <dd> | 4058 <dd> |
4061 filename of this view | 4059 filename of this view |
4087 </dd> | 4085 </dd> |
4088 </dl> | 4086 </dl> |
4089 <a NAME="ViewManager.newEditorWithText" ID="ViewManager.newEditorWithText"></a> | 4087 <a NAME="ViewManager.newEditorWithText" ID="ViewManager.newEditorWithText"></a> |
4090 <h4>ViewManager.newEditorWithText</h4> | 4088 <h4>ViewManager.newEditorWithText</h4> |
4091 <b>newEditorWithText</b>(<i>text, language="", fileName=""</i>) | 4089 <b>newEditorWithText</b>(<i>text, language="", fileName=""</i>) |
4092 | |
4093 <p> | 4090 <p> |
4094 Public method to generate a new editor with a given text and associated file | 4091 Public method to generate a new editor with a given text and associated file |
4095 name. | 4092 name. |
4096 </p> | 4093 </p> |
4094 | |
4097 <dl> | 4095 <dl> |
4098 | 4096 |
4099 <dt><i>text</i> (str)</dt> | 4097 <dt><i>text</i> (str)</dt> |
4100 <dd> | 4098 <dd> |
4101 text for the editor | 4099 text for the editor |
4110 </dd> | 4108 </dd> |
4111 </dl> | 4109 </dl> |
4112 <a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> | 4110 <a NAME="ViewManager.nextSplit" ID="ViewManager.nextSplit"></a> |
4113 <h4>ViewManager.nextSplit</h4> | 4111 <h4>ViewManager.nextSplit</h4> |
4114 <b>nextSplit</b>(<i></i>) | 4112 <b>nextSplit</b>(<i></i>) |
4115 | |
4116 <p> | 4113 <p> |
4117 Public slot used to move to the next split. | 4114 Public slot used to move to the next split. |
4118 </p> | 4115 </p> |
4116 | |
4119 <a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> | 4117 <a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> |
4120 <h4>ViewManager.openFiles</h4> | 4118 <h4>ViewManager.openFiles</h4> |
4121 <b>openFiles</b>(<i>prog</i>) | 4119 <b>openFiles</b>(<i>prog</i>) |
4122 | |
4123 <p> | 4120 <p> |
4124 Public slot to open some files. | 4121 Public slot to open some files. |
4125 </p> | 4122 </p> |
4123 | |
4126 <dl> | 4124 <dl> |
4127 | 4125 |
4128 <dt><i>prog</i> (str)</dt> | 4126 <dt><i>prog</i> (str)</dt> |
4129 <dd> | 4127 <dd> |
4130 name of file to be opened | 4128 name of file to be opened |
4131 </dd> | 4129 </dd> |
4132 </dl> | 4130 </dl> |
4133 <a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a> | 4131 <a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a> |
4134 <h4>ViewManager.openSourceFile</h4> | 4132 <h4>ViewManager.openSourceFile</h4> |
4135 <b>openSourceFile</b>(<i>fn, lineno=-1, filetype="", selStart=0, selEnd=0, pos=0, addNext=False, indexes=None, </i>) | 4133 <b>openSourceFile</b>(<i>fn, lineno=-1, filetype="", selStart=0, selEnd=0, pos=0, addNext=False, indexes=None, </i>) |
4136 | |
4137 <p> | 4134 <p> |
4138 Public slot to display a file in an editor. | 4135 Public slot to display a file in an editor. |
4139 </p> | 4136 </p> |
4137 | |
4140 <dl> | 4138 <dl> |
4141 | 4139 |
4142 <dt><i>fn</i> (str)</dt> | 4140 <dt><i>fn</i> (str)</dt> |
4143 <dd> | 4141 <dd> |
4144 name of file to be opened | 4142 name of file to be opened |
4189 </dd> | 4187 </dd> |
4190 </dl> | 4188 </dl> |
4191 <a NAME="ViewManager.preferencesChanged" ID="ViewManager.preferencesChanged"></a> | 4189 <a NAME="ViewManager.preferencesChanged" ID="ViewManager.preferencesChanged"></a> |
4192 <h4>ViewManager.preferencesChanged</h4> | 4190 <h4>ViewManager.preferencesChanged</h4> |
4193 <b>preferencesChanged</b>(<i></i>) | 4191 <b>preferencesChanged</b>(<i></i>) |
4194 | |
4195 <p> | 4192 <p> |
4196 Public slot to handle the preferencesChanged signal. | 4193 Public slot to handle the preferencesChanged signal. |
4197 </p> | 4194 </p> |
4198 <p> | 4195 <p> |
4199 This method performs the following actions | 4196 This method performs the following actions |
4202 <li>reloads the already created API objetcs</li> | 4199 <li>reloads the already created API objetcs</li> |
4203 <li><b>Note</b>: changes in viewmanager type are activated | 4200 <li><b>Note</b>: changes in viewmanager type are activated |
4204 on an application restart.</li> | 4201 on an application restart.</li> |
4205 </ul> | 4202 </ul> |
4206 </p> | 4203 </p> |
4204 | |
4207 <a NAME="ViewManager.prevSplit" ID="ViewManager.prevSplit"></a> | 4205 <a NAME="ViewManager.prevSplit" ID="ViewManager.prevSplit"></a> |
4208 <h4>ViewManager.prevSplit</h4> | 4206 <h4>ViewManager.prevSplit</h4> |
4209 <b>prevSplit</b>(<i></i>) | 4207 <b>prevSplit</b>(<i></i>) |
4210 | |
4211 <p> | 4208 <p> |
4212 Public slot used to move to the previous split. | 4209 Public slot used to move to the previous split. |
4213 </p> | 4210 </p> |
4211 | |
4214 <a NAME="ViewManager.printCurrentEditor" ID="ViewManager.printCurrentEditor"></a> | 4212 <a NAME="ViewManager.printCurrentEditor" ID="ViewManager.printCurrentEditor"></a> |
4215 <h4>ViewManager.printCurrentEditor</h4> | 4213 <h4>ViewManager.printCurrentEditor</h4> |
4216 <b>printCurrentEditor</b>(<i></i>) | 4214 <b>printCurrentEditor</b>(<i></i>) |
4217 | |
4218 <p> | 4215 <p> |
4219 Public slot to print the contents of the current editor. | 4216 Public slot to print the contents of the current editor. |
4220 </p> | 4217 </p> |
4218 | |
4221 <a NAME="ViewManager.printEditor" ID="ViewManager.printEditor"></a> | 4219 <a NAME="ViewManager.printEditor" ID="ViewManager.printEditor"></a> |
4222 <h4>ViewManager.printEditor</h4> | 4220 <h4>ViewManager.printEditor</h4> |
4223 <b>printEditor</b>(<i>editor</i>) | 4221 <b>printEditor</b>(<i>editor</i>) |
4224 | |
4225 <p> | 4222 <p> |
4226 Public slot to print an editor. | 4223 Public slot to print an editor. |
4227 </p> | 4224 </p> |
4225 | |
4228 <dl> | 4226 <dl> |
4229 | 4227 |
4230 <dt><i>editor</i> (Editor)</dt> | 4228 <dt><i>editor</i> (Editor)</dt> |
4231 <dd> | 4229 <dd> |
4232 editor to be printed | 4230 editor to be printed |
4233 </dd> | 4231 </dd> |
4234 </dl> | 4232 </dl> |
4235 <a NAME="ViewManager.printPreviewCurrentEditor" ID="ViewManager.printPreviewCurrentEditor"></a> | 4233 <a NAME="ViewManager.printPreviewCurrentEditor" ID="ViewManager.printPreviewCurrentEditor"></a> |
4236 <h4>ViewManager.printPreviewCurrentEditor</h4> | 4234 <h4>ViewManager.printPreviewCurrentEditor</h4> |
4237 <b>printPreviewCurrentEditor</b>(<i></i>) | 4235 <b>printPreviewCurrentEditor</b>(<i></i>) |
4238 | |
4239 <p> | 4236 <p> |
4240 Public slot to show a print preview of the current editor. | 4237 Public slot to show a print preview of the current editor. |
4241 </p> | 4238 </p> |
4239 | |
4242 <a NAME="ViewManager.printPreviewEditor" ID="ViewManager.printPreviewEditor"></a> | 4240 <a NAME="ViewManager.printPreviewEditor" ID="ViewManager.printPreviewEditor"></a> |
4243 <h4>ViewManager.printPreviewEditor</h4> | 4241 <h4>ViewManager.printPreviewEditor</h4> |
4244 <b>printPreviewEditor</b>(<i>editor</i>) | 4242 <b>printPreviewEditor</b>(<i>editor</i>) |
4245 | |
4246 <p> | 4243 <p> |
4247 Public slot to show a print preview of an editor. | 4244 Public slot to show a print preview of an editor. |
4248 </p> | 4245 </p> |
4246 | |
4249 <dl> | 4247 <dl> |
4250 | 4248 |
4251 <dt><i>editor</i> (Editor)</dt> | 4249 <dt><i>editor</i> (Editor)</dt> |
4252 <dd> | 4250 <dd> |
4253 editor to be printed | 4251 editor to be printed |
4254 </dd> | 4252 </dd> |
4255 </dl> | 4253 </dl> |
4256 <a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a> | 4254 <a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a> |
4257 <h4>ViewManager.projectClosed</h4> | 4255 <h4>ViewManager.projectClosed</h4> |
4258 <b>projectClosed</b>(<i></i>) | 4256 <b>projectClosed</b>(<i></i>) |
4259 | |
4260 <p> | 4257 <p> |
4261 Public slot to handle the projectClosed signal. | 4258 Public slot to handle the projectClosed signal. |
4262 </p> | 4259 </p> |
4260 | |
4263 <a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> | 4261 <a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> |
4264 <h4>ViewManager.projectFileRenamed</h4> | 4262 <h4>ViewManager.projectFileRenamed</h4> |
4265 <b>projectFileRenamed</b>(<i>oldfn, newfn</i>) | 4263 <b>projectFileRenamed</b>(<i>oldfn, newfn</i>) |
4266 | |
4267 <p> | 4264 <p> |
4268 Public slot to handle the projectFileRenamed signal. | 4265 Public slot to handle the projectFileRenamed signal. |
4269 </p> | 4266 </p> |
4267 | |
4270 <dl> | 4268 <dl> |
4271 | 4269 |
4272 <dt><i>oldfn</i> (str)</dt> | 4270 <dt><i>oldfn</i> (str)</dt> |
4273 <dd> | 4271 <dd> |
4274 old filename of the file | 4272 old filename of the file |
4279 </dd> | 4277 </dd> |
4280 </dl> | 4278 </dl> |
4281 <a NAME="ViewManager.projectLexerAssociationsChanged" ID="ViewManager.projectLexerAssociationsChanged"></a> | 4279 <a NAME="ViewManager.projectLexerAssociationsChanged" ID="ViewManager.projectLexerAssociationsChanged"></a> |
4282 <h4>ViewManager.projectLexerAssociationsChanged</h4> | 4280 <h4>ViewManager.projectLexerAssociationsChanged</h4> |
4283 <b>projectLexerAssociationsChanged</b>(<i></i>) | 4281 <b>projectLexerAssociationsChanged</b>(<i></i>) |
4284 | |
4285 <p> | 4282 <p> |
4286 Public slot to handle changes of the project lexer associations. | 4283 Public slot to handle changes of the project lexer associations. |
4287 </p> | 4284 </p> |
4285 | |
4288 <a NAME="ViewManager.projectOpened" ID="ViewManager.projectOpened"></a> | 4286 <a NAME="ViewManager.projectOpened" ID="ViewManager.projectOpened"></a> |
4289 <h4>ViewManager.projectOpened</h4> | 4287 <h4>ViewManager.projectOpened</h4> |
4290 <b>projectOpened</b>(<i></i>) | 4288 <b>projectOpened</b>(<i></i>) |
4291 | |
4292 <p> | 4289 <p> |
4293 Public slot to handle the projectOpened signal. | 4290 Public slot to handle the projectOpened signal. |
4294 </p> | 4291 </p> |
4292 | |
4295 <a NAME="ViewManager.receive" ID="ViewManager.receive"></a> | 4293 <a NAME="ViewManager.receive" ID="ViewManager.receive"></a> |
4296 <h4>ViewManager.receive</h4> | 4294 <h4>ViewManager.receive</h4> |
4297 <b>receive</b>(<i>projectHash, fileName, command</i>) | 4295 <b>receive</b>(<i>projectHash, fileName, command</i>) |
4298 | |
4299 <p> | 4296 <p> |
4300 Public slot to handle received editor commands. | 4297 Public slot to handle received editor commands. |
4301 </p> | 4298 </p> |
4299 | |
4302 <dl> | 4300 <dl> |
4303 | 4301 |
4304 <dt><i>projectHash</i> (str)</dt> | 4302 <dt><i>projectHash</i> (str)</dt> |
4305 <dd> | 4303 <dd> |
4306 hash of the project | 4304 hash of the project |
4315 </dd> | 4313 </dd> |
4316 </dl> | 4314 </dl> |
4317 <a NAME="ViewManager.removeSplit" ID="ViewManager.removeSplit"></a> | 4315 <a NAME="ViewManager.removeSplit" ID="ViewManager.removeSplit"></a> |
4318 <h4>ViewManager.removeSplit</h4> | 4316 <h4>ViewManager.removeSplit</h4> |
4319 <b>removeSplit</b>(<i>index=-1</i>) | 4317 <b>removeSplit</b>(<i>index=-1</i>) |
4320 | |
4321 <p> | 4318 <p> |
4322 Public method used to remove the current split view or a split view | 4319 Public method used to remove the current split view or a split view |
4323 by index. | 4320 by index. |
4324 </p> | 4321 </p> |
4322 | |
4325 <dl> | 4323 <dl> |
4326 | 4324 |
4327 <dt><i>index</i> (int)</dt> | 4325 <dt><i>index</i> (int)</dt> |
4328 <dd> | 4326 <dd> |
4329 index of the split to be removed (-1 means to | 4327 index of the split to be removed (-1 means to |
4343 </dd> | 4341 </dd> |
4344 </dl> | 4342 </dl> |
4345 <a NAME="ViewManager.removeWatchedFilePath" ID="ViewManager.removeWatchedFilePath"></a> | 4343 <a NAME="ViewManager.removeWatchedFilePath" ID="ViewManager.removeWatchedFilePath"></a> |
4346 <h4>ViewManager.removeWatchedFilePath</h4> | 4344 <h4>ViewManager.removeWatchedFilePath</h4> |
4347 <b>removeWatchedFilePath</b>(<i>filePath</i>) | 4345 <b>removeWatchedFilePath</b>(<i>filePath</i>) |
4348 | |
4349 <p> | 4346 <p> |
4350 Public method to remove a file from the list of monitored files. | 4347 Public method to remove a file from the list of monitored files. |
4351 </p> | 4348 </p> |
4349 | |
4352 <dl> | 4350 <dl> |
4353 | 4351 |
4354 <dt><i>filePath</i> (str)</dt> | 4352 <dt><i>filePath</i> (str)</dt> |
4355 <dd> | 4353 <dd> |
4356 path of the file to be removed | 4354 path of the file to be removed |
4357 </dd> | 4355 </dd> |
4358 </dl> | 4356 </dl> |
4359 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a> | 4357 <a NAME="ViewManager.saveAllEditors" ID="ViewManager.saveAllEditors"></a> |
4360 <h4>ViewManager.saveAllEditors</h4> | 4358 <h4>ViewManager.saveAllEditors</h4> |
4361 <b>saveAllEditors</b>(<i></i>) | 4359 <b>saveAllEditors</b>(<i></i>) |
4362 | |
4363 <p> | 4360 <p> |
4364 Public slot to save the contents of all editors. | 4361 Public slot to save the contents of all editors. |
4365 </p> | 4362 </p> |
4363 | |
4366 <a NAME="ViewManager.saveAsCurrentEditor" ID="ViewManager.saveAsCurrentEditor"></a> | 4364 <a NAME="ViewManager.saveAsCurrentEditor" ID="ViewManager.saveAsCurrentEditor"></a> |
4367 <h4>ViewManager.saveAsCurrentEditor</h4> | 4365 <h4>ViewManager.saveAsCurrentEditor</h4> |
4368 <b>saveAsCurrentEditor</b>(<i></i>) | 4366 <b>saveAsCurrentEditor</b>(<i></i>) |
4369 | |
4370 <p> | 4367 <p> |
4371 Public slot to save the contents of the current editor to a new file. | 4368 Public slot to save the contents of the current editor to a new file. |
4372 </p> | 4369 </p> |
4370 | |
4373 <a NAME="ViewManager.saveAsEditorEd" ID="ViewManager.saveAsEditorEd"></a> | 4371 <a NAME="ViewManager.saveAsEditorEd" ID="ViewManager.saveAsEditorEd"></a> |
4374 <h4>ViewManager.saveAsEditorEd</h4> | 4372 <h4>ViewManager.saveAsEditorEd</h4> |
4375 <b>saveAsEditorEd</b>(<i>ed</i>) | 4373 <b>saveAsEditorEd</b>(<i>ed</i>) |
4376 | |
4377 <p> | 4374 <p> |
4378 Public slot to save the contents of an editor to a new file. | 4375 Public slot to save the contents of an editor to a new file. |
4379 </p> | 4376 </p> |
4377 | |
4380 <dl> | 4378 <dl> |
4381 | 4379 |
4382 <dt><i>ed</i> (Editor)</dt> | 4380 <dt><i>ed</i> (Editor)</dt> |
4383 <dd> | 4381 <dd> |
4384 editor to be saved | 4382 editor to be saved |
4385 </dd> | 4383 </dd> |
4386 </dl> | 4384 </dl> |
4387 <a NAME="ViewManager.saveCopyCurrentEditor" ID="ViewManager.saveCopyCurrentEditor"></a> | 4385 <a NAME="ViewManager.saveCopyCurrentEditor" ID="ViewManager.saveCopyCurrentEditor"></a> |
4388 <h4>ViewManager.saveCopyCurrentEditor</h4> | 4386 <h4>ViewManager.saveCopyCurrentEditor</h4> |
4389 <b>saveCopyCurrentEditor</b>(<i></i>) | 4387 <b>saveCopyCurrentEditor</b>(<i></i>) |
4390 | |
4391 <p> | 4388 <p> |
4392 Public slot to save the contents of the current editor to a new copy | 4389 Public slot to save the contents of the current editor to a new copy |
4393 of the file. | 4390 of the file. |
4394 </p> | 4391 </p> |
4392 | |
4395 <a NAME="ViewManager.saveCopyEditorEd" ID="ViewManager.saveCopyEditorEd"></a> | 4393 <a NAME="ViewManager.saveCopyEditorEd" ID="ViewManager.saveCopyEditorEd"></a> |
4396 <h4>ViewManager.saveCopyEditorEd</h4> | 4394 <h4>ViewManager.saveCopyEditorEd</h4> |
4397 <b>saveCopyEditorEd</b>(<i>ed</i>) | 4395 <b>saveCopyEditorEd</b>(<i>ed</i>) |
4398 | |
4399 <p> | 4396 <p> |
4400 Public slot to save the contents of an editor to a new copy of | 4397 Public slot to save the contents of an editor to a new copy of |
4401 the file. | 4398 the file. |
4402 </p> | 4399 </p> |
4400 | |
4403 <dl> | 4401 <dl> |
4404 | 4402 |
4405 <dt><i>ed</i> (Editor)</dt> | 4403 <dt><i>ed</i> (Editor)</dt> |
4406 <dd> | 4404 <dd> |
4407 editor to be saved | 4405 editor to be saved |
4408 </dd> | 4406 </dd> |
4409 </dl> | 4407 </dl> |
4410 <a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> | 4408 <a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> |
4411 <h4>ViewManager.saveCurrentEditor</h4> | 4409 <h4>ViewManager.saveCurrentEditor</h4> |
4412 <b>saveCurrentEditor</b>(<i></i>) | 4410 <b>saveCurrentEditor</b>(<i></i>) |
4413 | |
4414 <p> | 4411 <p> |
4415 Public slot to save the contents of the current editor. | 4412 Public slot to save the contents of the current editor. |
4416 </p> | 4413 </p> |
4414 | |
4417 <a NAME="ViewManager.saveEditor" ID="ViewManager.saveEditor"></a> | 4415 <a NAME="ViewManager.saveEditor" ID="ViewManager.saveEditor"></a> |
4418 <h4>ViewManager.saveEditor</h4> | 4416 <h4>ViewManager.saveEditor</h4> |
4419 <b>saveEditor</b>(<i>fn</i>) | 4417 <b>saveEditor</b>(<i>fn</i>) |
4420 | |
4421 <p> | 4418 <p> |
4422 Public method to save a named editor file. | 4419 Public method to save a named editor file. |
4423 </p> | 4420 </p> |
4421 | |
4424 <dl> | 4422 <dl> |
4425 | 4423 |
4426 <dt><i>fn</i> (str)</dt> | 4424 <dt><i>fn</i> (str)</dt> |
4427 <dd> | 4425 <dd> |
4428 filename of editor to be saved | 4426 filename of editor to be saved |
4441 </dd> | 4439 </dd> |
4442 </dl> | 4440 </dl> |
4443 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a> | 4441 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a> |
4444 <h4>ViewManager.saveEditorEd</h4> | 4442 <h4>ViewManager.saveEditorEd</h4> |
4445 <b>saveEditorEd</b>(<i>ed</i>) | 4443 <b>saveEditorEd</b>(<i>ed</i>) |
4446 | |
4447 <p> | 4444 <p> |
4448 Public slot to save the contents of an editor. | 4445 Public slot to save the contents of an editor. |
4449 </p> | 4446 </p> |
4447 | |
4450 <dl> | 4448 <dl> |
4451 | 4449 |
4452 <dt><i>ed</i> (Editor)</dt> | 4450 <dt><i>ed</i> (Editor)</dt> |
4453 <dd> | 4451 <dd> |
4454 editor to be saved | 4452 editor to be saved |
4467 </dd> | 4465 </dd> |
4468 </dl> | 4466 </dl> |
4469 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> | 4467 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a> |
4470 <h4>ViewManager.saveEditorsList</h4> | 4468 <h4>ViewManager.saveEditorsList</h4> |
4471 <b>saveEditorsList</b>(<i>editors</i>) | 4469 <b>saveEditorsList</b>(<i>editors</i>) |
4472 | |
4473 <p> | 4470 <p> |
4474 Public slot to save a list of editors. | 4471 Public slot to save a list of editors. |
4475 </p> | 4472 </p> |
4473 | |
4476 <dl> | 4474 <dl> |
4477 | 4475 |
4478 <dt><i>editors</i> (list of Editor)</dt> | 4476 <dt><i>editors</i> (list of Editor)</dt> |
4479 <dd> | 4477 <dd> |
4480 list of editors to be saved | 4478 list of editors to be saved |
4481 </dd> | 4479 </dd> |
4482 </dl> | 4480 </dl> |
4483 <a NAME="ViewManager.searchReplaceWidget" ID="ViewManager.searchReplaceWidget"></a> | 4481 <a NAME="ViewManager.searchReplaceWidget" ID="ViewManager.searchReplaceWidget"></a> |
4484 <h4>ViewManager.searchReplaceWidget</h4> | 4482 <h4>ViewManager.searchReplaceWidget</h4> |
4485 <b>searchReplaceWidget</b>(<i></i>) | 4483 <b>searchReplaceWidget</b>(<i></i>) |
4486 | |
4487 <p> | 4484 <p> |
4488 Public method to get a reference to the search widget. | 4485 Public method to get a reference to the search widget. |
4489 </p> | 4486 </p> |
4487 | |
4490 <dl> | 4488 <dl> |
4491 <dt>Return:</dt> | 4489 <dt>Return:</dt> |
4492 <dd> | 4490 <dd> |
4493 reference to the search widget | 4491 reference to the search widget |
4494 </dd> | 4492 </dd> |
4500 </dd> | 4498 </dd> |
4501 </dl> | 4499 </dl> |
4502 <a NAME="ViewManager.send" ID="ViewManager.send"></a> | 4500 <a NAME="ViewManager.send" ID="ViewManager.send"></a> |
4503 <h4>ViewManager.send</h4> | 4501 <h4>ViewManager.send</h4> |
4504 <b>send</b>(<i>fileName, message</i>) | 4502 <b>send</b>(<i>fileName, message</i>) |
4505 | |
4506 <p> | 4503 <p> |
4507 Public method to send an editor command to remote editors. | 4504 Public method to send an editor command to remote editors. |
4508 </p> | 4505 </p> |
4506 | |
4509 <dl> | 4507 <dl> |
4510 | 4508 |
4511 <dt><i>fileName</i> (str)</dt> | 4509 <dt><i>fileName</i> (str)</dt> |
4512 <dd> | 4510 <dd> |
4513 file name of the editor | 4511 file name of the editor |
4518 </dd> | 4516 </dd> |
4519 </dl> | 4517 </dl> |
4520 <a NAME="ViewManager.sendSharedEdit" ID="ViewManager.sendSharedEdit"></a> | 4518 <a NAME="ViewManager.sendSharedEdit" ID="ViewManager.sendSharedEdit"></a> |
4521 <h4>ViewManager.sendSharedEdit</h4> | 4519 <h4>ViewManager.sendSharedEdit</h4> |
4522 <b>sendSharedEdit</b>(<i></i>) | 4520 <b>sendSharedEdit</b>(<i></i>) |
4523 | |
4524 <p> | 4521 <p> |
4525 Public slot to end a shared edit session for the current editor and | 4522 Public slot to end a shared edit session for the current editor and |
4526 send the changes. | 4523 send the changes. |
4527 </p> | 4524 </p> |
4525 | |
4528 <a NAME="ViewManager.setCooperationClient" ID="ViewManager.setCooperationClient"></a> | 4526 <a NAME="ViewManager.setCooperationClient" ID="ViewManager.setCooperationClient"></a> |
4529 <h4>ViewManager.setCooperationClient</h4> | 4527 <h4>ViewManager.setCooperationClient</h4> |
4530 <b>setCooperationClient</b>(<i>client</i>) | 4528 <b>setCooperationClient</b>(<i>client</i>) |
4531 | |
4532 <p> | 4529 <p> |
4533 Public method to set a reference to the cooperation client. | 4530 Public method to set a reference to the cooperation client. |
4534 </p> | 4531 </p> |
4532 | |
4535 <dl> | 4533 <dl> |
4536 | 4534 |
4537 <dt><i>client</i> (CooperationClient)</dt> | 4535 <dt><i>client</i> (CooperationClient)</dt> |
4538 <dd> | 4536 <dd> |
4539 reference to the cooperation client | 4537 reference to the cooperation client |
4540 </dd> | 4538 </dd> |
4541 </dl> | 4539 </dl> |
4542 <a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a> | 4540 <a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a> |
4543 <h4>ViewManager.setEditorName</h4> | 4541 <h4>ViewManager.setEditorName</h4> |
4544 <b>setEditorName</b>(<i>editor, newName</i>) | 4542 <b>setEditorName</b>(<i>editor, newName</i>) |
4545 | |
4546 <p> | 4543 <p> |
4547 Public method to change the displayed name of the editor. | 4544 Public method to change the displayed name of the editor. |
4548 </p> | 4545 </p> |
4546 | |
4549 <dl> | 4547 <dl> |
4550 | 4548 |
4551 <dt><i>editor</i> (Editor)</dt> | 4549 <dt><i>editor</i> (Editor)</dt> |
4552 <dd> | 4550 <dd> |
4553 editor window to be changed | 4551 editor window to be changed |
4565 </dd> | 4563 </dd> |
4566 </dl> | 4564 </dl> |
4567 <a NAME="ViewManager.setFileLine" ID="ViewManager.setFileLine"></a> | 4565 <a NAME="ViewManager.setFileLine" ID="ViewManager.setFileLine"></a> |
4568 <h4>ViewManager.setFileLine</h4> | 4566 <h4>ViewManager.setFileLine</h4> |
4569 <b>setFileLine</b>(<i>fn, line, error=False, syntaxError=False</i>) | 4567 <b>setFileLine</b>(<i>fn, line, error=False, syntaxError=False</i>) |
4570 | |
4571 <p> | 4568 <p> |
4572 Public method to update the user interface when the current program | 4569 Public method to update the user interface when the current program |
4573 or line changes. | 4570 or line changes. |
4574 </p> | 4571 </p> |
4572 | |
4575 <dl> | 4573 <dl> |
4576 | 4574 |
4577 <dt><i>fn</i> (str)</dt> | 4575 <dt><i>fn</i> (str)</dt> |
4578 <dd> | 4576 <dd> |
4579 filename of editor to update | 4577 filename of editor to update |
4592 </dd> | 4590 </dd> |
4593 </dl> | 4591 </dl> |
4594 <a NAME="ViewManager.setReferences" ID="ViewManager.setReferences"></a> | 4592 <a NAME="ViewManager.setReferences" ID="ViewManager.setReferences"></a> |
4595 <h4>ViewManager.setReferences</h4> | 4593 <h4>ViewManager.setReferences</h4> |
4596 <b>setReferences</b>(<i>ui, dbs</i>) | 4594 <b>setReferences</b>(<i>ui, dbs</i>) |
4597 | |
4598 <p> | 4595 <p> |
4599 Public method to set some references needed later on. | 4596 Public method to set some references needed later on. |
4600 </p> | 4597 </p> |
4598 | |
4601 <dl> | 4599 <dl> |
4602 | 4600 |
4603 <dt><i>ui</i> (UserInterface)</dt> | 4601 <dt><i>ui</i> (UserInterface)</dt> |
4604 <dd> | 4602 <dd> |
4605 reference to the main user interface | 4603 reference to the main user interface |
4610 </dd> | 4608 </dd> |
4611 </dl> | 4609 </dl> |
4612 <a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a> | 4610 <a NAME="ViewManager.setSbInfo" ID="ViewManager.setSbInfo"></a> |
4613 <h4>ViewManager.setSbInfo</h4> | 4611 <h4>ViewManager.setSbInfo</h4> |
4614 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>) | 4612 <b>setSbInfo</b>(<i>sbLine, sbPos, sbWritable, sbEncoding, sbLanguage, sbEol, sbZoom</i>) |
4615 | |
4616 <p> | 4613 <p> |
4617 Public method to transfer statusbar info from the user interface to | 4614 Public method to transfer statusbar info from the user interface to |
4618 viewmanager. | 4615 viewmanager. |
4619 </p> | 4616 </p> |
4617 | |
4620 <dl> | 4618 <dl> |
4621 | 4619 |
4622 <dt><i>sbLine</i> (QLabel)</dt> | 4620 <dt><i>sbLine</i> (QLabel)</dt> |
4623 <dd> | 4621 <dd> |
4624 reference to the line number part of the statusbar | 4622 reference to the line number part of the statusbar |
4652 </dd> | 4650 </dd> |
4653 </dl> | 4651 </dl> |
4654 <a NAME="ViewManager.setSplitCount" ID="ViewManager.setSplitCount"></a> | 4652 <a NAME="ViewManager.setSplitCount" ID="ViewManager.setSplitCount"></a> |
4655 <h4>ViewManager.setSplitCount</h4> | 4653 <h4>ViewManager.setSplitCount</h4> |
4656 <b>setSplitCount</b>(<i>count</i>) | 4654 <b>setSplitCount</b>(<i>count</i>) |
4657 | |
4658 <p> | 4655 <p> |
4659 Public method to set the number of split views. | 4656 Public method to set the number of split views. |
4660 </p> | 4657 </p> |
4658 | |
4661 <dl> | 4659 <dl> |
4662 | 4660 |
4663 <dt><i>count</i> (int)</dt> | 4661 <dt><i>count</i> (int)</dt> |
4664 <dd> | 4662 <dd> |
4665 number of split views | 4663 number of split views |
4666 </dd> | 4664 </dd> |
4667 </dl> | 4665 </dl> |
4668 <a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a> | 4666 <a NAME="ViewManager.setSplitOrientation" ID="ViewManager.setSplitOrientation"></a> |
4669 <h4>ViewManager.setSplitOrientation</h4> | 4667 <h4>ViewManager.setSplitOrientation</h4> |
4670 <b>setSplitOrientation</b>(<i>orientation</i>) | 4668 <b>setSplitOrientation</b>(<i>orientation</i>) |
4671 | |
4672 <p> | 4669 <p> |
4673 Public method used to set the orientation of the split view. | 4670 Public method used to set the orientation of the split view. |
4674 </p> | 4671 </p> |
4672 | |
4675 <dl> | 4673 <dl> |
4676 | 4674 |
4677 <dt><i>orientation</i> (Qt.Orientation)</dt> | 4675 <dt><i>orientation</i> (Qt.Orientation)</dt> |
4678 <dd> | 4676 <dd> |
4679 orientation of the split | 4677 orientation of the split |
4680 </dd> | 4678 </dd> |
4681 </dl> | 4679 </dl> |
4682 <a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a> | 4680 <a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a> |
4683 <h4>ViewManager.shareConnected</h4> | 4681 <h4>ViewManager.shareConnected</h4> |
4684 <b>shareConnected</b>(<i>connected</i>) | 4682 <b>shareConnected</b>(<i>connected</i>) |
4685 | |
4686 <p> | 4683 <p> |
4687 Public slot to handle a change of the connected state. | 4684 Public slot to handle a change of the connected state. |
4688 </p> | 4685 </p> |
4686 | |
4689 <dl> | 4687 <dl> |
4690 | 4688 |
4691 <dt><i>connected</i> (bool)</dt> | 4689 <dt><i>connected</i> (bool)</dt> |
4692 <dd> | 4690 <dd> |
4693 flag indicating the connected state | 4691 flag indicating the connected state |
4694 </dd> | 4692 </dd> |
4695 </dl> | 4693 </dl> |
4696 <a NAME="ViewManager.shareEditor" ID="ViewManager.shareEditor"></a> | 4694 <a NAME="ViewManager.shareEditor" ID="ViewManager.shareEditor"></a> |
4697 <h4>ViewManager.shareEditor</h4> | 4695 <h4>ViewManager.shareEditor</h4> |
4698 <b>shareEditor</b>(<i>share</i>) | 4696 <b>shareEditor</b>(<i>share</i>) |
4699 | |
4700 <p> | 4697 <p> |
4701 Public slot to set the shared status of the current editor. | 4698 Public slot to set the shared status of the current editor. |
4702 </p> | 4699 </p> |
4700 | |
4703 <dl> | 4701 <dl> |
4704 | 4702 |
4705 <dt><i>share</i> (bool)</dt> | 4703 <dt><i>share</i> (bool)</dt> |
4706 <dd> | 4704 <dd> |
4707 flag indicating the share status | 4705 flag indicating the share status |
4708 </dd> | 4706 </dd> |
4709 </dl> | 4707 </dl> |
4710 <a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a> | 4708 <a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a> |
4711 <h4>ViewManager.showDebugSource</h4> | 4709 <h4>ViewManager.showDebugSource</h4> |
4712 <b>showDebugSource</b>(<i>fn, line</i>) | 4710 <b>showDebugSource</b>(<i>fn, line</i>) |
4713 | |
4714 <p> | 4711 <p> |
4715 Public method to open the given file and highlight the given line in | 4712 Public method to open the given file and highlight the given line in |
4716 it. | 4713 it. |
4717 </p> | 4714 </p> |
4715 | |
4718 <dl> | 4716 <dl> |
4719 | 4717 |
4720 <dt><i>fn</i> (str)</dt> | 4718 <dt><i>fn</i> (str)</dt> |
4721 <dd> | 4719 <dd> |
4722 filename of editor to update | 4720 filename of editor to update |
4727 </dd> | 4725 </dd> |
4728 </dl> | 4726 </dl> |
4729 <a NAME="ViewManager.showEditorInfo" ID="ViewManager.showEditorInfo"></a> | 4727 <a NAME="ViewManager.showEditorInfo" ID="ViewManager.showEditorInfo"></a> |
4730 <h4>ViewManager.showEditorInfo</h4> | 4728 <h4>ViewManager.showEditorInfo</h4> |
4731 <b>showEditorInfo</b>(<i>editor</i>) | 4729 <b>showEditorInfo</b>(<i>editor</i>) |
4732 | |
4733 <p> | 4730 <p> |
4734 Public method to show some information for a given editor. | 4731 Public method to show some information for a given editor. |
4735 </p> | 4732 </p> |
4733 | |
4736 <dl> | 4734 <dl> |
4737 | 4735 |
4738 <dt><i>editor</i> (Editor)</dt> | 4736 <dt><i>editor</i> (Editor)</dt> |
4739 <dd> | 4737 <dd> |
4740 editor to show information text for | 4738 editor to show information text for |
4741 </dd> | 4739 </dd> |
4742 </dl> | 4740 </dl> |
4743 <a NAME="ViewManager.showReplaceWidget" ID="ViewManager.showReplaceWidget"></a> | 4741 <a NAME="ViewManager.showReplaceWidget" ID="ViewManager.showReplaceWidget"></a> |
4744 <h4>ViewManager.showReplaceWidget</h4> | 4742 <h4>ViewManager.showReplaceWidget</h4> |
4745 <b>showReplaceWidget</b>(<i></i>) | 4743 <b>showReplaceWidget</b>(<i></i>) |
4746 | |
4747 <p> | 4744 <p> |
4748 Public method to show the replace widget. | 4745 Public method to show the replace widget. |
4749 </p> | 4746 </p> |
4747 | |
4750 <a NAME="ViewManager.showSearchWidget" ID="ViewManager.showSearchWidget"></a> | 4748 <a NAME="ViewManager.showSearchWidget" ID="ViewManager.showSearchWidget"></a> |
4751 <h4>ViewManager.showSearchWidget</h4> | 4749 <h4>ViewManager.showSearchWidget</h4> |
4752 <b>showSearchWidget</b>(<i></i>) | 4750 <b>showSearchWidget</b>(<i></i>) |
4753 | |
4754 <p> | 4751 <p> |
4755 Public method to show the search widget. | 4752 Public method to show the search widget. |
4756 </p> | 4753 </p> |
4754 | |
4757 <a NAME="ViewManager.showWindowMenu" ID="ViewManager.showWindowMenu"></a> | 4755 <a NAME="ViewManager.showWindowMenu" ID="ViewManager.showWindowMenu"></a> |
4758 <h4>ViewManager.showWindowMenu</h4> | 4756 <h4>ViewManager.showWindowMenu</h4> |
4759 <b>showWindowMenu</b>(<i>windowMenu</i>) | 4757 <b>showWindowMenu</b>(<i>windowMenu</i>) |
4760 | |
4761 <p> | 4758 <p> |
4762 Public method to set up the viewmanager part of the Window menu. | 4759 Public method to set up the viewmanager part of the Window menu. |
4763 </p> | 4760 </p> |
4761 | |
4764 <dl> | 4762 <dl> |
4765 | 4763 |
4766 <dt><i>windowMenu</i> (QMenu)</dt> | 4764 <dt><i>windowMenu</i> (QMenu)</dt> |
4767 <dd> | 4765 <dd> |
4768 reference to the window menu | 4766 reference to the window menu |
4776 </dd> | 4774 </dd> |
4777 </dl> | 4775 </dl> |
4778 <a NAME="ViewManager.splitCount" ID="ViewManager.splitCount"></a> | 4776 <a NAME="ViewManager.splitCount" ID="ViewManager.splitCount"></a> |
4779 <h4>ViewManager.splitCount</h4> | 4777 <h4>ViewManager.splitCount</h4> |
4780 <b>splitCount</b>(<i></i>) | 4778 <b>splitCount</b>(<i></i>) |
4781 | |
4782 <p> | 4779 <p> |
4783 Public method to get the number of split views. | 4780 Public method to get the number of split views. |
4784 </p> | 4781 </p> |
4782 | |
4785 <dl> | 4783 <dl> |
4786 <dt>Return:</dt> | 4784 <dt>Return:</dt> |
4787 <dd> | 4785 <dd> |
4788 number of split views | 4786 number of split views |
4789 </dd> | 4787 </dd> |
4795 </dd> | 4793 </dd> |
4796 </dl> | 4794 </dl> |
4797 <a NAME="ViewManager.startSharedEdit" ID="ViewManager.startSharedEdit"></a> | 4795 <a NAME="ViewManager.startSharedEdit" ID="ViewManager.startSharedEdit"></a> |
4798 <h4>ViewManager.startSharedEdit</h4> | 4796 <h4>ViewManager.startSharedEdit</h4> |
4799 <b>startSharedEdit</b>(<i></i>) | 4797 <b>startSharedEdit</b>(<i></i>) |
4800 | |
4801 <p> | 4798 <p> |
4802 Public slot to start a shared edit session for the current editor. | 4799 Public slot to start a shared edit session for the current editor. |
4803 </p> | 4800 </p> |
4801 | |
4804 <a NAME="ViewManager.textForFind" ID="ViewManager.textForFind"></a> | 4802 <a NAME="ViewManager.textForFind" ID="ViewManager.textForFind"></a> |
4805 <h4>ViewManager.textForFind</h4> | 4803 <h4>ViewManager.textForFind</h4> |
4806 <b>textForFind</b>(<i>getCurrentWord=True</i>) | 4804 <b>textForFind</b>(<i>getCurrentWord=True</i>) |
4807 | |
4808 <p> | 4805 <p> |
4809 Public method to determine the selection or the current word for the | 4806 Public method to determine the selection or the current word for the |
4810 next find operation. | 4807 next find operation. |
4811 </p> | 4808 </p> |
4809 | |
4812 <dl> | 4810 <dl> |
4813 | 4811 |
4814 <dt><i>getCurrentWord</i> (bool)</dt> | 4812 <dt><i>getCurrentWord</i> (bool)</dt> |
4815 <dd> | 4813 <dd> |
4816 flag indicating to return the current word, if | 4814 flag indicating to return the current word, if |
4830 </dd> | 4828 </dd> |
4831 </dl> | 4829 </dl> |
4832 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a> | 4830 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a> |
4833 <h4>ViewManager.tile</h4> | 4831 <h4>ViewManager.tile</h4> |
4834 <b>tile</b>(<i></i>) | 4832 <b>tile</b>(<i></i>) |
4835 | |
4836 <p> | 4833 <p> |
4837 Public method to tile the managed windows. | 4834 Public method to tile the managed windows. |
4838 </p> | 4835 </p> |
4836 | |
4839 <dl> | 4837 <dl> |
4840 | 4838 |
4841 <dt>Raises <b>NotImplementedError</b>:</dt> | 4839 <dt>Raises <b>NotImplementedError</b>:</dt> |
4842 <dd> | 4840 <dd> |
4843 Not implemented | 4841 Not implemented |
4844 </dd> | 4842 </dd> |
4845 </dl> | 4843 </dl> |
4846 <a NAME="ViewManager.unhighlight" ID="ViewManager.unhighlight"></a> | 4844 <a NAME="ViewManager.unhighlight" ID="ViewManager.unhighlight"></a> |
4847 <h4>ViewManager.unhighlight</h4> | 4845 <h4>ViewManager.unhighlight</h4> |
4848 <b>unhighlight</b>(<i>current=False</i>) | 4846 <b>unhighlight</b>(<i>current=False</i>) |
4849 | |
4850 <p> | 4847 <p> |
4851 Public method to switch off all highlights or the highlight of | 4848 Public method to switch off all highlights or the highlight of |
4852 the current editor. | 4849 the current editor. |
4853 </p> | 4850 </p> |
4851 | |
4854 <dl> | 4852 <dl> |
4855 | 4853 |
4856 <dt><i>current</i> (bool)</dt> | 4854 <dt><i>current</i> (bool)</dt> |
4857 <dd> | 4855 <dd> |
4858 flag indicating only the current editor should be | 4856 flag indicating only the current editor should be |
4860 </dd> | 4858 </dd> |
4861 </dl> | 4859 </dl> |
4862 <a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> | 4860 <a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> |
4863 <h4>ViewManager.zoomValueChanged</h4> | 4861 <h4>ViewManager.zoomValueChanged</h4> |
4864 <b>zoomValueChanged</b>(<i>value, zoomingWidget</i>) | 4862 <b>zoomValueChanged</b>(<i>value, zoomingWidget</i>) |
4865 | |
4866 <p> | 4863 <p> |
4867 Public slot to handle changes of the zoom value. | 4864 Public slot to handle changes of the zoom value. |
4868 </p> | 4865 </p> |
4866 | |
4869 <dl> | 4867 <dl> |
4870 | 4868 |
4871 <dt><i>value</i> (int)</dt> | 4869 <dt><i>value</i> (int)</dt> |
4872 <dd> | 4870 <dd> |
4873 new zoom value | 4871 new zoom value |