IDEA-120465 Code completion: no Autopopup code completion and inserting pair brackets if Column selection mode is on

added tests
This commit is contained in:
Dmitry Batrak
2014-07-09 14:52:39 +04:00
parent ed3bf70fce
commit 1b1a23a9e9
4 changed files with 29 additions and 0 deletions
@@ -0,0 +1,5 @@
class Foo {
void m() {
System.exit(<caret>)
}
}