0

I am using Netbeans 6.5 IDE. In the IDE, errors and warnings are highlighted as and when code is being written. I recently installed a plugin and since then, none of the errors are being highlighted in any code that I type in. Only after I build a project do I get to know about all the errors. The plugin I installed may have deactivated the automatic highlighting of errors. How do I fix it?? I tried deactivating the plugin, but in vain.

pujakhemka
  • 123
  • 10

3 Answers3

1

did you try upgrading to netbeans 6.7.1 ?

pixeline
  • 17,669
  • 12
  • 84
  • 109
0

Another possible Solution is to reset your IDE. But remember it will delet all your custom settings.

Here is an useful Link: http://blogs.oracle.com/NetBeansSupport/entry/resetting_the_netbeans_userdir

As i stated in pixelines answer i would suggest you to do an Update. Netbeans Plugins are working more efficient now.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
bastianneu
  • 2,059
  • 2
  • 18
  • 31
  • sounds like it is in really bad state. I hope you use SVN or something like that. Uninstall and install new Netbeans 6.7. I am sorry... – bastianneu Sep 02 '09 at 06:42
0

I'm not sure if this applies to Java, but with the C/C++ plugin it's possible to switch this highlighting on/off via Options -> C/C++ -> Highlighting

John Carter
  • 53,924
  • 26
  • 111
  • 144