Win2k sp2, jdk1.3.1, idea #607
public void otherTest() {
BigDecimal value, otherValue;
final double ratio = value.d| / otherValue.doubleValue();
}
With cursor at "|" do a control-shift-space.
Result:
public void otherTest() {
BigDecimal value, otherValue;
final double ratio = value.doubleValue();| /
otherValue.doubleValue();
}
Is smart type to smart?
Carlos
--
Carlos Costa e Silva <[EMAIL PROTECTED]>
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list