eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8614
4a3a68e51b92
parent 8610
c9cd21bcbe33
child 8623
fced5aa98d41
diff -r 2af21036b293 -r 4a3a68e51b92 eric7/Documentation/Source/eric7.UI.UserInterface.html
--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html	Fri Sep 17 19:53:54 2021 +0200
+++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html	Sat Sep 18 18:51:58 2021 +0200
@@ -253,6 +253,10 @@
 <td>Private slot to handle the activation of the Conda manager widget.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__activateFindFileWidget">__activateFindFileWidget</a></td>
+<td>Private method to activate the Find In Files 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>
@@ -1089,8 +1093,8 @@
 <td>Public slot to show the Find File by Name dialog.</td>
 </tr>
 <tr>
-<td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td>
-<td>Public slot to show the Find In Files dialog.</td>
+<td><a href="#UserInterface.showFindFilesWidget">showFindFilesWidget</a></td>
+<td>Public slot to show the Find In Files widget.</td>
 </tr>
 <tr>
 <td><a href="#UserInterface.showLogViewer">showLogViewer</a></td>
@@ -1105,8 +1109,8 @@
 <td>Public slot to set the preferences.</td>
 </tr>
 <tr>
-<td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td>
-<td>Public slot to show the Find & Replace In Files dialog.</td>
+<td><a href="#UserInterface.showReplaceFilesWidget">showReplaceFilesWidget</a></td>
+<td>Public slot to show the Find In Files widget in replace mode.</td>
 </tr>
 <tr>
 <td><a href="#UserInterface.showSideWidget">showSideWidget</a></td>
@@ -1261,6 +1265,13 @@
 <p>
         Private slot to handle the activation of the Conda manager widget.
 </p>
+<a NAME="UserInterface.__activateFindFileWidget" ID="UserInterface.__activateFindFileWidget"></a>
+<h4>UserInterface.__activateFindFileWidget</h4>
+<b>__activateFindFileWidget</b>(<i></i>)
+
+<p>
+        Private method to activate the Find In Files widget.
+</p>
 <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a>
 <h4>UserInterface.__activateIRC</h4>
 <b>__activateIRC</b>(<i></i>)
@@ -3678,26 +3689,27 @@
 <p>
         Public slot to show the Find File by Name dialog.
 </p>
-<a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a>
-<h4>UserInterface.showFindFilesDialog</h4>
-<b>showFindFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>)
+<a NAME="UserInterface.showFindFilesWidget" ID="UserInterface.showFindFilesWidget"></a>
+<h4>UserInterface.showFindFilesWidget</h4>
+<b>showFindFilesWidget</b>(<i>txt="", searchDir="", openFiles=False</i>)
 
 <p>
-        Public slot to show the Find In Files dialog.
+        Public slot to show the Find In Files widget.
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str (optional))</dt>
 <dd>
-text to search for (string)
+text to search for (defaults to "")
 </dd>
-<dt><i>searchDir</i></dt>
+<dt><i>searchDir</i> (str (optional))</dt>
 <dd>
-directory to search in (string)
+directory to search in (defaults to "")
 </dd>
-<dt><i>openFiles</i></dt>
+<dt><i>openFiles</i> (bool (optional))</dt>
 <dd>
-flag indicating to operate on open files (boolean)
+flag indicating to operate on open files only
+            (defaults to False)
 </dd>
 </dl>
 <a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a>
@@ -3752,26 +3764,27 @@
 name of the configuration page to show (string)
 </dd>
 </dl>
-<a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a>
-<h4>UserInterface.showReplaceFilesDialog</h4>
-<b>showReplaceFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>)
+<a NAME="UserInterface.showReplaceFilesWidget" ID="UserInterface.showReplaceFilesWidget"></a>
+<h4>UserInterface.showReplaceFilesWidget</h4>
+<b>showReplaceFilesWidget</b>(<i>txt="", searchDir="", openFiles=False</i>)
 
 <p>
-        Public slot to show the Find & Replace In Files dialog.
+        Public slot to show the Find In Files widget in replace mode.
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str (optional))</dt>
 <dd>
-text to search for (string)
+text to search for (defaults to "")
 </dd>
-<dt><i>searchDir</i></dt>
+<dt><i>searchDir</i> (str (optional))</dt>
 <dd>
-directory to search in (string)
+directory to search in (defaults to "")
 </dd>
-<dt><i>openFiles</i></dt>
+<dt><i>openFiles</i> (bool (optional))</dt>
 <dd>
-flag indicating to operate on open files (boolean)
+flag indicating to operate on open files only
+            (defaults to False)
 </dd>
 </dl>
 <a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a>

eric ide

mercurial