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 151226 - Code Format: indents move each time
Summary: Code Format: indents move each time
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 22:17 UTC by Lark Fitzgerald
Modified: 2008-10-28 11:29 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-10-23 22:17:31 UTC
Product Version: NetBeans IDE 6.5 RC1 (Build 200810171318)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-b02
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Promoted NBM build 49 contains SDK 43

1. paste in this source

    var radius = 0;

        Timeline {
            repeatCount: Timeline.INDEFINITE;
            keyFrames: [
                KeyFrame {
                    time: 1s
            
                }
            ]
        }.play()

2. Format it (it moves)
3. Format it again (it moves again)

The Timeline should be left justified since it is not a child of anything.
Comment 1 Rastislav Komara 2008-10-27 17:38:55 UTC
Fixed.
Comment 2 Alexandr Scherbatiy 2008-10-28 11:29:58 UTC
verified in 2008-10-28_03-01-09.zip