It would be extremely nice if there was a function to parse the console output and color a line when it matches with a regular expression.
This can already be done with the regular Eclipse console by the Grep Console Plugin (http://marian.musgit.com/projects_grepconsole.php).
An example:
Create a regular expression (.*)(BUILD SUCCESSFUL), define a color (foreground=BLACK, background=LIGHTGREEN),
resulting in highlighted lines containing the regex.
This is useful for example when working with maven, ant, or other command line build tools.
-Unbelievable- nice would be if a match with a specific regular expression on the console could also trigger an external program, for example playing a sound when a very long build succeeded (or failed).
BTW, GREAT plugin, i was looking for months for a plugin like that. Thank you so much!!!