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

Summary: Extend intelligent appending of ";" to the end of the line so it includes "{"
Product: java Reporter: vapourmile <vapourmile>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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?