Bug 160574 - find in files: ability for multiselect and opening selected files
Summary: find in files: ability for multiselect and opening selected files
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 17:46 UTC by Maciej Pilichowski
Modified: 2010-04-09 21:04 UTC (History)
1 user (show)

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 Maciej Pilichowski 2008-04-08 17:46:38 UTC
Version:            (using KDE 3.5.9)

Well, if you found 1000 files that matches you criteria it would be nice to select 100 interesting ones from them and click RMB (or enter) and choose "open".
Comment 1 Andrius 2010-03-30 03:42:26 UTC
SVN commit 1108895 by andriusr:

Implement "Open All" and "Open Selected" features in "Find in Files" operation. <http://reviewboard.kde.org/r/3416/>
FEATURE: 160574
CCMAIL: avarga71@gmail.com
GUI: results widget now allows multi-selection and two buttons "Open All" and "Open Selected" have been added.


 M  +51 -1     kateresultview.cpp  
 M  +2 -0      kateresultview.h  
 M  +55 -37    resultwidget.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108895
Comment 2 Dominik Haumann 2010-04-02 12:16:17 UTC
Thinking again about it: Instead of two buttons with quite long text, maybe it would be better to use QPushButton::setMenu (http://doc.trolltech.com/4.6/qpushbutton.html#setMenu)? Then we could have a single button "Open" with the two entries "Selected Files" and "All Files"?
Especially given that both are probably rather rarely used actions.
(I plan to add a small line edit on the left for a quick search, that's why space matters).
Comments? :)
Comment 3 Andrius 2010-04-02 18:26:13 UTC
Sounds a nice plan :)
Comment 4 Dominik Haumann 2010-04-02 19:50:25 UTC
Are you going to implement this or should I do it?
Comment 5 Andrius 2010-04-02 23:51:34 UTC
Please do so, I've just made a total confusion when reinstalling grub that messed up all my partitions, it'll take a while for me to set up svn etc...
Comment 6 Andrius 2010-04-09 03:48:46 UTC
I've seen this has been changed in kate git but not in svn, how are the merging from git into svn being controlled?
Comment 7 Dominik Haumann 2010-04-09 21:04:05 UTC
Christoph merges it about once a week. It will be there...