mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
restore submenu selection when no quickfixes available; disable intention was moved from the first place (IDEA-88376)
This commit is contained in:
+1
-2
@@ -205,8 +205,7 @@ class IntentionListStep implements ListPopupStep<IntentionActionWithTextCaching>
|
||||
return FINAL_CHOICE;
|
||||
}
|
||||
|
||||
//disable sub menu selection on enter (when no quick fix available)
|
||||
if (!finalChoice && hasSubstep(action)) {
|
||||
if (hasSubstep(action)) {
|
||||
return getSubStep(action, action.getToolName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user