Bug 350317

Summary: Auto brackets, auto parenthesis, etc missing
Product: [Applications] kate Reporter: regindk
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: grave CC: cullmann, george.embrey, henrikki.almusa, herve, regindk, zanetu
Priority: HI    
Version: 5.0.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: http://www.reddit.com/r/kde/comments/3cp0an/what_happened_with_autobrace_in_kate/
Latest Commit: Version Fixed In:

Description regindk 2015-07-17 12:39:09 UTC
The following is missing after upgrade to Kate 5.0:
- Auto brackets {}
- Auto parenthesis ()
- Auto brace []
- Auto '' and ""


Reproducible: Always
Comment 1 Dominik Haumann 2015-07-18 15:03:47 UTC
*** Bug 347569 has been marked as a duplicate of this bug. ***
Comment 2 Hervé Fache 2015-08-19 21:55:49 UTC
Hi Dominik,

You wrote "Should be brought back for the KDE Applications 15.08 release." but I am using Kubuntu 15.10 which has kate 15.07.90 and the plugin does not seem to be there... or has it moved again?
Comment 3 Dominik Haumann 2015-08-20 10:26:49 UTC
We didn't find the time to port it... Sorry. It's just not there yet.
Comment 4 Christoph Cullmann 2015-10-08 10:41:40 UTC
Git commit 375801741a8a27ba421489620f325a049a01ef46 by Christoph Cullmann.
Committed on 08/10/2015 at 10:40.
Pushed by cullmann into branch 'master'.

CHANGELOG: auto brackets
started to implemented again the auto brackets feature
ATM only the matching closing brackets are inserted on typing, more to follow

M  +44   -0    src/document/katedocument.cpp

http://commits.kde.org/ktexteditor/375801741a8a27ba421489620f325a049a01ef46
Comment 5 Christoph Cullmann 2015-10-08 11:16:05 UTC
Git commit 48d9103b2736f07a77e6c809857a829de0276a95 by Christoph Cullmann.
Committed on 08/10/2015 at 11:11.
Pushed by cullmann into branch 'master'.

implement brackets insert on writing a bracket over a selection

M  +104  -60   src/document/katedocument.cpp

http://commits.kde.org/ktexteditor/48d9103b2736f07a77e6c809857a829de0276a95
Comment 6 Christoph Cullmann 2015-10-08 11:19:04 UTC
Basic auto brackets is back in ktexteditor master. More can be done in other open bugs about missing features/problems with that feature.
Comment 7 Christoph Cullmann 2015-10-08 11:20:59 UTC
*** Bug 347645 has been marked as a duplicate of this bug. ***
Comment 8 Christoph Cullmann 2015-10-08 11:23:27 UTC
*** Bug 325035 has been marked as a duplicate of this bug. ***