diff -r 071afe8be2a1 -r 39f9273ebd61 Documentation/Source/eric5.ViewManager.ViewManager.html --- a/Documentation/Source/eric5.ViewManager.ViewManager.html Sat Mar 08 20:09:41 2014 +0100 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Mar 09 12:16:00 2014 +0100 @@ -474,6 +474,9 @@ <td><a href="#ViewManager.__nextWarning">__nextWarning</a></td> <td>Private method to handle the next warning action.</td> </tr><tr> +<td><a href="#ViewManager.__openFiles">__openFiles</a></td> +<td>Private slot to open some files.</td> +</tr><tr> <td><a href="#ViewManager.__openSourceFile">__openSourceFile</a></td> <td>Private method to open a file from the list of recently opened files.</td> </tr><tr> @@ -609,6 +612,9 @@ <td><a href="#ViewManager.__toggleCurrent">__toggleCurrent</a></td> <td>Private method to handle the toggle current fold action.</td> </tr><tr> +<td><a href="#ViewManager.__unhighlight">__unhighlight</a></td> +<td>Privat slot to switch of all highlights.</td> +</tr><tr> <td><a href="#ViewManager.__zoom">__zoom</a></td> <td>Private method to handle the zoom action.</td> </tr><tr> @@ -621,6 +627,9 @@ <td><a href="#ViewManager.__zoomReset">__zoomReset</a></td> <td>Private method to reset the zoom factor.</td> </tr><tr> +<td><a href="#ViewManager.__zoomTo">__zoomTo</a></td> +<td>Private slot to zoom to a given value.</td> +</tr><tr> <td><a href="#ViewManager._addView">_addView</a></td> <td>Protected method to add a view (i.e.</td> </tr><tr> @@ -928,7 +937,7 @@ <td>Public method to tile the managed windows.</td> </tr><tr> <td><a href="#ViewManager.unhighlight">unhighlight</a></td> -<td>Public method to switch off all highlights.</td> +<td>Public method to switch off all highlights or the highlight of the current editor.</td> </tr><tr> <td><a href="#ViewManager.zoomValueChanged">zoomValueChanged</a></td> <td>Public slot to handle changes of the zoom value.</td> @@ -1490,6 +1499,11 @@ <b>__nextWarning</b>(<i></i>) <p> Private method to handle the next warning action. +</p><a NAME="ViewManager.__openFiles" ID="ViewManager.__openFiles"></a> +<h4>ViewManager.__openFiles</h4> +<b>__openFiles</b>(<i></i>) +<p> + Private slot to open some files. </p><a NAME="ViewManager.__openSourceFile" ID="ViewManager.__openSourceFile"></a> <h4>ViewManager.__openSourceFile</h4> <b>__openSourceFile</b>(<i>act</i>) @@ -1795,17 +1809,17 @@ <b>__toggleCurrent</b>(<i></i>) <p> Private method to handle the toggle current fold action. +</p><a NAME="ViewManager.__unhighlight" ID="ViewManager.__unhighlight"></a> +<h4>ViewManager.__unhighlight</h4> +<b>__unhighlight</b>(<i></i>) +<p> + Privat slot to switch of all highlights. </p><a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> <h4>ViewManager.__zoom</h4> -<b>__zoom</b>(<i>value=None</i>) +<b>__zoom</b>(<i></i>) <p> Private method to handle the zoom action. -</p><dl> -<dt><i>value=</i></dt> -<dd> -zoom value to be set (integer) -</dd> -</dl><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> +</p><a NAME="ViewManager.__zoomIn" ID="ViewManager.__zoomIn"></a> <h4>ViewManager.__zoomIn</h4> <b>__zoomIn</b>(<i></i>) <p> @@ -1820,7 +1834,17 @@ <b>__zoomReset</b>(<i></i>) <p> Private method to reset the zoom factor. -</p><a NAME="ViewManager._addView" ID="ViewManager._addView"></a> +</p><a NAME="ViewManager.__zoomTo" ID="ViewManager.__zoomTo"></a> +<h4>ViewManager.__zoomTo</h4> +<b>__zoomTo</b>(<i>value</i>) +<p> + Private slot to zoom to a given value. +</p><dl> +<dt><i>value</i></dt> +<dd> +zoom value to be set (integer) +</dd> +</dl><a NAME="ViewManager._addView" ID="ViewManager._addView"></a> <h4>ViewManager._addView</h4> <b>_addView</b>(<i>win, fn=None, noName=""</i>) <p> @@ -2624,7 +2648,7 @@ Public slot used to move to the next split. </p><a NAME="ViewManager.openFiles" ID="ViewManager.openFiles"></a> <h4>ViewManager.openFiles</h4> -<b>openFiles</b>(<i>prog=None</i>) +<b>openFiles</b>(<i>prog</i>) <p> Public slot to open some files. </p><dl> @@ -3046,7 +3070,8 @@ <h4>ViewManager.unhighlight</h4> <b>unhighlight</b>(<i>current=False</i>) <p> - Public method to switch off all highlights. + Public method to switch off all highlights or the highlight of + the current editor. </p><dl> <dt><i>current</i></dt> <dd>