in-place change signature: avoid deadlock; avoid suggestions on new; highlight range in the box - hide highlighting on caret movement; dismiss current highlighting

This commit is contained in:
anna
2011-11-03 18:12:35 +01:00
parent 50f72b1c89
commit e5316ef1db
21 changed files with 753 additions and 354 deletions
@@ -0,0 +1,6 @@
public class Test {
void foo(<caret>){}
void bar() {
foo();
}
}