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 139944

Summary: [65cat] Place semi-colon after function brackets
Product: javascript Reporter: dynamite <dynamite>
Component: -- Other --Assignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description dynamite 2008-07-14 21:03:44 UTC
In Java files when the semi-colon character is typed it is placed after the function brackets.  I can now appreciate
just how nice this is given that in JavaScript files the semi-colon character always goes where the cursor is - even if
that is in between function brackets.  It would be great if the placing of the semi-colon in JavaScript files followed
function brackets.