如何在eclipse中为C ++ 11的新关键字`final`和`override`着色?
问题描述:
我正在使用eclipse CDT开发C ++ 11项目。我可以随意配置eclipse,除了我不能让eclipse识别C ++ 11的新关键字: final
和覆盖
。
I'm using eclipse CDT to develop C++11 projects. I can configure eclipse as I like, except that I cannot make eclipse recognize C++11's new keywords: final
and override
.
是否可以着色最终
和覆盖
在当前的日食中?
Is it possible to color final
and override
in current eclipse?
答
使用 其他 参数 语法着色 标签。
Use the Others parameter on the Syntax Coloring tab.