This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 78147 - "asm", "typeid", "typename", "typeof" are C++ keywords
Summary: "asm", "typeid", "typename", "typeof" are C++ keywords
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 15:31 UTC by soldatov
Modified: 2007-11-01 08:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2006-06-16 15:31:01 UTC
"asm", "typeid", "typename" are C++ Keywords
But they are not highlighted in the built in editor
Comment 1 Vladimir Voskresensky 2006-06-20 21:43:40 UTC
"typeof" is one more C++ keyword
Comment 2 Vladimir Voskresensky 2006-06-29 17:59:50 UTC
Fixed.

CVS log:
Checking in CCTokenContext.java;
/cvs/cnd/src/org/netbeans/modules/cnd/editor/cplusplus/Attic/CCTokenContext.java,v
 <--  CCTokenContext.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in CCSyntax.java;
/cvs/cnd/src/org/netbeans/modules/cnd/editor/cplusplus/Attic/CCSyntax.java,v 
<--  CCSyntax.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
Comment 3 Alexander Pepin 2007-08-06 16:19:04 UTC
typeof is not highlighted.
verified in 5.5.1_u1 CND build (20070802). 
Comment 4 Vladimir Voskresensky 2007-08-27 14:32:07 UTC
fixed
- check C++ for typeof

cvs log:
Checking in CCSyntax.java;
/cvs/cnd/core/src/org/netbeans/modules/cnd/editor/cplusplus/CCSyntax.java,v  <--  CCSyntax.java
new revision: 1.14; previous revision: 1.13
done
Comment 5 soldatov 2007-11-01 08:35:14 UTC
verified in 200710310000 build