tags:

views:

70

answers:

1

How to disable error checking in NetBeans 6.9.1? It is very annoying to have red line in the source code.

This is similar to NetBeans - Turn off - wavy red underlines - How?, but I want to disable underlines at all, not only when typing.

(It incorrectly parses php sources and emit syntax errors)

A: 

Netbeans has a vast array of settings but this might do it. Try changing the drop down labelled "Wave Underlined" to "None":

alt text

Update:

Since I don't do PHP development I wasn't originally aware of the PHP plugin for Netbeans. You can find it listed in the plugins (Tools > Plugins) for Netbeans and should provide a much better environment for PHP work, with, I'm assuming, better PHP parsing and syntax highligting.

Arnold Spence
this does not help, although it seems it should :(
sergdev
I was afraid of that :)
Arnold Spence
Oh look, there's a PHP plugin for Netbeans. I've updated my answer :)
Arnold Spence