Bug 570868 - C++ keywords in comments show up as misspelled words
Summary: C++ keywords in comments show up as misspelled words
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 10.1.0   Edit
Hardware: PC Linux
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-03 04:22 EST by Eyal Rozenberg CLA
Modified: 2021-02-03 04:22 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg CLA 2021-02-03 04:22:58 EST
I'm using Eclipse CDT 2020-12 R (in a workspace from previous versions of Eclipse

Opening an .hpp file with some commented-out code, I notice that the speller marks C++ keywords such as namespace and bool as mis-spelled.

IMHO this shouldn't happen (although there are multiple ways to avoid this I suppose).