I have a custom script with a default output. I\'d like to colorize errors, warnings and infos. There\'s a way to do that in Intellij products (IDEA, PhpStorm, PyCharm)?
The colors configurations, mentioned in the other responses, work, if you run a regular application, if you set the following VM option:
-Dspring.output.ansi.enabled=ALWAYS
It has been a while, but in case you are still interested, there is a new plugin for console colorizing: Grep Console.
Works nicely with Intellij 12.
Make sure you restart IntelliJ after installing the plugin. After you will see the plugin icon in the top left corner (white-red icon).
Latest IntelliJ, PyCharm and PhpStorm have limited support for console output colorization.
Preferences > Editor > Colors & Fonts > Console Colors
If you are using spring boot, use Spring Boot to start your application instead of general application. Color will show up. No need to do anything else. It works for me.
It's not supported right now (at least not for all the run configuration types). Please vote for:
Console output of the external tools is fixed to supports ANSI escape sequences to color text.