在 NetBeans 6.9 我使用这个,但如何在 NetBeans 7 中做到这一点?
问问题
968 次
2 回答
3
我相信只要您关闭“任务”窗口(未最小化),它就不会扫描。至少它似乎没有在 7.0 上扫描我(并且不认为它在 w/6.9 之前也没有)。
我在帮助中看到的另一个选项是您可以选择仅扫描当前正在编辑的文件。如果您仍然希望启用该功能但没有所有缓慢的扫描,这可能会提高性能。
最后,也许尝试删除工具 -> 选项 -> 杂项 -> 任务中的所有 ToDo 模式。
于 2011-06-21T21:15:55.457 回答
1
You can't remove all task patterns. It's one has to left at list. But try to export settings, unzip it, then find:
\config\Preferences\org\netbeans\modules\tasklist\todo.properties
and write this:
patterns=
scanCommentsOnly=true
then zip it back and import no the netbeans. Fortunately task pattern list is empty now!
于 2012-07-12T10:17:29.197 回答