Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.0.Release
-
Component/s: Quick fix/assist
-
Labels:None
-
Number of attachments :
Description
This is a very commonly used quick fix in the Java editor. It allows you to do the following:
new Object()//CTRL + 2L
to produce:
Object object = new Object()
Activity
Stephanie Van Dyk
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Stephanie Van Dyk [ sevandyk ] |
Stephanie Van Dyk
made changes -
| Attachment | org.codehaus.groovy.eclipse.ui.patch [ 59523 ] |
Stephanie Van Dyk
made changes -
| Attachment | org.codehaus.groovy.eclipse.ui.patch [ 59569 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.7.0.Release [ 18349 ] | |
| Resolution | Fixed [ 1 ] |
I've started working on this.