I use the NetBean Compile on Save setting, and it is very convenient when I edit a single file. But when I deal with a pair (or more) of class files and switch between files, I have a problem:
The Task tab is almost useless, because it is dotted with HTML (+) error messages from dozens of HTML files in the project that are generated by some external tool. The number of HTML errors resolves any Java errors.
What I want is one of:
- A way to tell NB to ignore the directory with HTML files ("help").
- A way to disable HTML errors or even specify HTML2.
- The way to filter errors is "Tasks" by file type, parent folder: all Java is under "com".
I looked through the options and properties, but did not find anything.
<pompous> Another reason I hate the IDE, which uses the Take Everything in a Folder approach .... </rant>
+ = Files are valid HTML, but probably not XHTML. In addition, half of the messages end abruptly, with something like: " Unexpected tag <TD> found, expecting one of
html netbeans syntax-checking
NVRAM
source share