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 133238 - autoindent after [ followed by CR
Summary: autoindent after [ followed by CR
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on: 132764
Blocks:
  Show dependency tree
 
Reported: 2008-04-18 19:56 UTC by Lark Fitzgerald
Modified: 2008-07-03 10:17 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 Lark Fitzgerald 2008-04-18 19:56:21 UTC
Product Version: NetBeans IDE 6.1 RC2 (Build 200804170002)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
plugin: CB 98 2008-04-18_18-33-44.zip
Samples: Trunk 2008-04-18_02-01-55.zip
Platform: 200 (Apr 16, 2008 9:49:22 AM) javafx_sdk-1_0-pre1-windows-i586.zip


editor should autoindent after pressing [ and enter.  so

content: [
    <should put you here>
]

right now I get:

content: [
]
Comment 1 Rastislav Komara 2008-04-21 10:58:43 UTC
to fully support this feature we need code reformat.
Comment 2 Rastislav Komara 2008-04-22 17:02:09 UTC
update schedule.
Comment 3 Lark Fitzgerald 2008-06-19 15:20:52 UTC
This still occurs. Does not appear to be AST related.
Comment 4 Rastislav Komara 2008-06-27 13:38:03 UTC
Fixed.
Comment 5 Alexandr Scherbatiy 2008-07-03 10:17:53 UTC
verified