From 0159f9511149cf98a7c8c64fd0eb0dc6533ca4b0 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Wed, 21 Jan 2015 15:51:33 +0300 Subject: [PATCH] Update to IDEA 139.1116 --- .../kotlin/completion/handlers/CompletionHandlerTestBase.kt | 1 + update_dependencies.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt b/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt index 2de468aabfc..9600e214188 100644 --- a/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt +++ b/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt @@ -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(getProject()) { protected override fun run(result: Result) { diff --git a/update_dependencies.xml b/update_dependencies.xml index 81be234daa8..f017dd1a04b 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -1,5 +1,5 @@ - +