Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ICLanguageKeywords

Hi...
Im working on a project and we have implemented a lot of c++-classes and define
a lot of macros. We built a library and it to a kind of c++ based-language, so that the classes will be used as simple datatype by folks who will programm against this library .

My task is to get all this stuf highlighted in the CEditor. So I implemented the ICLanguageKeywords interface and added the c++-classes name as additional keywords. I configured the Language mapping setting like it should be.
But it doesnt work. I dont get any of those added Keywords syntax-highlighted.

How ist this to be done ?

I will appreciate any help.

Back to the top