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 195011

Summary: smart indent with 'else' not indenting
Product: editor Reporter: CaptainJim
Component: Formatting & IndentationAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description CaptainJim 2011-02-03 02:25:55 UTC
If you create an 'if' statement like the one below the else will appear left justified (sometimes with a space in front) instead of tabbed over.  This is new from 6.8 to 6.9.

	if (true)
	{
		
	}
	
else
Comment 1 Dusan Balek 2011-02-04 17:44:39 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 188112 ***