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 184348 - Templates are not formatted
Summary: Templates are not formatted
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks: 173487
  Show dependency tree
 
Reported: 2010-04-16 11:16 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:51 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 2010-04-16 11:16:08 UTC
NetBeans-JavaFX-Soma:  #221

  Product Version         = NetBeans IDE Dev (Build 201004140201) (#ad38c7be819e)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:

- Type in the editor:
-----------------------
public fu
----------------------

- Press Tab

The result is 
----------------------
public function FunctionName() {
     } 
----------------------

The function brackets does not have proper indentation
Comment 1 Martin Ryzl 2010-10-21 11:55:42 UTC
.
Comment 2 David Strupl 2011-05-16 13:51:28 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.