mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
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:
committed by
intellij-monorepo-bot
parent
f6aa793f4d
commit
035909e4db
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user