IDEA-74356 Code completion: Tab in the middle of already typed code adds a space

This commit is contained in:
peter
2011-09-15 20:02:35 +02:00
parent e533ee933c
commit a9458eabd6
7 changed files with 50 additions and 16 deletions
@@ -0,0 +1,6 @@
public class Zoo2 {
{
byte v1 = (by<caret>te) 0;
}
}
@@ -0,0 +1,6 @@
public class Zoo2 {
{
byte v1 = (byte<caret>) 0;
}
}