How can I make Eclipse look like Textmate?
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?
Aptana Studio 3 has some excellent Textmate style features, including the Twilight theme.
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.
精彩评论