[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] Re: Syntax Error Squiggly lines
|
On 2009-07-23 09:48:22 -0400, angvoz.dev@xxxxxxxxx (Andrew Gvozdev) said:
Mike Jackson wrote:
Is there a setting to change the yellow syntax error squiggly line to a
highlight instead? The basic problem is that the squiggly line covers
up the bottom part of the test making it extremely difficult to
actually find the error. Like the difference between a period and a
comma. Maybe it just happens to be the font that I am using..
If you asking about indexer annotations you can change them in
preferences General/Editors/Text Editors/Annotations. Or just type
"annotations" in preferences search box.
Andrew
I think I am talking about if I type the following
int i
i = 0;
note the lack of a semi-colon at the end of the first line. CDT will
put a squiggly yellow line under that line. THAT is what I want to
change to a highlight.
Mike