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

Summary: incorrect indentation on a new line
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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