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 157500 - Code Format breaks line for assignment statement
Summary: Code Format breaks line for assignment statement
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 155841
  Show dependency tree
 
Reported: 2009-01-27 14:19 UTC by Alexandr Scherbatiy
Modified: 2009-03-23 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2009-01-27 14:19:17 UTC
Steps to reproduce:
JavaFX_NB_Plugin_Franca_NB_65_fixes_promoted_SDK_installer:  #17  27-Jan-2009 13:44:49

  Product Version         = NetBeans IDE 6.5 (Build 200901261801)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_12-ea; Java HotSpot(TM) Client VM 11.2-b01; Sun Microsystems Inc.


- Copy the code to the editor:
-------------------------------------------------
var programs = Util.loadFXObject("test.Test") as Test[];
-------------------------------------------------
- Format the code
The result is 
-------------------------------------------------
var programs = 
Util.loadFXObject("test.Test") as Test[];
-------------------------------------------------
Comment 1 Rastislav Komara 2009-01-30 11:53:12 UTC
Moving to future.
Comment 2 Rastislav Komara 2009-03-02 10:15:18 UTC
reassigning to new owner.
Comment 3 Anton Chechel 2009-03-19 18:25:52 UTC
fixed, old reformat has been disabled
Comment 4 Alexandr Scherbatiy 2009-03-23 12:53:51 UTC
verified in JavaFX_NB_651_Plugin:  #70 	20-Mar-2009 20:36:54