eric6/Documentation/Source/eric6.UI.FindFileDialog.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7994
49aa77e9c593
--- a/eric6/Documentation/Source/eric6.UI.FindFileDialog.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.UI.FindFileDialog.html	Mon Feb 01 10:38:16 2021 +0100
@@ -265,7 +265,7 @@
 <dd>
 text with replacements applied (string)
 </dd>
-<dt><i>md5=</i></dt>
+<dt><i>md5</i></dt>
 <dd>
 MD5 hash of the file (string)
 </dd>
@@ -286,27 +286,41 @@
 </p>
 <a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a>
 <h4>FindFileDialog.__getFileList</h4>
-<b>__getFileList</b>(<i>path, filterRe</i>)
+<b>__getFileList</b>(<i>path, filterRe, excludeHiddenDirs=False, excludeHiddenFiles=False</i>)
 
 <p>
         Private method to get a list of files to search.
 </p>
 <dl>
 
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-the root directory to search in (string)
+the root directory to search in
 </dd>
-<dt><i>filterRe</i></dt>
+<dt><i>filterRe</i> (regexp object)</dt>
 <dd>
 regular expression defining the filter
-            criteria (regexp object)
+            criteria
+</dd>
+<dt><i>excludeHiddenDirs</i> (bool)</dt>
+<dd>
+flag indicating to exclude hidden directories
+</dd>
+<dt><i>excludeHiddenFiles</i> (bool)</dt>
+<dd>
+flag indicating to exclude hidden files
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
-list of files to be processed (list of strings)
+list of files to be processed
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a>
@@ -338,7 +352,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 text with eol stripped (string)
 </dd>

eric ide

mercurial