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 16995 - Reorder Method/Field in class
Summary: Reorder Method/Field in class
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 16996 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-26 02:35 UTC by fleury
Modified: 2005-09-05 10:01 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 fleury 2001-10-26 02:35:20 UTC
Whereas the explorer is fine for browsing with NetBeans, the insertion point 
for auto-generated code (GUI, beans properties and firing methods, etc) is not 
too important when using NetBeans.
But when printing, or otherwise sharing the code with others (possibly not 
using NetBeans), it would be nice to have a GUI to reorder the methods and 
fields of a class, so that semantically related parts appear close to each 
other in the source.
cut/paste is very error-prone, that is why I suggest this enhancement.
Comment 1 David Konecny 2001-10-26 08:39:04 UTC
This is Java module RFE!
Comment 2 Jan Lahoda 2001-10-26 09:01:08 UTC
*** Issue 16996 has been marked as a duplicate of this issue. ***
Comment 3 Svata Dedic 2001-10-26 09:11:26 UTC
Pushing milestone (it does not seem appropriate to target 3.3 with a
new feature :-))
Anyway, the milestone can be pushed further, we are trying to focus at
the infrastructure to cover other feature requests (including this) so
we may not make it in 3.4 timeframe.
Comment 4 Svata Dedic 2002-05-21 17:50:38 UTC
Cleaning up before 4.0 planning
Comment 5 Marek Grummich 2002-07-19 17:01:36 UTC
Target milestone was changed from not determined to TBD
Comment 6 Jan Becicka 2005-01-13 13:02:18 UTC
Navigator can do that, right?
Comment 7 David Simonek 2005-01-20 12:13:22 UTC
Yes, when "Sort by Order" sorting mode is selected in JavaNavigation
(in context menu), then it's possible to perform DnD to reorder
methods/fields in claas easily. There are still some UI issues with
DnD (like better indication is needed), but functionality is there and
wroking.