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

2020-12-11 Thread Vadim A. Misbakh-Soloviov
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #10 from Vadim A. Misbakh-Soloviov (mva) --- btw, I just found that filter matches (and so konsole underlines) **ALL** the strings **starting with** known file name (not only between ''s). Preconditions: I have "dev" and "1" directories in

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

2020-12-11 Thread Vadim A. Misbakh-Soloviov
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #9 from Vadim A. Misbakh-Soloviov (mva) --- Well, I think, if it at would least check for "/" after "t", that would be more correct behaviour and I would not encounter that bug. // by the way, it would also be nice to react on relative

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

2020-12-11 Thread Vadim A. Misbakh-Soloviov
https://bugs.kde.org/show_bug.cgi?id=416376 Vadim A. Misbakh-Soloviov (mva) changed: What|Removed |Added Resolution|FIXED |--- CC|

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

2020-03-23 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #7 from Ahmad Samir --- And patches to improve file path matchinh are welcome of course. :) -- You are receiving this mail because: You are watching all bug changes.

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

2020-03-23 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #6 from Ahmad Samir --- (In reply to FeepingCreature from comment #5) > Why not just check if the file exists once you encounter it? Performance: https://cgit.kde.org/konsole.git/commit/?id=2322c5605ea267e766f8795731263738f9e60dcc -- You

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

2020-03-23 Thread FeepingCreature
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #5 from FeepingCreature --- Why not just check if the file exists once you encounter it? There's no need to build a recursive list in advance. -- You are receiving this mail because: You are watching all bug changes.

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

2020-03-23 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #4 from Ahmad Samir --- 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

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

2020-03-23 Thread FeepingCreature
https://bugs.kde.org/show_bug.cgi?id=416376 --- Comment #3 from FeepingCreature --- In the case that a filename matched one of the things in the current directory, you still need to check that it actually exists, though, right? -- You are receiving this mail because: You are watching all bug

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

2020-03-22 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=416376 Ahmad Samir changed: What|Removed |Added Latest Commit||https://invent.kde.org/kde/ |

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

2020-03-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=416376 Kurt Hindenburg changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

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

2020-01-20 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=416376 Ahmad Samir changed: What|Removed |Added Summary|File highlighting doesn't |FileFilter only filters |match