Bug 349003 - support opening multiple tasks at once
Summary: support opening multiple tasks at once
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.7   Edit
Assignee: Abner Ballardo CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy, plan
Depends on:
Blocks:
 
Reported: 2011-06-10 05:50 EDT by sparrow Mising name CLA
Modified: 2012-02-17 16:01 EST (History)
2 users (show)

See Also:


Attachments
Patch fixing this bug (2.20 KB, patch)
2011-06-12 02:34 EDT, Abner Ballardo CLA
eclipse: iplog+
Details | Diff
mylyn/context/zip (18.81 KB, application/octet-stream)
2011-06-12 02:34 EDT, Abner Ballardo CLA
no flags Details
modified patch (4.37 KB, patch)
2011-06-13 03:16 EDT, Frank Becker CLA
no flags Details | Diff
mylyn/context/zip (3.95 KB, application/octet-stream)
2011-06-13 03:16 EDT, Frank Becker CLA
no flags Details
screenshot (30.14 KB, image/png)
2012-02-17 16:01 EST, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sparrow Mising name CLA 2011-06-10 05:50:29 EDT
It would be nice to be able to open multiple tasks at once in the Open Task dialog (Ctlr+F12). It would be consistent with other Eclipse dialogs (eg. Ctrl+Shift+R).
Comment 1 Abner Ballardo CLA 2011-06-12 02:34:51 EDT
Created attachment 197852 [details]
Patch fixing this bug

Hi. This patch enables opening multiple tasks.
Comment 2 Abner Ballardo CLA 2011-06-12 02:34:56 EDT
Created attachment 197853 [details]
mylyn/context/zip
Comment 3 Frank Becker CLA 2011-06-13 03:16:37 EDT
Created attachment 197874 [details]
modified patch

Here is what is now in HEAD.

There where two other places where TaskSelectionDialog was called and they must be in single selection mode(CopyContextHandler, TaskSelectionDialogWithRandom).

Steffen,

can we backport this to 3.6.1?
Comment 4 Frank Becker CLA 2011-06-13 03:16:39 EDT
Created attachment 197875 [details]
mylyn/context/zip
Comment 5 Frank Becker CLA 2011-06-13 03:27:27 EDT
Steffen,
I got an error while I commit this patch to HEAD. Reason is that I can not commit on org.eclipse.mylyn.context project.

Can you please commit the whole pach?

I reverted the other because of the build errors.
Comment 6 Steffen Pingel CLA 2011-06-20 09:50:52 EDT
I have applied the patch with a minor modification. I added another constructor with a boolean flag to enable multi selection mode in order to maintain backwards compatibility. Thanks for the contribution!
Comment 7 Steffen Pingel CLA 2012-02-17 16:01:04 EST
Created attachment 211217 [details]
screenshot