Skip to main content

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

One more hint: As classes are normally highlighted by the semantic highlighting feature, the keyword highlighting might get overridden.

 

HTH,

Toni

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Leherbauer, Anton (Toni)
Sent: Thursday, April 28, 2011 12:56
To: CDT General developers list.
Subject: Re: [cdt-dev] ICLanguageKeywords

 

Hi,

 

In general this works.  We would need a little bit more details to figure out what’s wrong.

You could also search the mailing list archive. There have been similar questions in the past.

 

Toni

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marius Orex
Sent: Sunday, April 24, 2011 20:05
To: cdt-dev@xxxxxxxxxxx
Subject: [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