Bug 128680

Summary: incorrect inserting of nested parentheses
Product: [Applications] kate Reporter: Mindaugas Lukosius <m.lukosius>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Mindaugas Lukosius 2006-06-05 13:30:26 UTC
Version:           2.5.2 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu18 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-23-386

Ok,

Auto brackets option is ON.
I start by inserting a pair of brackets, like this:
()

Then:
($row = mysql_fetch_array)

Now I need insert pair of round brackets after word 'array'. I get result like this:
($row = mysql_fetch_array()

But I think it should be like:
($row = mysql_fetch_array() )

The same problem is with other type of brackets, quatation marks. It doesn't see, that there is already one simbol before.
It wasn't like this in earlier versions of Kate.
Comment 1 Dominik Haumann 2006-06-05 13:44:01 UTC
True, it was changed by intention. See bug #117716 and bug #101213 for further infos.

*** This bug has been marked as a duplicate of 117716 ***