How to color C++11's new keywords `final` and `override` in eclipse?

て烟熏妆下的殇ゞ 提交于 2019-12-12 02:05:13

问题


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?


回答1:


Use the Others parameter on the Syntax Coloring tab.



来源:https://stackoverflow.com/questions/24398910/how-to-color-c11s-new-keywords-final-and-override-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!