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

Archive for the ‘Tools’ Category

Force maven “Run Configurations” to show colors

This is not needed starting with Eclipse 2022-09 (4.25) From Eclipse 2022-09 the official Eclipse Console supports ANSI escape sequences:https://www.eclipse.org/eclipse/news/4.25/platform.php#debug-ansi-support. And the maven support was updated to take advantage of that functionality. Once per Eclipse workspace: add an external maven installation From “Preferences” go to “Maven” → “Installations” and click the “Add” button. Make sure […]

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.

ToUnicode – Automating some of the steps of Unicode code conversion (Windows)

A small tool that goes though C/C++ files and changes them to (almost) compile as Unicode.

TaskBarCmd – programmatically change the Windows Taskbar settings

This is a small tool to change Windows taskbar settings from command line (hide/show, set the “keep on top” option, etc.)

CharMapEx – Some kind of character map :-)

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.

“Reverse IME” (getting hiragana/katakana/pinyin/bopomofo from kanji)

Obtaining pronunciation information from Kanji using the MS IME API