WI-67717 Links to file in colored terminal output can't be opened

- URLFilter can't work with vardump links, sort to make sure VarDumpFileFilter is first

GitOrigin-RevId: 01ffbfbc6069194ff8eec00c59f10796e828287e
This commit is contained in:
Olga Strizhenko
2024-02-15 15:07:47 +01:00
committed by intellij-monorepo-bot
parent f6aa793f4d
commit 035909e4db

View File

@@ -148,7 +148,7 @@ public class ConsoleViewImpl extends JPanel implements ConsoleView, ObservableCo
@NotNull
private final InputFilter myInputMessageFilter;
private volatile List<Filter> myPredefinedFilters = Collections.emptyList();
protected volatile List<Filter> myPredefinedFilters = Collections.emptyList();
public ConsoleViewImpl(@NotNull Project project, boolean viewer) {
this(project, GlobalSearchScope.allScope(project), viewer, true);