如何关闭 Netbeans 中注释中的红色下划线?

发布于 2024-11-29 11:01:30 字数 116 浏览 1 评论 0原文

还有一个类似的问题:“Netbeans - 关闭 - 波浪红色下划线 - 如何?”但它适用于早期版本,不再适用。

我仍然希望错误加下划线,只是不在注释中,现在加下划线的内容如下:“buffersize”

There is a similar question : "Netbeans - Turn off - wavy red underlines - How?" But It's for earlier version, doesn't apply any more.

I still want error to be underlined, just not in the comments, it's now underlined something like : "buffersize"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

思慕 2024-12-06 11:01:30

NetBeans IDE 7.4 RC1(内部版本 201309162201) 中,您可以在
禁用拼写检查
工具 → 选项 → 编辑器 → 拼写检查选项

卡 设置参考:

  • C/C++/Fortran 注释
  • GSP
  • HTML
  • JSP
  • Javadoc 注释
  • PHP
  • Piain 文本
  • 属性
  • 脚本和注释
  • XHTML
  • XML

屏幕截图:

NetBeans:禁用/启用拼写检查器


这是一个示例 之前 禁用 HTML 拼写检查之后。

之前:

NetBeans:禁用 HTML 拼写检查之前

之后:

NetBeans:禁用 HTML 拼写检查之后

In NetBeans IDE 7.4 RC1 (Build 201309162201), you can disable spellchecking under
Tools → Options → Editor → Spellchecker tab

The settings refer to:

  • C/C++/Fortran Comments
  • GSP
  • HTML
  • JSP
  • Javadoc comments
  • PHP
  • Piain text
  • Properties
  • Script and Make Comments
  • XHTML
  • XML

Screenshot:

NetBeans: Disable/Enable spellchecker


Here is an example BEFORE and AFTER disabling HTML spellchecking.

before:

NetBeans: BEFORE disabling HTML spellchecking

after:

NetBeans: AFTER disabling HTML spellchecking

小红帽 2024-12-06 11:01:30

如何在 Netbeans 7 中禁用红下划线拼写检查器

要删除它,只需选择“工具”→“选项”→“杂项”,然后在
拼写检查选项卡取消选中 C/C++/Fortran 注释,然后按确定。 [...]

NetBeans - 禁用拼写检查器:工具 -> 选项 -> 其他 -> 拼写检查器选项卡

禁用的具体结果拼写检查器当然取决于目标语言/语法,但这可能会产生预期的效果。

This is explained and illustrated in How to disable red-underline spellchecker in Netbeans 7:

To remove it simply choose Tools → Options → Miscellanous, then in
Spellchecker tab uncheck the C/C++/Fortran Comments and press OK. [...]

NetBeans - disable spellchecker: Tools -> Options -> Miscellanous -> Spellchecker tab

The specific result of disabling the spellchecker depends on the target language/syntax of course, but likely this should yield the desired effect.

誰認得朕 2024-12-06 11:01:30

在 Netbeans 12.0 中,可以在“编辑器”选项卡下找到此选项。不在“杂项”选项卡中。

后藤

选项->工具->编辑->拼写检查选项卡

Rest 与第一个答案相同。

In Netbeans 12.0 this option can be found under the Editor tab. Not in the Miscellaneous tab.

Goto

Options -> Tools -> Editor -> SpellChecker Tab

Rest is the same as the first answer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文