Request :
Allow [Tab] to make the caret leave the '.', "..", and [..] area,
after IDEA added the closing element.
----------------------------------------------------------------
The auto adding of the closing element (] or ") would be a lot more useful
IF you could move the caret out of the "area" with [TAB].
Example : enter the code
char a = 'A' ;
-------------------------
1�/ type /char a = '/
> char a = '
=> IDEA adds an /'/ :
> char a = '|'
2�/ type /A/
> char a = 'A|'
To type the final /;/, you need to leave the '' area.
[TAB] is the "natural" action (the one learned from using live
templates, like itar, ..),
but it doesn't work.
A similar behavior would be welcome with Strings and arrays :
String s = "test|"
...
String f = s[0|]
Alain Ravet
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features