views:

346

answers:

1

Hi,

Ater installing Eclipse PDT on my Mac(snow leopard), I installed Remote System Explorer (RSE) from http://download.eclipse.org/dsdp/tm/updates/3.0/.

Now the editor neither underline syntax errors, nor do the code completion. But the editor does color the code. Where I can config it?

Thanks!!!

A: 

When I had this problem, I found that it was only broken for one of my projects. The other projects showed the syntax error underlining just fine.

Solution: I had accidentally gone into Project; Properties; Java Build Path; Source tab; expanded my project; and under Excluded, I had listed my project. I had meant to include it, but had excluded it by mistake.

So check your build path.

incircuitous