Bug 128680 - incorrect inserting of nested parentheses
Summary: incorrect inserting of nested parentheses
Status: RESOLVED DUPLICATE of bug 117716
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 13:30 UTC by Mindaugas Lukosius
Modified: 2006-06-05 13:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***