Bug #16848 2010-02-19 22:14

sxeraverx

Excessive close parentheses inserted after delete

Version: svn build rev 6150

What went wrong: Automatic close parenthesis insertion generated too many parentheses. Deleting open parentheses should delete corresponding automatically-inserted close parentheses.

Steps to reproduce:

* type "methodNamr("

* realize typo has been made

* hit backspace twice

* type "e("

Expected output:

"methodName(|)", where '|' represents the cursor

Actual output:

"methodName(|))", where '|' represents the cursor

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to