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 57130 - Drag'n'Drop function in Code Order views
Summary: Drag'n'Drop function in Code Order views
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 13:38 UTC by Jindrich Dinga
Modified: 2011-08-31 14:05 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 Jindrich Dinga 2005-03-29 13:38:28 UTC
D'n'D in Navigator should have same behavior as D'n'D in Projects View.
Comment 1 David Simonek 2005-03-29 13:45:42 UTC
Yes, accepted, for post 4.1 release.
Comment 2 _ tboudreau 2005-06-30 09:24:42 UTC
Out of curiosity, how do you mean it should function?
Comment 3 Jindrich Dinga 2005-06-30 12:25:32 UTC
The behaviour should be the same: the drop indication (black line), where the user wants to place the 
file, is missing (Project view has this indication).
Comment 4 Jindrich Dinga 2005-06-30 12:48:12 UTC
Navigator should be primary used for navigation through the code. IMO I think, that not many users will 
use this function in Navigator when the rearranging of the code can be done in Editor as well.

So I am changing the issue type of this bug from Defect to Enhancement.
Comment 5 David Simonek 2008-10-20 15:59:40 UTC
Passing to java/navigation owner.
Comment 6 Vaidaskz 2011-06-16 11:54:22 UTC
I think it is very usefull. For example, according clean code rules, private methods should folow in order they are used and when you use NB refactoring tools, it places new methods not in that order I want. Cut/paste is much less comfortable.