This is not needed starting with Eclipse 2022-09 (4.25). From Eclipse 2022-09 the official Eclipse Console supports “ANSI escape sequences”. And the maven support was updated to take advantage of that functionality.
This is not needed starting with Eclipse 2022-09 (4.25). From Eclipse 2022-09 the official Eclipse Console supports “ANSI escape sequences”. And the maven support was updated to take advantage of that functionality.
Posted: Sunday, August 23rd, 2020 | Categories: Eclipse, Java, Tools
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
A small tool that goes though C/C++ files and changes them to (almost) compile as Unicode.
Posted: Wednesday, December 19th, 2007 | Categories: C/C++, Tools, Windows
This is a small tool to change Windows taskbar settings from command line (hide/show, set the “keep on top” option, etc.)
Posted: Sunday, September 9th, 2007 | Categories: C/C++, Tools, Windows
This is a small tool that started as a private investigation into the functionality of some Windows API, to grow into a “CharMap” with some extras.
Posted: Saturday, September 8th, 2007 | Categories: C/C++, Internationalization, Tools, Windows
Obtaining pronunciation information from Kanji using the MS IME API
Posted: Tuesday, December 13th, 2005 | Categories: C/C++, Internationalization, Tools, Windows