Aptana Studio 3 - 代码着色就像在 Dreamweaver 中一样

问题描述:

我正在尝试使用 Aptana Studio 3 而不是 phpEd.但我想要像 Dreamweaver 中的代码着色.我在 phpEd 中进行了这些更改,但在 Aptana 中找不到更改它的位置.

I'm trying to use Aptana Studio 3 instead of phpEd. But I'd like to have the code coloring like in Dreamweaver. I made these changes in phpEd, but I can't find where to change it in Aptana.

另外,我安装了 jquery 包,但我无法让它工作......

Also, I installed the jquery bundle, but I can't to get it working...

感谢您的帮助.

实际上已经提交了一张票来添加与 Dreamweaver 匹配的主题:https://aptana.lighthouseapp.com/projects/35272/tickets/1508-create-dreamweaver-color-theme

There's actually a ticket already filed to add a theme that matches Dreamweaver: https://aptana.lighthouseapp.com/projects/35272/tickets/1508-create-dreamweaver-color-theme

我现在正在研究它,但我遇到了一些内部错误(即 https://aptana.lighthouseapp.com/projects/35272-studio/tickets/2357-scope-selectors-with-portion-prefix-match-arent-matching-properly),我需要在完成之前修复它.在任何情况下它都应该在 Studio 3.0.2 中,希望我今天能修复它,它会在明天每晚出现(这是如何获得每晚构建:http://wiki.appcelerator.org/display/tis/Changing+the+Update+Type).

I'm looking at it now, but I'm running into some internal bugs (namely https://aptana.lighthouseapp.com/projects/35272-studio/tickets/2357-scope-selectors-with-portion-prefix-match-arent-matching-properly) that I need to fix before I can finish. In any case it should be in Studio 3.0.2 and hopefully I'll fix it today and it'll be in tomorrow's nightly (here's how to get nightly builds: http://wiki.appcelerator.org/display/tis/Changing+the+Update+Type).

至于自己编辑主题,您可以通过执行命令>捆绑开发>显示范围来查看光标处的当前范围.然后使用匹配那种范围的范围选择器(我们采用 Textmate 的范围/主题规则:http://manual.macromates.com/en/scope_selectors)

As for editing themes yourself, you can see the current scope at the cursor by doing Commands > Bundle Development > Show Scope. Then use scope selectors that match that sort of scope (we adopt Textmate's scoping/theming rules: http://manual.macromates.com/en/scope_selectors)