This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220978 - Implement Method...
Summary: Implement Method...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-28 18:49 UTC by der-muell
Modified: 2012-10-31 09:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description der-muell 2012-10-28 18:49:14 UTC
Product Version = NetBeans IDE 7.2.1 (Build 201210100934)
Operating System = Linux version 3.2.0-23-generic running on amd64
Java; VM; Vendor = 1.6.0_24
Runtime = OpenJDK 64-Bit Server VM 20.0-b12

Hi,

It would be an big enhancement if I could implement a method with some mouse clicks.
(see Eclipse 3.7.2):

1.) Method declaration:

Example: newClass.h:
{
...
int testMethod();
...
}

2.) Right Mouse click  (additionally in the Menu etc) -> Implement Method...
3.) Select methods to implment
4.) Diff of the old newClass.cpp and the new newClass.cpp with the implemented method
5.) Decision on the new place of the new method. (Begin or end of the file, alphabetically by name a-z, z-a, go through the code with up and down arrows) (Default at the end of the file newClass.cpp).


Thanks,

Sebastian