[konsole] [Bug 416376] FileFilter only filters files in the current working directory, but not sub-directories

Ahmad Samir bugzilla_noreply at kde.org
Mon Mar 23 07:49:05 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=416376

--- Comment #4 from Ahmad Samir <a.samirh78 at gmail.com> ---
With this patch:
- we get the list of files in the current dir, these are underlined (previous
behaviour)
- we get the list of sub-dirs and underline all files that have a path that
begins with one of the sub-dir names, but we don't check that any files in the
sub-dirs actually exist.

It's not ideal, but it's a trade-off, listing all the sub-dirs would be costly
performance-wise (and how much depth? 2-3 folders deep or more?), and the use
cases of e.g. using 'ls', or files in the output of 'grep' would work.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list