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 21839 - smart braces
Summary: smart braces
Status: CLOSED DUPLICATE of bug 20198
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-23 18:48 UTC by Ari Meyer
Modified: 2007-11-05 13:42 UTC (History)
0 users

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 Ari Meyer 2002-03-23 18:48:11 UTC
When you write a class or method declaration and hit 
RETURN, then want your open brace aligned with the start 
of the declaration, it doesn't appear correctly formatted.

ex: I want it to appear like this:
	public void handleComment(char[] data, int pos)
	{
	}

but it comes out initially like this:
	public void handleComment(char[] data, int pos)
 {
	}
Comment 1 Ari Meyer 2002-03-24 00:51:24 UTC
problem happens intermittantly -- at times not reproducible
Comment 2 Jan Lahoda 2002-04-08 10:56:04 UTC
This is a bug, and duplicate of Issue #20198. Currently fixed in
NetBeans main trunk.

*** This issue has been marked as a duplicate of 20198 ***
Comment 3 Quality Engineering 2003-06-30 18:00:36 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-06-30 18:11:51 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.