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 72855 - Override methods... adds sources not at current cursor position
Summary: Override methods... adds sources not at current cursor position
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 17:14 UTC by oleksiys
Modified: 2010-09-23 08:36 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 oleksiys 2006-02-20 17:14:23 UTC
When using Override methods feature - method bodies are added not at current
cursor position, but at the end of class.
Probably adding to current cursor position will be more correct.
Comment 1 J Bachorik 2006-02-21 09:40:49 UTC
Actually, it woulb be best to let the user choose where he wants to put the
newly generated methods (as in Eclipse eg.)