mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Make ShowAltEnter action more stable
GitOrigin-RevId: b294716f9ecda61ff03e50bdd864a32ff9e0074c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fcb94c0f3a
commit
44ca02ef6f
+3
-1
@@ -42,6 +42,7 @@ import com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil;
|
||||
import com.intellij.psi.stubs.StubTextInconsistencyException;
|
||||
import com.intellij.util.PairProcessor;
|
||||
import com.intellij.util.ThreeState;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -99,7 +100,8 @@ public class ShowIntentionActionsHandler implements CodeInsightActionHandler {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static ShowIntentionsPass.IntentionsInfo calcIntentions(@NotNull Project project,
|
||||
@ApiStatus.Internal
|
||||
public static ShowIntentionsPass.IntentionsInfo calcIntentions(@NotNull Project project,
|
||||
@NotNull Editor editor,
|
||||
@NotNull PsiFile file) {
|
||||
ShowIntentionsPass.IntentionsInfo intentions = ActionUtil.underModalProgress(project, "Searching for Context Actions", () ->
|
||||
|
||||
Reference in New Issue
Block a user