--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Wed Nov 20 19:50:35 2013 +0100 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Thu Nov 21 18:37:41 2013 +0100 @@ -450,6 +450,12 @@ <td><a href="#ViewManager.__macroStopRecording">__macroStopRecording</a></td> <td>Private method to handle the stop macro recording action.</td> </tr><tr> +<td><a href="#ViewManager.__newDocumentSplitView">__newDocumentSplitView</a></td> +<td>Private method to open a new view of the current editor in a new split.</td> +</tr><tr> +<td><a href="#ViewManager.__newDocumentView">__newDocumentView</a></td> +<td>Private method to open a new view of the current editor.</td> +</tr><tr> <td><a href="#ViewManager.__newLineBelow">__newLineBelow</a></td> <td>Private method to insert a new line below the current one even if cursor is not at the end of the line.</td> </tr><tr> @@ -1434,6 +1440,16 @@ <b>__macroStopRecording</b>(<i></i>) <p> Private method to handle the stop macro recording action. +</p><a NAME="ViewManager.__newDocumentSplitView" ID="ViewManager.__newDocumentSplitView"></a> +<h4>ViewManager.__newDocumentSplitView</h4> +<b>__newDocumentSplitView</b>(<i></i>) +<p> + Private method to open a new view of the current editor in a new split. +</p><a NAME="ViewManager.__newDocumentView" ID="ViewManager.__newDocumentView"></a> +<h4>ViewManager.__newDocumentView</h4> +<b>__newDocumentView</b>(<i></i>) +<p> + Private method to open a new view of the current editor. </p><a NAME="ViewManager.__newLineBelow" ID="ViewManager.__newLineBelow"></a> <h4>ViewManager.__newLineBelow</h4> <b>__newLineBelow</b>(<i></i>)