如何禁用“HTML 检查”在 NetBeans 中?
我正在使用 NetBean 的“保存时编译”设置,当我编辑单个文件时它非常方便。但是,当我处理一对(或更多)类文件并在文件之间切换时,我遇到了一个问题:
任务选项卡几乎毫无价值,因为它充斥着 HTML“错误” messages(+) 来自项目中由某些外部工具生成的数十个 HTML 文件。 HTML 错误的数量淹没了任何实际的 Java 错误。
我想要的是以下之一:
- 一种告诉 NB 忽略包含 HTML 文件的目录(“帮助”)的方法。
- 一种关闭 HTML“错误”甚至指定 HTML2 的方法。
- 一种按文件类型、父文件夹过滤“任务”错误的方法:所有 Java 都位于“com”下。
我仔细阅读了设置和属性,但没有发现任何有用的信息。
<咆哮>我讨厌使用“获取文件夹中的所有内容”方法的 IDE 的另一个原因......
+ = 文件是有效的 HTML,但可能不是 XHTML。另外,一半的消息突然结束,类似于:“发现意外标签 ,需要其中之一
I'm using NetBean's Compile on Save setting, and it's really handy when I'm editing a single file. But when I'm dealing with a pair of (or more) class files and am switching between the files, I have a problem:
The Task tab is nearly worthless since it is littered by HTML "error" messages(+) from many dozens of HTML files in the project that are generated by some external tool. The number of HTML errors swamps out any actual Java errors.
What I want is one of:
- A way to tell NB to ignore the directory with the HTML files ("help").
- A way to turn off HTML "errors" or even to specify HTML2.
- A way to filter "Task" errors by file type, parent folder: all Java is under "com".
I've perused the settings and properties, but found nothing that helps.
<rant> Yet another reason I hate an IDE that use the "Take Everything in the Folder" approach.... </rant>
+ = The files are valid HTML but probably not XHTML. Plus, half the messages end abruptly, with something like: "Unexpected tag <TD> found, expecting one of
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我找到了答案,或者至少找到了一个适合我的答案(NB 6.8,YMMV):
在任务列表过滤器对话框中:< /p>
如果过滤器没有立即工作,您可能希望关闭/打开任务窗口或 Netbeans。
希望对其他人有帮助。
I found the answer, or at least one that works for me (NB 6.8, YMMV):
In the Task List Filter dialog:
If the filter doesn't work immediately, you may wish to close/open the Task window or Netbeans.
Hope that helps someone else.
您可以转到“工具”->“选项”->“编辑器”->“提示”。
您可以轻松地从那里选择正确的选项。
You can go to Tools->options->Editor->Hint .
You can easily select the right options from there .
我想使用任务列表只跟踪我的待办事项列表,当 Netbeans 开始向我显示包含的库中的 @todos 以及我不感兴趣的各种编译错误时,这可能会很痛苦。如果您的用例像我一样(对任务窗口中的编译错误等不感兴趣)那么您可以执行以下操作:- (Netbeans 7.1.2)
1) 任务窗口 |右键过滤|编辑
编辑默认过滤器。
单击左侧面板中的默认过滤器。
右侧面板,在“类型”选项卡下 - 取消选中编译错误和问题
2) 您可以转到“工具”|“类型”选项卡。选项|其他
现在转到“任务”选项卡。
您可以在此处添加/删除所需的待办事项字符串。
您可以创建自己的自定义待办事项字符串或确保仅列出其中之一(您使用的内容)
现在应用默认过滤器,您将只看到您的@todo 任务。理智又甜蜜:D
I want to use task list to only track my To Do list and It can be a real pain when Netbeans starts showing me @todos from included libraries and all sort of compile errors that I am not interested in. If your use case is like me (not interested in compile errors etc. in task window) then you can do following:- (Netbeans 7.1.2)
1) Tasks window | Right click filter | Edit
To edit the default filter.
Click default filter in left hand panel.
Right hand panel, under Type tab - un-check compile errors and issues
2) You can go to Tools | Options | Miscellaneous
Go to Tasks tab now.
Here you can add/remove the To Do strings that you want.
You can create your own custom todo string or make sure that only one of them is listed (what you use)
Now apply default filter and you will only see your @todo tasks. sane and sweet :D