Eclipse 不做任何超链接或至少突出显示某些 *.h 文件和 *.S 的语法
我正在使用 Eclipse CDT ( helios )。 当我打开项目中的某些(而非全部)*.h 文件时,缺少语法突出显示。 有时,语法突出显示已激活,但使用超链接的导航未激活。
当编辑器位于某些 *.h 文件上时,我什至无法使用(shift + ctrl + T)导航到其他元素。
*.S 文件也会发生同样的情况。
编辑
所有内容(语法突出显示、超链接和 shift+ctrl+T )都可以在 *.cpp 文件中正常工作。
I'm using Eclipse CDT ( helios ).
The syntax highlighting is missing When I open some , and not all, *.h files in a project.
and Sometimes the syntax highlighting is activated and navigation using hyperlinks isn't activated.
I can't even use ( shift + ctrl + T ) to navigate to other elements when the Editor is on some of the *.h files.
The same exact thing happens for *.S files.
edit
Everything ( syntax highlighting, hyperlinks, and shift+ctrl+T ) is working correctly with *.cpp files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保 CDT 未配置为中止大文件中的语法突出显示(请参阅 CDT 配置)。默认情况下它是启用的...
Make sure that CDT isn't configured to abort syntax highlighting in big files (see CDT configuration). It is enabled by default...