Aptana 奇数块着色
我遇到了 Aptana 的问题,希望其他人有经验并解决。我的标签之间的代码被突出显示。这不仅仅是 Aptana 的问题,我也在 Netbeans 中尝试过。
没有足够的代表在这里发布图片,所以对链接感到抱歉。
感谢您的帮助。
I am having an issue with Aptana that hopefully someone else has experience and solved. My code between tags is being highlighted. This is not just an Aptana problem I have tried it in Netbeans as well.
Dont have enough rep to post images here so sorry for the links.
This picture is the default theme for Aptana.
And this is the city lights for Netbeans.
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可以通过“主题”首选项进行更改。
找到“嵌入式源”项(针对“文本源”范围)。在默认的 Aptana Studio 深色主题中,您需要将其与背景颜色相匹配,即 RGB 值 20、20、20。
干杯
This can be changed through the 'Themes' preferences.
Locate the 'Embedded Source' item (for the 'text source' scope). In the default Aptana Studio dark theme, you'll need to match it to the background color, which is an RGB value of 20, 20, 20.
Cheers
已解决
在主题/字体和颜色内部有一个选项可以处理嵌入在 html 中的 javascript。这就是奇怪颜色的来源。我将其切换为继承并解决了问题。
Solved
Inside the themes/fonts and color there is an option that deals with javascript embedded in html. That was where the strange color came from. I switched it to inheritance and it fixed the problem.