Is there a way to replace method calls like in :
   setDebugOn()
   ..
   setDebugOff()


by
   setDebug (true) ;
   ...
   setDebug (false) ;
   

Alain Ravet


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

Reply via email to