History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-19214
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Peter Hendry
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Closing brace of brace pair not recognized as existing brace

Created: 04 Jul 07 07:10   Updated: 19 Jul 07 20:29
Component/s: Editor. Editing Text
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: WinXP SP2

Build: 7,041
Severity: Medium


 Description  « Hide
When adding a { character for array initialization it automatically adds the } for me. But when I get to the end of the initialization and type the } it should accept it as the one that is already present and continue typing after it. But instead it adds it before the inserted one so I now have 2 of them and am still typing before the second.

So instead of ending up with

new String[] {"hello"}_

I have

new String[] {"hello"}_}

where _ is the cursor position after typing }.

This is a regression since 6.X I believe.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.