[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] when is the Syntax coloring be detemined ? (modified)
|
- From: Misoullee <ivsp@xxxxxxxxx>
- Date: Thu, 26 Apr 2007 11:14:02 +0900
- Newsgroups: eclipse.tools.cdt
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.10 (Windows/20070221)
I use Eclipse 3.3 M6 with CDT4.0 M6.
Last day for while I have coding in my c/c++ project,I was woundering
something about syntax coloring.
specially such functions, typedef, struct etc..
There seems to check a validation of C/C++ syntax' in the time when
syntax coloring is applied to codes.
so if the syntax is incorrect the coloring is not applied but in correct
do well.
as the result the syntax coloring seems not to be speed and flexsible
so there can be incorrect coloring.
My thought is some different.
I believe which the syntax coloring should be determined for each
separate tokens.
because all files to edit are in my c/c++ project and so it is already
enough to know it is c/c++. therefore all worlds are going to write
should be treated as c/c++'s tokens but not general text.
thank you.