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

Summary: Implement Method...
Product: cnd Reporter: der-muell
Component: -- Other --Assignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.2.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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