Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] add new keyword recognize by the dom parser

hello,

I am actually working on a plug-in extending CDT to allow the use of a
distributed language
(based on C++, but some new keywords are added).
A bit like UPC.

The part I have got some problems :
1. I'd like to add a new keywords that would be recognize by the DOM parser
(for example the outline view)
Our language allow one new keyword similar to the class {} keyword, this
keywords is parclass{}.
Notice : that they could both be used in the same file.

So my first questions :
1. Who should I begin my search to add a new keywords like parclass
recognize by the dom parser similar to the class keyword
(the synthax coloration is actually working properly for it, the question is
just for the dom parsing part)
2. parclass would use the same iastnode type as class

I knew about the C99 project, but it is still experimental. I don't believe
we will actually use it untill we are sure it's working properly under CDT
5.

An other question :
Would the previous change work in CDT 5.0 (without big modification ?)
Could you give me more information about change to CDT 5.0 for dom parsing
part.

Thank you in advance,

-- 
View this message in context: http://www.nabble.com/add-new-keyword-recognize-by-the-dom-parser-tp17621864p17621864.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top