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 - smart indent with 'else' not indenting
Summary: smart indent with 'else' not indenting
Status: RESOLVED DUPLICATE of bug 188112
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 02:25 UTC by CaptainJim
Modified: 2011-02-04 17:44 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 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 ***