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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7994
49aa77e9c593
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
263 </dd> 263 </dd>
264 <dt><i>replTxt</i></dt> 264 <dt><i>replTxt</i></dt>
265 <dd> 265 <dd>
266 text with replacements applied (string) 266 text with replacements applied (string)
267 </dd> 267 </dd>
268 <dt><i>md5=</i></dt> 268 <dt><i>md5</i></dt>
269 <dd> 269 <dd>
270 MD5 hash of the file (string) 270 MD5 hash of the file (string)
271 </dd> 271 </dd>
272 </dl> 272 </dl>
273 <a NAME="FindFileDialog.__doSearch" ID="FindFileDialog.__doSearch"></a> 273 <a NAME="FindFileDialog.__doSearch" ID="FindFileDialog.__doSearch"></a>
284 <p> 284 <p>
285 Private slot called to enable the find button. 285 Private slot called to enable the find button.
286 </p> 286 </p>
287 <a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a> 287 <a NAME="FindFileDialog.__getFileList" ID="FindFileDialog.__getFileList"></a>
288 <h4>FindFileDialog.__getFileList</h4> 288 <h4>FindFileDialog.__getFileList</h4>
289 <b>__getFileList</b>(<i>path, filterRe</i>) 289 <b>__getFileList</b>(<i>path, filterRe, excludeHiddenDirs=False, excludeHiddenFiles=False</i>)
290 290
291 <p> 291 <p>
292 Private method to get a list of files to search. 292 Private method to get a list of files to search.
293 </p> 293 </p>
294 <dl> 294 <dl>
295 295
296 <dt><i>path</i></dt> 296 <dt><i>path</i> (str)</dt>
297 <dd> 297 <dd>
298 the root directory to search in (string) 298 the root directory to search in
299 </dd> 299 </dd>
300 <dt><i>filterRe</i></dt> 300 <dt><i>filterRe</i> (regexp object)</dt>
301 <dd> 301 <dd>
302 regular expression defining the filter 302 regular expression defining the filter
303 criteria (regexp object) 303 criteria
304 </dd> 304 </dd>
305 </dl> 305 <dt><i>excludeHiddenDirs</i> (bool)</dt>
306 <dl> 306 <dd>
307 <dt>Returns:</dt> 307 flag indicating to exclude hidden directories
308 <dd> 308 </dd>
309 list of files to be processed (list of strings) 309 <dt><i>excludeHiddenFiles</i> (bool)</dt>
310 <dd>
311 flag indicating to exclude hidden files
312 </dd>
313 </dl>
314 <dl>
315 <dt>Return:</dt>
316 <dd>
317 list of files to be processed
318 </dd>
319 </dl>
320 <dl>
321 <dt>Return Type:</dt>
322 <dd>
323 list of str
310 </dd> 324 </dd>
311 </dl> 325 </dl>
312 <a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a> 326 <a NAME="FindFileDialog.__openFile" ID="FindFileDialog.__openFile"></a>
313 <h4>FindFileDialog.__openFile</h4> 327 <h4>FindFileDialog.__openFile</h4>
314 <b>__openFile</b>(<i></i>) 328 <b>__openFile</b>(<i></i>)
336 <dd> 350 <dd>
337 line of text that should be treated (string) 351 line of text that should be treated (string)
338 </dd> 352 </dd>
339 </dl> 353 </dl>
340 <dl> 354 <dl>
341 <dt>Returns:</dt> 355 <dt>Return:</dt>
342 <dd> 356 <dd>
343 text with eol stripped (string) 357 text with eol stripped (string)
344 </dd> 358 </dd>
345 </dl> 359 </dl>
346 <a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a> 360 <a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a>

eric ide

mercurial