Netbeans 7 和 C/C++块

发布于 2024-11-03 12:34:12 字数 296 浏览 2 评论 0原文

Netbeans 7 中的解析器不支持 Apple 的非标准语言扩展“块”(如闭包)。

我有点不确定为什么会这样,因为我认为解析器只是依赖于编译器。

是否有可能让 Netbeans 以任何方式识别块语法?

Xcode 4:

xcode 解析块 Netbeans 7:

netbeans 解析块

Apple's non-standard language extension, "blocks" (like closures) isn't supported by the parser in Netbeans 7.

I'm a bit unsure as to why this is, since I thought the parser just relied on the compiler.

Is it possible to get Netbeans to recognize the block syntax in any way?

Xcode 4:

xcode parsing blocks
Netbeans 7:

netbeans parsing blocks

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

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

发布评论

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

评论(1

成熟稳重的好男人 2024-11-10 12:34:12

大多数语法荧光笔不依赖于编译器,因为它们不使用编译器输出。在一般情况下,大多数都有某种类型的逻辑或规则在运行时进行语法突出显示。
否则你必须等待编译程序才能突出显示。

Most syntax highlighters do not depend on the compiler in that they do not use compiler outputs. In the general case, most have some type of logic or rule that does the syntax highlighting at runtime.
Otherwise you would have to wait to compile the program to have highlighting.

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