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

Summary: Drag'n'Drop function in Code Order views
Product: java Reporter: Jindrich Dinga <jdinga>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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.