Netbeans 6.5 中面临的问题
我正在使用 Netbeans 6.5 IDE。在 IDE 中,错误和警告会在编写代码时突出显示。 我最近安装了一个插件,从那时起,我输入的任何代码中都没有突出显示任何错误。只有在构建项目后,我才能了解所有错误。 我安装的插件可能已停用错误的自动突出显示。 我该如何解决它?我尝试停用该插件,但没有成功。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否尝试升级到netbeans 6.7.1?
did you try upgrading to netbeans 6.7.1 ?
另一种可能的解决方案是重置 IDE。但请记住,它会删除您所有的自定义设置。
这是一个有用的链接:
http://blogs.oracle.com/NetBeansSupport/entry/resetting_the_netbeans_userdir
正如我所说在 Pixelines 答案中,我建议您进行更新。 Netbeans 插件现在工作效率更高。
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.
我不确定这是否适用于 Java,但是使用 C/C++ 插件,可以通过 选项 -> 打开/关闭此突出显示。 C/C++ -> 突出显示
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