Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 28635 - [Markers] Multi select for quick fix of markers
Summary: [Markers] Multi select for quick fix of markers
Status: RESOLVED DUPLICATE of bug 23889
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 12:53 EST by Matthew Conway CLA
Modified: 2005-11-02 09:11 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Conway CLA 2002-12-18 12:53:28 EST
I would like to be able to perform a quick fix on multiple selected markers.

I've implemented a custom marker for my plugin, and a markerResolution for
"fixing" those tasks, and everything seems to work fine when I single select a
task and "Quick fix..." it within the Tasks view. However, if I select multiple
tasks, the "Quick Fix..." menu item is still active, but selecting it does nothing.

If all the tasks are the same type, it should use the chosen resolution for all
 tasks, or at least add a checkbox to the resolution selection UI to choose that
behavior.

If multiple different markers are selected, then maybe the quick fix action
should be disabled.  Otherwise, you could prompt the user for a resolution for
each marker type, with the same functionality as above to apply that resolution
to all markers from the selection of the same type (kinda like the "Yes to All"
functionality common to many dialogs)
Comment 1 Tod Creasey CLA 2005-11-02 09:11:40 EST

*** This bug has been marked as a duplicate of 23889 ***