I have a live template whose template text is as follows (I based it on the
built-in "soutm" template):
try
{
}
catch ( Throwable ex )
{
System.out.println("$CLASS_NAME$.$METHOD_NAME$");
}
Two problems:
First, the class name and method name don't get filled in (they *do* if I
use "soutm" in the same context).
Second, after the template expands, I click just after the "{" of the "try",
and hit Enter. I expect to get a new line inside the try block. Instead,
everything after the try gets indented and the cursor is repositioned inside
the println().
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs