Community
Participate
Working Groups
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)
*** This bug has been marked as a duplicate of 23889 ***