Method Style
I would like to change the color of method names (both in the declaration and in it's usage). Is this possible with IDEA 3.0?
Could I add to the color & fonts functionality with plug-in?
Just starting to use IDEA and exploring how much I can customize it.
Thanks,
John....
请先登录再写评论。
Through the OpenAPI you can add a RangeHighlighter to highlight anything.
You can also browse the Psi tree and listen to its changes through a non
supported but published API the Program Structure Interface to find method
calls and method definitions and get their offsets in the current document.
A good starting point for both would be the PsiViewerPlugin that does both
(highlight the current selected PsiElement and traverse the psi tree.)
http://www.intellij.org/twiki/bin/view/Main/PsiViewerPlugin
Jacques
"John Conner" <jiveadmin@jetbrains.com> wrote in message
news:1394670.1042771563424.JavaMail.jrun@is.intellij.net...
and in it's usage). Is this possible with IDEA 3.0?
>
>
>