Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Special Syntax Highlighting
Special Syntax Highlighting [message #163305] Mon, 06 February 2006 09:35
Eclipse UserFriend
Originally posted by: rm.cumparsita.ch

Hello

I have started managing a project with CDT.

Most everything works fine... but I have some problems with syntax
highlighting. Not for the normal case. But the project contains a lot
of redifinitions like:

,---- [ ... example ... ]
| #define begin {
| #define end }
|
| if (x == 2) begin
| y = 8;
| end
`----

Compilation works without problem. Eclipse just underlines 'begin' and
'end' as errors.

Is there a way to solve the problem above (e.g. adding new keywords
and rules to syntax highlighting)?

René
Previous Topic:How make the hyperlink on function name follows to definition instead of declaration
Next Topic:Building dependant projects - am I missing something?
Goto Forum:
  


Current Time: Sat May 10 14:50:43 EDT 2025

Powered by FUDForum. Page generated in 0.03455 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top