Bug 71770 - [quick fix] Template mode for "add unimplemented methods"
Summary: [quick fix] Template mode for "add unimplemented methods"
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 07:35 EDT by Ilja Preuss CLA
Modified: 2009-01-23 11:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilja Preuss CLA 2004-08-11 07:35:16 EDT
It would be nice if the "add unimplemented methods" quick fix would enter 
template mode, so that hitting the tab key would cycle through the bodies of 
the added methods.
Comment 1 Dan Allen CLA 2004-09-29 14:13:15 EDT
It would be especially nice if, after adding the new methods, hitting the tab
key would cycle through the parameters of the added methods to select custom
names, especially since the default names are so generic (arg0, arg1, arg2...)