mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-69880 Support for colors in console output
This commit is contained in:
+5
@@ -293,6 +293,11 @@ public class ApplicationConfiguration extends ModuleBasedConfiguration<JavaRunCo
|
||||
return handler;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean ansiColoringEnabled() {
|
||||
return true;
|
||||
}
|
||||
|
||||
protected ApplicationConfiguration getConfiguration() {
|
||||
return myConfiguration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user