Update to IDEA 139.1116

This commit is contained in:
Alexey Sedunov
2015-01-21 15:51:33 +03:00
parent 0aa14c35f7
commit 0159f95111
2 changed files with 2 additions and 1 deletions
@@ -124,6 +124,7 @@ public abstract class CompletionHandlerTestBase() : JetLightCodeInsightFixtureTe
if (lookup.getCurrentItem() != item) { // do not touch selection if not changed - important for char filter tests
lookup.setCurrentItem(item)
}
lookup.setFocusDegree(LookupImpl.FocusDegree.FOCUSED);
if (LookupEvent.isSpecialCompletionChar(completionChar)) {
(object : WriteCommandAction.Simple<Any>(getProject()) {
protected override fun run(result: Result<Any>) {