如何使 Eclipse 看起来像 Textmate?
我鼓励在工作中使用 Linux 机器,因此我使用 Eclipse 进行编码。在我看来,默认的黑白主题是可怕。有什么方法可以在 Eclipse 中获得 Twilight 风格的语法着色(针对 Javascript)吗?
I'm encouraged to use a Linux box at work, so I'm using Eclipse for my coding. The default black on white theme is horrible, in my opinion. Is there any way I can get Twilight-style syntax coloring (for Javascript) in Eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Aptana Studio 3 具有一些出色的 Textmate 风格功能,包括 Twilight 主题。
Aptana Studio 3 has some excellent Textmate style features, including the Twilight theme.
您可以在此处下载 Eclipse 的 twilight 主题:
https://the30minutesblog.wordpress.com/2010/05/14/twilight-color-theme-for-eclipse-ide/
它绝对适用于Java编辑器,但我还没有尝试过JS。
这可能取决于您使用的 JS 插件。
You can download a twilight theme for eclipse here:
https://the30minutesblog.wordpress.com/2010/05/14/twilight-color-theme-for-eclipse-ide/
It definitly works for the Java editor, but I havent tried for JS.
It probably depends on which JS plugin you are using.
更改窗口->首选项下的首选项,然后选择常规->编辑器->文本编辑器,并在该页面底部选择您喜欢的颜色。
Change the Preferences under Window->Preferences, then choose General->Editor->Text Editors and select the colors you prefer at the bottom of that page.