https://bugs.kde.org/show_bug.cgi?id=416376
Bug ID: 416376 Summary: File highlighting doesn't match subdirectories Product: konsole Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: konsole-de...@kde.org Reporter: default_357-l...@yahoo.de Target Milestone: --- SUMMARY Files in the current folder are underlined fine. However, files in subfolders are not. STEPS TO REPRODUCE 1. Turn on "underline files" in the "mouse" page of the profile settings 2. mkdir foo 3. touch foo/bar.txt 4. echo foo/bar.txt OBSERVED RESULT foo/bar.txt is not underlined and cannot be click-opened. EXPECTED RESULT foo/bar.txt should be underlined. NOTES The FileFilter only recognizes files in the current directory. Instead of checking for that list of files, it should chop off "foo/", check that "foo" is a folder in the current directory, and if yes, check the whole name. This should have low performance impact. BENEFITS kdevelop's konsole kpart would get "click error to open file" for free. -- You are receiving this mail because: You are watching all bug changes.