Bug 71896 - File selector view should have "sort by extension"
Summary: File selector view should have "sort by extension"
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: file selector (show other bugs)
Version: 3.0.0b2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-05 11:33 UTC by Oded Arbel
Modified: 2008-06-29 17:18 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 Oded Arbel 2004-01-05 11:33:25 UTC
Version:           3.0.0b2 (using KDE 3.1.94 (CVS >= 20031206), compiled sources)
Compiler:          gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-4mdk)
OS:          Linux (i686) release 2.6.0-0.3mdk-i686-up-4GB

When viewing a directory in the file selector, it will be really helpful to be able to sort by extension or mime type like in konqueror.

For example - I have a java project and for each java file I have a class file. it will greatly reduce the amount of noise I have to deal with when browsing a package directory if I could sort it to have all the "*.java" files in front.
Comment 1 Amilcar do Carmo Lucas 2004-01-06 18:53:24 UTC
Why don't you use file groups instead ?
Comment 2 Oded Arbel 2004-01-07 10:02:43 UTC
Subject: Re:  File selector view should have "sort by extension"

> Why don't you use file groups instead ?

Because:
a) I have to set the groups manually - so if I browse to somewhere and find 
something I didn't expect, I have to go to file groups and add another group 
by hand.
b) file groups are based on extension while Konqy's "type" is based on 
MIME-Types - much better distinction, especially for extensionless files.
c) the file groups aren't hierarchic , so I have all files from all of the 
directories. and if you use a lot of packages in Java, which any decent large 
java project will have, then its quite a mess.
d) with the file browser I can see files not directly under my project's home, 
with file groups I can't.
e) File groups can't be sorted by location.. ooohhh.. another bug ;-)

Comment 3 Andreas Pakulat 2008-06-29 17:18:31 UTC
file-selector is dead in kdev4, the kdelibs KDirOperator component might support that, if not file a wish against that.