--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Sat Nov 10 16:19:22 2012 +0100 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sat Nov 10 18:05:51 2012 +0100 @@ -338,6 +338,12 @@ <td><a href="#ViewManager.__findFileName">__findFileName</a></td> <td>Private method to handle the search for file action.</td> </tr><tr> +<td><a href="#ViewManager.__findNextWord">__findNextWord</a></td> +<td>Private slot to find the next occurrence of the current word of the current editor.</td> +</tr><tr> +<td><a href="#ViewManager.__findPrevWord">__findPrevWord</a></td> +<td>Private slot to find the previous occurrence of the current word of the current editor.</td> +</tr><tr> <td><a href="#ViewManager.__goto">__goto</a></td> <td>Private method to handle the goto action.</td> </tr><tr> @@ -1195,6 +1201,18 @@ <b>__findFileName</b>(<i></i>) <p> Private method to handle the search for file action. +</p><a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> +<h4>ViewManager.__findNextWord</h4> +<b>__findNextWord</b>(<i></i>) +<p> + Private slot to find the next occurrence of the current word of the current + editor. +</p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> +<h4>ViewManager.__findPrevWord</h4> +<b>__findPrevWord</b>(<i></i>) +<p> + Private slot to find the previous occurrence of the current word of the current + editor. </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> <h4>ViewManager.__goto</h4> <b>__goto</b>(<i></i>)