--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon Sep 27 16:41:31 2021 +0200 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon Sep 27 16:44:54 2021 +0200 @@ -257,6 +257,10 @@ <td>Private slot to activate the Find In Files widget.</td> </tr> <tr> +<td><a href="#UserInterface.__activateFindLocationWidget">__activateFindLocationWidget</a></td> +<td>Private method to activate the Find File widget.</td> +</tr> +<tr> <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> <td>Private slot to handle the activation of the IRC window.</td> </tr> @@ -1101,6 +1105,10 @@ <td>Public slot to show the Find In Files widget.</td> </tr> <tr> +<td><a href="#UserInterface.showFindLocationWidget">showFindLocationWidget</a></td> +<td>Public method to show the Find File widget.</td> +</tr> +<tr> <td><a href="#UserInterface.showLogViewer">showLogViewer</a></td> <td>Public method to show the Log-Viewer.</td> </tr> @@ -1276,6 +1284,13 @@ <p> Private slot to activate the Find In Files widget. </p> +<a NAME="UserInterface.__activateFindLocationWidget" ID="UserInterface.__activateFindLocationWidget"></a> +<h4>UserInterface.__activateFindLocationWidget</h4> +<b>__activateFindLocationWidget</b>(<i></i>) + +<p> + Private method to activate the Find File widget. +</p> <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> <h4>UserInterface.__activateIRC</h4> <b>__activateIRC</b>(<i></i>) @@ -3723,6 +3738,13 @@ (defaults to False) </dd> </dl> +<a NAME="UserInterface.showFindLocationWidget" ID="UserInterface.showFindLocationWidget"></a> +<h4>UserInterface.showFindLocationWidget</h4> +<b>showFindLocationWidget</b>(<i></i>) + +<p> + Public method to show the Find File widget. +</p> <a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a> <h4>UserInterface.showLogViewer</h4> <b>showLogViewer</b>(<i></i>)