Bug 296006

Summary: Replacement of ç not so good
Product: [Applications] kile Reporter: Olivier Delaune <olivier.delaune>
Component: editorAssignee: Michel Ludwig <michel.ludwig>
Status: RESOLVED FIXED    
Severity: minor CC: wjcorrea
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Olivier Delaune 2012-03-14 17:00:16 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build Identifier: 

Hello, I use actually kile 2.1.1 with KDE 4.6.5. I write in French and so I use option to replace automatically "special" letters like é, è, à, ... by \'e, \`e, \`a, ... It works fine for most of them but I dound a problem with the letter "ç". Indeed, kile replace ç by \cc. Problem happens "ç" is in the middle of a word. For example, leçon will be replace by le\ccon and thus \ccon will interpreted as a LaTeX command. It would be fine if kile replaces "ç" by \c{c}.
Thanks

Reproducible: Always
Comment 1 Michel Ludwig 2012-03-17 21:54:11 UTC
Git commit 4e5b2ea133ed1e625085b409dc3fc86ac6e98964 by Michel Ludwig.
Committed on 17/03/2012 at 22:47.
Pushed by mludwig into branch 'master'.

Correctly insert '\c{c}' for the cedilla character
Related: bug 289529

M  +5    -3    src/editorextension.cpp
M  +36   -35   src/eventfilter.cpp

http://commits.kde.org/kile/4e5b2ea133ed1e625085b409dc3fc86ac6e98964
Comment 2 Michel Ludwig 2012-03-17 22:32:53 UTC
Git commit 7b9052a565c078c60d1e5fdf18a4add0a409b4d3 by Michel Ludwig.
Committed on 17/03/2012 at 22:47.
Pushed by mludwig into branch '2.1'.

Correctly insert '\c{c}' for the cedilla character
Related: bug 289529

M  +5    -3    src/editorextension.cpp
M  +36   -35   src/eventfilter.cpp

http://commits.kde.org/kile/7b9052a565c078c60d1e5fdf18a4add0a409b4d3