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+).
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
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