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 179064 - Problem with the code formatting in the javafx editor
Summary: Problem with the code formatting in the javafx editor
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 173487
  Show dependency tree
 
Reported: 2009-12-27 19:28 UTC by leonidilyevsky
Modified: 2011-11-16 16:41 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 leonidilyevsky 2009-12-27 19:28:23 UTC
When formatting the code containing function types descriptions, it adds multiple empty lines. Example of problematic piece of code:

f.func = FXEvaluator.eval(script) as function (: Double): Double;

Looks like formatter gets confused by those colons.
Comment 1 Anton Chechel 2010-01-26 07:24:26 UTC
Works for me in SoMa. It's probably already fixed.
Comment 2 Alexandr Scherbatiy 2010-02-02 05:02:58 UTC
verified in NetBeans-JavaFX-Soma: #140