Mac OS X 上 Eclipse 3.5/Zend Studio 7 中的光标颜色
你们中有人知道如何在 Mac OS X 上的 Zend Studio 7.0 中更改光标颜色吗?
我这么问是因为我真的很喜欢深色主题。几个小时后,我设法从 TextMate.app 移植我最喜欢的主题。然而我的光标仍然是黑色的,这有点麻烦。
正如您在这里看到的 - http://twitpic.com/f7ywc - 光标变得非常隐形,对吧?
请帮我一下。 顺便说一句 - 有人对这个主题感兴趣吗?
一切顺利
Does any of you have a clue on how to change the cursor color in Zend Studio 7.0 on Mac OS X?
I am asking because I really fancy dark colored themes. After a few hours I managed to port my favorite theme from TextMate.app. However my cursor is still black, which is somehow troublesome.
As you can see here - http://twitpic.com/f7ywc - the cursor becomes pretty invisible, right?
Please help me out here.
Btw - anyone interested in the theme?
All the best
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我喜欢 TextMate 和它的暮光主题,所以这个问题对我来说很珍贵。我认为 Eclipse for Mac 无法设置插入符号颜色,因为 SWT 错误。
同时,您可以启用行突出显示,使当前行的背景稍微亮一些。这对我有用:
I love TextMate and its twilight theme, so this issue is dear to me. I think Eclipse for Mac just can't set the caret color due to an SWT bug.
In the meantime, you can enable line highlighting to make just the current line have a slightly lighter background. This worked for me:
实际上,Eclipse 3.5 更好的解决方案是使用 Carbon 构建而不是 Cocoa。 Cocoa 似乎强制黑色光标,但我用 Carbon 没有这个问题。令我惊讶的是,在 Carbon 中滚动代码也快了。
Actually, a much better solution for Eclipse 3.5 is to use the Carbon build instead of Cocoa. Cocoa seems to force a black cursor but I didn't have this problem with Carbon. To my surprise it's also a lot faster to scroll through code in Carbon.