Need more color flexibility
I've been a devoted Emacs user for a long time and I'm thinking about moving to IntelliJ.
When trying to configure the IntelliJ editor to use my old Emacs color scheme, I ran into a few problems. Specifically, I couldn't find a way to change the color of class and method names within code. For instance, in the following method declaration:
public String getTitle(SomeClass foo);
I would want to set "String" and "SomeClass" to be a particular color and "getTitle" to be another.
Is there any way to do this?
Thanks.
Scott
请先登录再写评论。
Yes.
Setup colors in
IDE settings/color and fonts/Java code/method declaration
IDE settings/color and fonts/Java code/class
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Scott" <sdgoldst@mailandnews.com> wrote in message news:7420527.1068429969852.JavaMail.itn@is.intellij.net...
>
couldn't find a way to change the color of class and method names within code. For instance, in the following method declaration:
>
>
>
>
>
I'm using version 3.0.5 build #706 and I have neither of these two options. Is this in a later build or part of a plugin?
It is in upcoming 4.0. Preview is avaliable at www.intellij.net/eap
--
Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Scott" <sdgoldst@mailandnews.com> wrote in message
news:17883793.1068525613128.JavaMail.javamailuser@localhost...
options. Is this in a later build or part of a plugin?
>
>
>
>
Its still build 963. Do you know when a newer (less buggy) one will be
available?
Tom