Bug 226529

Summary: Kate file browser plugin: filtering broken
Product: [Applications] kate Reporter: Andy <andy>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andy 2010-02-12 13:31:56 UTC
Version:           3.4.0 (using KDE 4.4.0)
Compiler:          gcc 4.1.1 
OS:                Linux
Installed from:    Ubuntu Packages

Since KDE 4.4.0 Kate's file browser plugin has the following problems:

1) filtering seems to be unstable. Sometimes is does nothing, sometimes it works almost correctly. "Almost" -- because "*.py" yields foo.py _and_ foo.py~ while "*.py *.html" yields foo.py and foo.html. There's no way to tell Kate to show only foo.py. Before KDE 4.4 "*.py" yielded only foo.py as expected.

2) existing per-session filtering settings from prev. Kate version are ignored (they don't appear in the textbox anymore when I restore a session).

This problem was not present in various versions of Kate including some moderately recent "experimental packages" for Kubuntu (4.3+).
Comment 1 Dominik Haumann 2010-02-15 12:08:27 UTC
SVN commit 1090474 by dhaumann:

fix: Kate file browser plugin: filtering broken
BUG: 226529


 M  +3 -4      katefilebrowser.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1090474
Comment 2 Dominik Haumann 2010-02-15 12:16:19 UTC
SVN commit 1090483 by dhaumann:

backport fix: Kate file browser plugin: filtering broken
CCBUG: 226529


 M  +2 -3      katefilebrowser.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1090483