From 012d87ec0a39eb91528e4b29cc1e668d5412e331 Mon Sep 17 00:00:00 2001 From: Alexey Kudravtsev Date: Thu, 15 Jun 2017 14:44:26 +0300 Subject: [PATCH] Currently HighPriorityAction and LowPriorityAction behaviour seems to be broken for intentions, which are wrapped first in IntentionActionWrapper and then in IntentionActionWithTextCaching$MyIntentionAction. --- .../codeInsight/intention/impl/IntentionListStep.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/lang-impl/src/com/intellij/codeInsight/intention/impl/IntentionListStep.java b/platform/lang-impl/src/com/intellij/codeInsight/intention/impl/IntentionListStep.java index 91b14b0c5c80..148569270d06 100644 --- a/platform/lang-impl/src/com/intellij/codeInsight/intention/impl/IntentionListStep.java +++ b/platform/lang-impl/src/com/intellij/codeInsight/intention/impl/IntentionListStep.java @@ -370,7 +370,7 @@ public class IntentionListStep implements ListPopupStep