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 209520

Summary: Provide 'Move Code Element Up/Down' Actions
Product: java Reporter: Dusan Balek <dbalek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Dusan Balek 2012-03-13 14:07:57 UTC
Provide actions to move entire code elements (statements and class members) up or down. IDE should determine the element boundaries so the move action keeps the code syntactically correct.
Comment 1 Dusan Balek 2012-03-13 15:00:01 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/d5099ac46642
Comment 2 Quality Engineering 2012-03-15 12:30:08 UTC
Integrated into 'main-golden', will be available in build *201203150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d5099ac46642
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #209520: Provide 'Move Code Element Up/Down' Actions - fixed.