Re: Output window displaying ansi colors

2020-08-18 Thread Peter Steele
Nikolas Thanks, I use gradle and it produces the right colored output on the command line. Intellij also has support straight out of the box. Regards Peter On Tue, 18 Aug 2020, 13:12 Niklas Matthies, wrote: > This is probably a bit late, however the general answer is yes. For > Ant-based

Re: Output window displaying ansi colors

2020-08-18 Thread Niklas Matthies
This is probably a bit late, however the general answer is yes. For Ant-based projects it seems to work out-of-the-box. If you use Maven, you have to pass "-Djansi.passthrough=true" to Maven, e.g. by adding it to MAVEN_OPTS. You can also add it to a particular action by specifying

Output window displaying ansi colors

2020-05-24 Thread Peter Steele
Hi Does the output window support the ability to display ansi colors? (it doesn't work by default, just wondering if there is a setting used to turn it on, the window can def display color as it already does). https://en.wikipedia.org/wiki/ANSI_escape_code Example