Bug 71553 - C++ headers recognized as C headers
Summary: C++ headers recognized as C headers
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: editor integration (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-31 16:16 UTC by Milan Mimica
Modified: 2008-08-23 22:54 UTC (History)
0 users

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 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!