firstly, if someone has already put this in - sorry, I've had trouble keeping up (o:
the comment auto completion rocks... almost. If I have
/**_
public abstract void foo();
(where _ is the cursor) and hit enter, what you should get (and do sometimes) is
/**
* _
*/
public abstract void foo();
however, if you change the line separator to \n (or system dependant on *nix), then
you get
/**
*
_ */
public abstract void foo();
this is on win2k, sun 1.3 jvm. also tried on linux with sun 1.3 jvm. The key thing
is the \n as the line separator.
cheers
dim
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list