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 188214 - Invalid javascript indentation of curly brackets
Summary: Invalid javascript indentation of curly brackets
Status: CLOSED DUPLICATE of bug 120680
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 18:45 UTC by artur_m
Modified: 2012-08-31 10:51 UTC (History)
4 users (show)

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 artur_m 2010-06-29 18:45:03 UTC
Please type in js file: if(1)<enter>{<enter>
Result is:
if(1)
	{
		|
	}
Expected result should be:
if(1)
{
	|
}
I beg for PHP-module-like solution in Options/Editor/Formatting :-)
Comment 1 killermonk 2010-10-15 17:51:01 UTC
It does this in 6.8 as well
Comment 2 IanCollins 2010-10-25 03:20:06 UTC
Any information on haw to change this will be most appreciated!
Comment 3 Filip Zamboj 2010-10-25 03:38:34 UTC
http://wiki.netbeans.org/BugPriorityGuidelines => P3
Comment 4 CaptSaltyJack 2011-08-14 01:51:03 UTC
Dupe of 120680. Very old bug, still unresolved.

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