IDEA-84754 Completion preselect the specified value if it is selected in editor

This commit is contained in:
peter
2012-04-25 22:12:41 +02:00
parent bb18a176a5
commit 0b7b3518ad
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,7 @@
public class FooBar {
int a() {
<caret><selection>finalize</selection>
}
}