[EMAIL PROTECTED] wrote:

> I would also like to see coloured highlighting for the following:
> -differentiate static variables
> -differentiate member variables vs. method variables
> -Java API objects vs. other objects
> -differentiate class names and object names
> -differentiate between object members and method calls

+10

I'd really like to have more syntax highlighting -- it's one of the things I miss from 
Emacs.

At least a simple extension to a few fixed types of colors, but even better would be 
if there were a more flexible system, maybe a rule-based system where we could specify:

    static => thiscolor
    otherwise, if member & final, then thatcolor
    otherwise, if member, then othercolor
    ...

A plain list of alternatives would probably become far too long if you want to be 
flexible enough to take into account all possible variations and combinations of 
final, abstract, member, static, class, object, ...



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to