Feature #513

Missing c++ "logical" keywords in CodeEditor

Added by Zbigniew Rebacz about 11 years ago. Updated about 11 years ago.

Status:ApprovedStart date:09/08/2013
Priority:LowDue date:09/08/2013
Assignee:Zbigniew Rebacz% Done:

100%

Category:IDEEstimated time:1.00 hour
Target version:-Spent time:-

Description

I noticed that CodeEditor dosen't recognize logical keywords such as "not", "and" or "not_eq". For example:
#include <iostream>

using namespace std;

int main() {
int not;
return 0;
}
This code doesn't compile, because "not" is keyword.

Moreover I added "asm" keyword.

More information you can find on cppreference: www.en.cppreference.com/w/cpp/keyword.

Highlight.cpp Magnifier (27.1 KB) Zbigniew Rebacz, 09/08/2013 12:28 AM

History

#1 Updated by Zbigniew Rebacz about 11 years ago

  • Status changed from New to Ready for QA

#2 Updated by Miroslav Fidler about 11 years ago

  • Status changed from Ready for QA to Approved

Also available in: Atom PDF