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 148343 - incorrect indentation on a new line
Summary: incorrect indentation on a new line
Status: RESOLVED WORKSFORME
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 12:34 UTC by Lukas Jungmann
Modified: 2012-02-21 14:22 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 Lukas Jungmann 2008-09-25 12:34:34 UTC
-create new groovy class
-move cursor to the position '|' and hit enter:

class Address {
|	
}

=>
 expected: cursor on the next line will be properly indented ('|' will be on column 4 as in java editor)
 actual: cursor is placed at the beginning of the line

not sure if this is P3 or P4...
Comment 1 Martin Janicek 2012-02-21 14:22:48 UTC
Most probably fixed during the development cycle, because it works just fine at
the moment --> Closing as WORKSFORME