Syntax coloring question
I gave interfaces a different color, however, it seems like coloring changed in 957 build.
If I am not wrong, it used to be (the way I like it):
import java.util.List;
and now it is:
import java.util.List;
(whole import statement has interface color)
It's a cosmetic thing but , I was just wondering if this is intentional?
Please sign in to leave a comment.
Yes, that was intentional cause it closer to Java syntax where
java.util.List is just class name.
--
Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"M. J. Milicevic" <machak@machak.com> wrote in message
news:5504160.1067431464362.JavaMail.javamailuser@localhost...
changed in 957 build.
>
>