diff -r ece3c72a24c3 -r dc9cd8059221 Documentation/Source/eric6.ViewManager.ViewManager.html --- a/Documentation/Source/eric6.ViewManager.ViewManager.html Sat May 20 14:33:00 2017 +0200 +++ b/Documentation/Source/eric6.ViewManager.ViewManager.html Sat May 20 16:13:23 2017 +0200 @@ -534,9 +534,6 @@ <td><a href="#ViewManager.__quickSearchText">__quickSearchText</a></td> <td>Private slot to handle the textChanged signal of the quicksearch edit.</td> </tr><tr> -<td><a href="#ViewManager.__replace">__replace</a></td> -<td>Private method to handle the replace action.</td> -</tr><tr> <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td> <td>Private method to handle the replace in files action.</td> </tr><tr> @@ -546,18 +543,21 @@ <td><a href="#ViewManager.__saveRecent">__saveRecent</a></td> <td>Private method to save the list of recently opened filenames.</td> </tr><tr> -<td><a href="#ViewManager.__search">__search</a></td> -<td>Private method to handle the search action.</td> -</tr><tr> <td><a href="#ViewManager.__searchClearMarkers">__searchClearMarkers</a></td> <td>Private method to clear the search markers of the active window.</td> </tr><tr> <td><a href="#ViewManager.__searchFiles">__searchFiles</a></td> <td>Private method to handle the search in files action.</td> </tr><tr> +<td><a href="#ViewManager.__searchNext">__searchNext</a></td> +<td>Private slot to handle the search next action.</td> +</tr><tr> <td><a href="#ViewManager.__searchOpenFiles">__searchOpenFiles</a></td> <td>Private method to handle the search in open files action.</td> </tr><tr> +<td><a href="#ViewManager.__searchPrev">__searchPrev</a></td> +<td>Private slot to handle the search previous action.</td> +</tr><tr> <td><a href="#ViewManager.__setAutoSpellChecking">__setAutoSpellChecking</a></td> <td>Private slot to set the automatic spell checking of all editors.</td> </tr><tr> @@ -942,6 +942,12 @@ <td><a href="#ViewManager.showDebugSource">showDebugSource</a></td> <td>Public method to open the given file and highlight the given line in it.</td> </tr><tr> +<td><a href="#ViewManager.showReplaceWidget">showReplaceWidget</a></td> +<td>Public method to show the replace widget.</td> +</tr><tr> +<td><a href="#ViewManager.showSearchWidget">showSearchWidget</a></td> +<td>Public method to show the search widget.</td> +</tr><tr> <td><a href="#ViewManager.showWindowMenu">showWindowMenu</a></td> <td>Public method to set up the viewmanager part of the Window menu.</td> </tr><tr> @@ -1644,11 +1650,6 @@ <b>__quickSearchText</b>(<i></i>) <p> Private slot to handle the textChanged signal of the quicksearch edit. -</p><a NAME="ViewManager.__replace" ID="ViewManager.__replace"></a> -<h4>ViewManager.__replace</h4> -<b>__replace</b>(<i></i>) -<p> - Private method to handle the replace action. </p><a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> <h4>ViewManager.__replaceFiles</h4> <b>__replaceFiles</b>(<i></i>) @@ -1664,11 +1665,6 @@ <b>__saveRecent</b>(<i></i>) <p> Private method to save the list of recently opened filenames. -</p><a NAME="ViewManager.__search" ID="ViewManager.__search"></a> -<h4>ViewManager.__search</h4> -<b>__search</b>(<i></i>) -<p> - Private method to handle the search action. </p><a NAME="ViewManager.__searchClearMarkers" ID="ViewManager.__searchClearMarkers"></a> <h4>ViewManager.__searchClearMarkers</h4> <b>__searchClearMarkers</b>(<i></i>) @@ -1679,11 +1675,21 @@ <b>__searchFiles</b>(<i></i>) <p> Private method to handle the search in files action. +</p><a NAME="ViewManager.__searchNext" ID="ViewManager.__searchNext"></a> +<h4>ViewManager.__searchNext</h4> +<b>__searchNext</b>(<i></i>) +<p> + Private slot to handle the search next action. </p><a NAME="ViewManager.__searchOpenFiles" ID="ViewManager.__searchOpenFiles"></a> <h4>ViewManager.__searchOpenFiles</h4> <b>__searchOpenFiles</b>(<i></i>) <p> Private method to handle the search in open files action. +</p><a NAME="ViewManager.__searchPrev" ID="ViewManager.__searchPrev"></a> +<h4>ViewManager.__searchPrev</h4> +<b>__searchPrev</b>(<i></i>) +<p> + Private slot to handle the search previous action. </p><a NAME="ViewManager.__setAutoSpellChecking" ID="ViewManager.__setAutoSpellChecking"></a> <h4>ViewManager.__setAutoSpellChecking</h4> <b>__setAutoSpellChecking</b>(<i></i>) @@ -3090,7 +3096,17 @@ <dd> line number to highlight (int) </dd> -</dl><a NAME="ViewManager.showWindowMenu" ID="ViewManager.showWindowMenu"></a> +</dl><a NAME="ViewManager.showReplaceWidget" ID="ViewManager.showReplaceWidget"></a> +<h4>ViewManager.showReplaceWidget</h4> +<b>showReplaceWidget</b>(<i></i>) +<p> + Public method to show the replace widget. +</p><a NAME="ViewManager.showSearchWidget" ID="ViewManager.showSearchWidget"></a> +<h4>ViewManager.showSearchWidget</h4> +<b>showSearchWidget</b>(<i></i>) +<p> + Public method to show the search widget. +</p><a NAME="ViewManager.showWindowMenu" ID="ViewManager.showWindowMenu"></a> <h4>ViewManager.showWindowMenu</h4> <b>showWindowMenu</b>(<i>windowMenu</i>) <p>