448 <td>Private method to handle the start macro recording action.</td> |
448 <td>Private method to handle the start macro recording action.</td> |
449 </tr><tr> |
449 </tr><tr> |
450 <td><a href="#ViewManager.__macroStopRecording">__macroStopRecording</a></td> |
450 <td><a href="#ViewManager.__macroStopRecording">__macroStopRecording</a></td> |
451 <td>Private method to handle the stop macro recording action.</td> |
451 <td>Private method to handle the stop macro recording action.</td> |
452 </tr><tr> |
452 </tr><tr> |
|
453 <td><a href="#ViewManager.__newDocumentSplitView">__newDocumentSplitView</a></td> |
|
454 <td>Private method to open a new view of the current editor in a new split.</td> |
|
455 </tr><tr> |
|
456 <td><a href="#ViewManager.__newDocumentView">__newDocumentView</a></td> |
|
457 <td>Private method to open a new view of the current editor.</td> |
|
458 </tr><tr> |
453 <td><a href="#ViewManager.__newLineBelow">__newLineBelow</a></td> |
459 <td><a href="#ViewManager.__newLineBelow">__newLineBelow</a></td> |
454 <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> |
460 <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> |
455 </tr><tr> |
461 </tr><tr> |
456 <td><a href="#ViewManager.__nextBookmark">__nextBookmark</a></td> |
462 <td><a href="#ViewManager.__nextBookmark">__nextBookmark</a></td> |
457 <td>Private method to handle the next bookmark action.</td> |
463 <td>Private method to handle the next bookmark action.</td> |
1432 </p><a NAME="ViewManager.__macroStopRecording" ID="ViewManager.__macroStopRecording"></a> |
1438 </p><a NAME="ViewManager.__macroStopRecording" ID="ViewManager.__macroStopRecording"></a> |
1433 <h4>ViewManager.__macroStopRecording</h4> |
1439 <h4>ViewManager.__macroStopRecording</h4> |
1434 <b>__macroStopRecording</b>(<i></i>) |
1440 <b>__macroStopRecording</b>(<i></i>) |
1435 <p> |
1441 <p> |
1436 Private method to handle the stop macro recording action. |
1442 Private method to handle the stop macro recording action. |
|
1443 </p><a NAME="ViewManager.__newDocumentSplitView" ID="ViewManager.__newDocumentSplitView"></a> |
|
1444 <h4>ViewManager.__newDocumentSplitView</h4> |
|
1445 <b>__newDocumentSplitView</b>(<i></i>) |
|
1446 <p> |
|
1447 Private method to open a new view of the current editor in a new split. |
|
1448 </p><a NAME="ViewManager.__newDocumentView" ID="ViewManager.__newDocumentView"></a> |
|
1449 <h4>ViewManager.__newDocumentView</h4> |
|
1450 <b>__newDocumentView</b>(<i></i>) |
|
1451 <p> |
|
1452 Private method to open a new view of the current editor. |
1437 </p><a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> |
1453 </p><a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> |
1438 <h4>ViewManager.__newLineBelow</h4> |
1454 <h4>ViewManager.__newLineBelow</h4> |
1439 <b>__newLineBelow</b>(<i></i>) |
1455 <b>__newLineBelow</b>(<i></i>) |
1440 <p> |
1456 <p> |
1441 Private method to insert a new line below the current one even if |
1457 Private method to insert a new line below the current one even if |