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 170771 - cannot type a closing curly brace
Summary: cannot type a closing curly brace
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-22 21:24 UTC by newbeans
Modified: 2011-05-16 13:49 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 newbeans 2009-08-22 21:24:16 UTC
Hello, I found a strange behavior editing a JavaFX Main.FX:

Put this in your editor:

var first: Integer = 1;
var last: Integer = 5;
println("First:{first} and last:{last}");

and now delete the closing curly brace before "and", it looks like this:
println("First:{first and last:{last}");

At this point I can not type "}" after "{first", it will be replaced by a whitespace.

Thanks
Michael
Comment 1 Martin Ryzl 2010-10-21 11:54:42 UTC
.
Comment 2 David Strupl 2011-05-16 13:49:34 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.