Rename stripe title for Auto-build toolwindow

GitOrigin-RevId: 7e432bbb0162fb8ffc3c424b95ea16b0745a699b
This commit is contained in:
Sergey Malenkov
2020-06-12 02:22:36 +03:00
committed by intellij-monorepo-bot
parent 3eb03a9b3a
commit 7bc677d84b
2 changed files with 3 additions and 0 deletions
@@ -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