Bug 153729 - [PATCH] Automatically add * wildcards to filter string in file selector
Summary: [PATCH] Automatically add * wildcards to filter string in file selector
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: file selector (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-09 15:58 UTC by Thomas McGuire
Modified: 2007-12-18 19:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch which automatically appends and prepends '*' (448 bytes, patch)
2007-12-09 15:59 UTC, Thomas McGuire
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McGuire 2007-12-09 15:58:48 UTC
Version:            (using KDE KDE 3.5.8)
Installed from:    Ubuntu Packages
OS:                Linux

This is a followup to bug 153279, where filter-as-you type was implemented.

As already mentioned there, I would like the * wildcard to be added automatically, to save me some typing.

I'll attach a patch for that now.
Comment 1 Thomas McGuire 2007-12-09 15:59:43 UTC
Created attachment 22429 [details]
Patch which automatically appends and prepends '*'
Comment 2 Thomas McGuire 2007-12-18 14:49:14 UTC
Any news on this? Can I commit?
It works fine for me in practice.
Comment 3 Andreas Pakulat 2007-12-18 15:49:06 UTC
Sorry, totally forgot to look at the patch. Thanks for pinging :)
Patch looks fine to me, please commit.
Comment 4 Thomas McGuire 2007-12-18 19:05:22 UTC
SVN commit 750118 by tmcguire:

Automatically add * wildcards to the start and the end of the filter string
of the file selector widget.
This makes filtering easier and faster.

FEATURE: 153729



 M  +4 -0      fileselector_widget.cpp  


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