Search code examples
eclipseconsoleansi-escape

An Eclipse console view that respects ANSI color codes?


The output from ScalaTest is colored to distinguish different states, but these end up as control codes and

[34m Annoying garbage 

Is there any way to convince the Eclipse console to either respect or ignore these sequences, or to plug in a view that will?


Solution

  • I am successfully using this plugin for Eclipse - ANSIConsole