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 108059 - Extend intelligent appending of ";" to the end of the line so it includes "{"
Summary: Extend intelligent appending of ";" to the end of the line so it includes "{"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 18:30 UTC by vapourmile
Modified: 2013-09-02 14:24 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 vapourmile 2007-06-25 18:30:45 UTC
If I type a

if (x == 10)

and type a ";" between the "10" and the ")", NetBeans puts the ";" at the end of the line where it should be. I like
this feature but why then doesn't it put a " {" at the end of the line if I type a "{" there?