Bug 44731 - [Markers] Key binding for Quick Fix does not work.
Summary: [Markers] Key binding for Quick Fix does not work.
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2003-10-12 17:22 EDT by Gary Gregory CLA
Modified: 2009-08-30 02:11 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Gregory CLA 2003-10-12 17:22:50 EDT
I've added a Ctrl-1 binding for "Quick Fix" in the "Edit" category for "In
General", which is in addition to the existing Ctrl-1 binding for "Edit/Editing
Java Source".

My hope was to be able to hit Ctrl-1 while in the Problems View in a Java
Browsing Perspective. This does not work. I guess that "Edit/In General" applies
to the editor pane only and not to the Problems view. Bummer. 

I am trying to speed up my very repetitive application of Quick Fixes for the
compiler warnings. If being able to apply >1 Quick Fix were working from the
Problems View, this would not be as much of an issue.
Comment 1 Gary Gregory CLA 2003-10-12 17:26:13 EDT
Version 3.0.m4.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=27439
Comment 2 Douglas Pollock CLA 2003-12-02 12:49:09 EST
This sounds more like an enhancement request for JDT to expand the functionality
of the "Quick Fix" command.  Punting to JDT UI.  Changing to enhancement.
Comment 3 Dirk Baeumer CLA 2003-12-02 13:20:45 EST
The problem is that we have to make the quick fix action retargable so that 
the problems view can provide a corresponding handler. Have to investigate if 
this is doable since the Edit menu is currently owned by the editor.
Comment 4 Dirk Baeumer CLA 2004-05-06 17:46:26 EDT
This will very likely not happen for 3.0.
Comment 5 Dirk Baeumer CLA 2004-09-14 09:22:13 EDT
The Quick Fix action is currently contributed by the editor. To solve this 
issues the Edit->Quick Fix action has to be provided by Platform/UI as a 
retargable action and the editor and the problems view must provide the 
implementations.

Moving to Platform/UI.
Comment 6 Dani Megert CLA 2005-01-06 03:49:22 EST
See also fixed bug 74675: the quick fix command and the corresponding key
binding have been moved from JDT UI to org.eclipse.ui.ide i.e. it is now
possible to retarget that command.
Comment 7 Douglas Pollock CLA 2005-05-11 08:44:59 EDT
This is a request for a handler to be created for "Quick Fix"
("org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals") in the
"Problems View".  Both this command and this view are defined in
"org.eclipse.ui.ide".

Moving to Stefan, as this is a [MarkersView] enhancement request.
Comment 8 Tod Creasey CLA 2006-04-07 10:31:13 EDT
There are currently no plans to work on this feature
Comment 9 Denis Roy CLA 2009-08-30 02:11:33 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.