Hi

I just played with colors for members, parameters and local variables.
It really works great, and I think I could stop using prefixes for 
members and parameters now :-) 

What I noticed is that idea colors caught exception as a parameter.
Since it does not affect method signature and is not accessible from 
outside of the method, I would rather expect it to be colored like 
local variable.

int method(int parameter) { 
   int local;
   try {
      ...
   } catch (Exception exception) { 
   }
}

:-) Ada

ps. Really great work with Ariadna.



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

Reply via email to