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.
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.
Posted: Monday, June 3rd, 2013 | Categories: Eclipse, Java, Tools
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.
Posted: Monday, June 3rd, 2013 | Categories: Eclipse, Java, Tools