Build#541.

Hi

I have the live template which expanding br to break;<new line>.

After I use it cursor stops in the first column.
I would expect it to stop directly under first printable character from 
previous line (like after pressing enter).
Current cursor placement:
    case 'a':
        break;
|

Expected cursor placement:
    case 'a':
        break;
        |

Another small problem is that Idea indents live template only if I 
start typing it in the first column.
ex:
    foo();
itve|

will expand to:
    foo();
    for ( int i = 0; i < vector.size(); i++ ) {
        Object o = (Object)vector.elementAt(i);
     
    }        
but:
    foo();
 itve|
will expand to:
    foo();
 for ( int i = 0; i < vector.size(); i++ ) {
     Object o = (Object)vector.elementAt(i);
     
 }        

:-) Ada

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

Reply via email to