Bug 350317 - Auto brackets, auto parenthesis, etc missing
Summary: Auto brackets, auto parenthesis, etc missing
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 5.0.0
Platform: Other Linux
: HI grave
Target Milestone: ---
Assignee: KWrite Developers
URL: http://www.reddit.com/r/kde/comments/...
Keywords:
: 325035 347569 347645 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-17 12:39 UTC by regindk
Modified: 2015-11-09 10:30 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

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