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 51198 - [50cat] Jump to the end of line when inserting curly bracket
Summary: [50cat] Jump to the end of line when inserting curly bracket
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-05 12:46 UTC by cezariusz
Modified: 2016-07-07 07:30 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 cezariusz 2004-11-05 12:46:09 UTC
Build 200410311900

public void test(Object o) {
    if (isValid(o|))
}

When cursor it at the | position, you can just 
press ";" to enter it at the end of line - it's 
very useful. What I would like to see is the 
same with opening brase, pressing "{" would 
insert it and the end of line, preferably 
preceded with a space, to get:

public void test(Object o) {
    if (isValid(o)) {|
}

What do you think about it?
Comment 1 Martin Matula 2004-11-13 20:39:50 UTC
java->editor
Comment 2 Roman Strobl 2005-01-21 15:57:06 UTC
Changed subcomponent to code completion.
Comment 3 cezariusz 2005-09-29 11:43:22 UTC
Any chance to include this for 5.0?
Comment 4 Martin Balin 2016-07-07 07:30:01 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss