Bug 25338 - [correction] Extend IMarkerResolution Interface to allow proposals through editor, show a code preview.
Summary: [correction] Extend IMarkerResolution Interface to allow proposals through ed...
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2002-10-24 12:22 EDT by Gina Assaf CLA
Modified: 2007-06-22 10:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gina Assaf CLA 2002-10-24 12:22:17 EDT
Currently using IMarkerResolution to contribute quick fixes to the editor, code 
previews cannot be displayed for the correction proposals. 
One request would be to be able to extend IMarkerResolution to allow providing 
a code preview for the correction proposal that would show up in the pop up 
window next to the proposal in the editor.
Comment 1 Tod Creasey CLA 2005-08-05 13:26:58 EDT
Quick fix is an text item.
Comment 2 Dani Megert CLA 2005-08-08 09:12:29 EDT
If you are targeting the Java editor then you should take a look at the
following two extension points:
  org.eclipse.jdt.ui.quickAssistProcessors
  org.eclipse.jdt.ui.quickFixProcessors

If not, please reopen and provide more details (e.g. how you contribute the
quick fixes, what editor you're targeting, etc.).
Comment 3 Dani Megert CLA 2007-06-22 09:59:45 EDT
Get rid of deprecated state.
Comment 4 Dani Megert CLA 2007-06-22 10:04:54 EDT
.