Bug 71553

Summary: C++ headers recognized as C headers
Product: [Developer tools] kdevplatform Reporter: Milan Mimica <milan.mimica>
Component: editor integrationAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Milan Mimica 2003-12-31 16:16:36 UTC
Version:           3.0.0b (using KDE KDE 3.1.1a)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3 
OS:          Linux

All my C++ headers (*.h extension) are recognized as C headers and highlight mode is set to C, regardless my headers are full of C++ keywords. I have to manualy switch to C++ highlight. :-(
Comment 1 Amilcar do Carmo Lucas 2004-01-06 18:16:34 UTC
Are you sure that you are talking about KDevelop and not about Kate?

beta1, beta2 or CVS ?
Comment 2 Jens Dagerbo 2004-01-06 19:36:35 UTC
Yeah, I agree. This is probably a Kate issue.
Comment 3 Milan Mimica 2004-01-06 20:58:18 UTC
beta2
Sorry, I didn't noticed that because I don't use Kate.
Comment 4 Amilcar do Carmo Lucas 2004-01-06 21:08:59 UTC
Are you using Qeditor or kvim then ?
Comment 5 Milan Mimica 2004-01-06 23:46:46 UTC
Nope, just kdevelop and vim. Why? Do they have the same problem?
Comment 6 Amilcar do Carmo Lucas 2004-01-07 11:03:08 UTC
I'm talking about:
Settings -> Configure KDevelop... -> Editor

Are you using:
Advanced Text Editor (KATE),
Qt designer based Text editor (Qeditor),
or
KVIM
?

Which KDE version?

Which Qt version?
 
Comment 7 Milan Mimica 2004-01-07 11:49:31 UTC
Using Kate, KDE 3.1.1a, QT 3.1.1
Comment 8 Christoph Cullmann 2004-01-07 20:58:51 UTC
fixed in kate cvs, will be using cpp hl in kde 3.2
Comment 9 Milan Mimica 2004-01-07 21:40:25 UTC
Thank you!