Internationalization Cookbook
This is my personal blog. The views expressed on these pages are mine alone and not those of my employer.

Archive for June, 2013

Eclipse plugin – External Filter

This Eclipse plugin allows you to take text content from an Eclipse document, process it through an external tool, and the make the result available in Eclipse at the end.

Eclipse plugin – ANSI Escape in Console

This Eclipse plugin interprets the ANSI escape sequences to color the console output. This can be pretty handy when using something like jansi

But is also works if you output escape sequences directly from Java. Or from Perl, C++, or Groovy, or any other Eclipse hosted language.