Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] a few questions about CDT

John and I were just talking about that.  There are a number of things we 
need to know about the compiler being used in the build.  We were thinking 
of adding these kind of things to the tool definition in the target model. 
 Speaking of which, here is the HTML version of the managed make build 
model and the target model.



Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



"Alain Magloire" <alain@xxxxxxx> 
Sent by: cdt-core-dev-admin@xxxxxxxxxxx
07/08/2003 11:16 AM
Please respond to
cdt-core-dev@xxxxxxxxxxx


To
cdt-core-dev@xxxxxxxxxxx
cc

Subject
Re: [cdt-core-dev] a few questions about CDT






> 
> Does anybody know which class in CDT determines the format(color, 
fontetc) 
> for c++ keywords? And, A lot of classes from org.eclipse.cdt.ui 
component 
> are extended from org.eclipse.ui. What extra features do they add into 
CDT 
> user interface?
> 

The keywords are define in the CCodeScanner or CPPCodeScanner
Class for the CEditor.

But you raise a good question, the parser may not have the "vision"
of what  is a keyword compare the the CEditor ... Maybe the CEditor
should ask the parser ...  Food for thoughts.

you want to make a PR for this?

> happy independent day!

Some folks are canadian 8-)


_______________________________________________
cdt-core-dev mailing list
cdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-core-dev

Attachment: BuildModel.zip
Description: Zip archive


Back to the top