------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=140811 Summary: auto completion of braces fails if next character is a closing brace Product: kdevelop Version: 3.3.5 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: Wolfram.R.Sieber GMail com Version: 3.3.5 (using KDE 3.5.5, Debian Package 4:3.5.5a.dfsg.1-5 (4.0)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.18-3-k7 Simplest case: The file currently edited contains nothing but a closing brace. The cursor's in front of that brace: |) Now, I want an auto-completed set of braces in front of that closing one. I hit "(". Results in: (|) Kate behaves differently from that. There, the result is ()|) -- that's what's familiar from Kate, hence I'd expect it. Can the situation be solved, or is it just a case of taste? Then, could there be an option turning on/off the one or the other behaviour?