Pergunta

Algum de vocês tem uma idéia de como alterar a cor do cursor no Zend Studio 7.0 no Mac OS X?

Estou perguntando porque realmente gosto de temas de cor escura. Depois de algumas horas, consegui portar meu tema favorito do TextMate.App. No entanto, meu cursor ainda é preto, o que é de alguma forma problemático.

Como você pode ver aqui - http://twitpic.com/f7ywc - O cursor se torna bastante invisível, certo?

Por favor me ajude aqui. BTW - alguém interessado no tema?

Tudo de bom

Foi útil?

Solução

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:

  1. Open Preferences and go to General -> Editors -> Text Editors
  2. Check "Highlight current line"
  3. In the scrolling list at the bottom, set "Current line highlight" to a medium-dark gray.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top