Bug 302589 - Code completion should not show C++ keywords if file is C
Summary: Code completion should not show C++ keywords if file is C
Status: RESOLVED DUPLICATE of bug 57156
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 4.3.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 19:06 UTC by Rolf Eike Beer
Modified: 2016-01-04 23:37 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 Rolf Eike Beer 2012-06-26 19:06:40 UTC
In a C file things like dynamic_cast, public, virtual, ... don't make sense to show up in the code completion list. C++ specific keywords should not show up then.

Reproducible: Always
Comment 1 Aleix Pol 2013-03-31 01:39:46 UTC
It's C++ things, so put it under C++
Comment 2 Kevin Funk 2016-01-04 23:37:49 UTC

*** This bug has been marked as a duplicate of bug 57156 ***