Bug 226529 - Kate file browser plugin: filtering broken
Summary: Kate file browser plugin: filtering broken
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-12 13:31 UTC by Andy
Modified: 2010-02-15 12:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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