Summary: | Wrong generation of double prime when it is used as acute accent | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Andrea <andrea.turrini> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, thomas.braun |
Priority: | NOR | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrea
2008-03-11 11:22:15 UTC
Hi, do you have autobrackets in the editor settings (configure kile->editor->Editing) turned on? If yes, this is a katepart bug and I would forwared them to the kwrite people. Thanks, Thomas Hi Thomas, yes, it is turned on. Regards, Andrea Hello Kate devs, the autobrackets function in configure kate->editing states in the tooltip that it completes ([,( and {(. But it also completes ' and ". This is neither documented nor desired inside kile. I have tested the KDE 3.5.5 and KDE 4.1 version of kate. Thanks a lot, Thomas (member of kile dev team) probably the handling of the auto brackets should be done in the indenter scripts? Then for Kile, it would work as expected maybe... We now only use the auto-bracket plugin, that let you configure this and even detects \'. Git commit d51d4820a854985a833f28f1facac9d9287466ab by Christoph Cullmann. Committed on 02/11/2012 at 23:11. Pushed by cullmann into branch 'master'. remove auto bracket feature in kate the auto bracket plugin is much more versatile added to it feature to auto-complete { for tex, too BUG: 241104 BUG: 198540 M +0 -5 doc/kate/configuring.docbook M +0 -1 ktexteditor/configinterface.h M +0 -10 part/dialogs/editconfigwidget.ui M +0 -4 part/dialogs/katedialogs.cpp M +10 -86 part/document/katedocument.cpp M +0 -10 part/plugins/autobrace/autobrace.cpp M +3 -2 part/syntax/data/modelines.xml M +0 -23 part/utils/kateconfig.cpp M +0 -5 part/utils/kateconfig.h M +0 -5 part/variableeditor/variablelineedit.cpp http://commits.kde.org/kate/d51d4820a854985a833f28f1facac9d9287466ab |