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 - [65cat] Place semi-colon after function brackets
Summary: [65cat] Place semi-colon after function brackets
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 21:03 UTC by dynamite
Modified: 2014-10-06 13:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.