mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
gradle: use ChangeView icon for switch console action of gradle run configuration
This commit is contained in:
@@ -90,7 +90,7 @@ public class GradleRunnerUtil {
|
||||
duplexConsoleViewRef.set(duplexConsoleView);
|
||||
|
||||
duplexConsoleView.setDisableSwitchConsoleActionOnProcessEnd(false);
|
||||
duplexConsoleView.getSwitchConsoleActionPresentation().setIcon(AllIcons.Debugger.Console);
|
||||
duplexConsoleView.getSwitchConsoleActionPresentation().setIcon(AllIcons.Actions.ChangeView);
|
||||
duplexConsoleView.getSwitchConsoleActionPresentation().setText(GradleBundle.message("gradle.runner.toggle.tree.text.action.name"));
|
||||
|
||||
final ExternalSystemProgressNotificationManager progressManager =
|
||||
|
||||
Reference in New Issue
Block a user