mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Rename stripe title for Auto-build toolwindow
GitOrigin-RevId: 7e432bbb0162fb8ffc3c424b95ea16b0745a699b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3eb03a9b3a
commit
7bc677d84b
@@ -3,6 +3,7 @@ package com.intellij.compiler.impl;
|
||||
|
||||
import com.intellij.compiler.ProblemsView;
|
||||
import com.intellij.icons.AllIcons;
|
||||
import com.intellij.ide.IdeBundle;
|
||||
import com.intellij.ide.errorTreeView.ErrorTreeElement;
|
||||
import com.intellij.ide.errorTreeView.ErrorTreeElementKind;
|
||||
import com.intellij.ide.errorTreeView.ErrorViewStructure;
|
||||
@@ -132,6 +133,7 @@ final class ProblemsViewImpl extends ProblemsView {
|
||||
boolean active = panel.getErrorViewStructure().hasMessages(
|
||||
EnumSet.of(ErrorTreeElementKind.ERROR, ErrorTreeElementKind.WARNING, ErrorTreeElementKind.NOTE));
|
||||
toolWindow.setIcon(active ? AllIcons.Toolwindows.Problems : AllIcons.Toolwindows.ProblemsEmpty);
|
||||
toolWindow.setStripeTitle(IdeBundle.message("toolwindow.stripe.Problems"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -2003,6 +2003,7 @@ toolwindow.stripe.Project=Project
|
||||
toolwindow.stripe.TODO=TODO
|
||||
toolwindow.stripe.Structure=Structure
|
||||
toolwindow.stripe.Favorites=Favorites
|
||||
toolwindow.stripe.Problems=Auto-build
|
||||
toolwindow.stripe.Problems_View=Problems
|
||||
toolwindow.stripe.Commit=Commit
|
||||
toolwindow.stripe.Version_Control=Version Control
|
||||
|
||||
Reference in New Issue
Block a user