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 […]
Posted: Sunday, August 23rd, 2020 |
Tags: color, eclipse, maven | Categories: Eclipse, Java, Tools |
No Comments
A dark theme for Eclipse, for documents and UI itself.
Posted: Thursday, September 19th, 2013 |
Categories: Eclipse |
25 Comments »
Starting with version 3.1.0 maven uses slf4j for logging.
This opens the gate for a lot of nice tweaks.
One of them is the ability to log using colors, matching the logging level.
Posted: Thursday, September 12th, 2013 |
Categories: Java, Various |
No Comments
ECMAScript Internationalization API Specification (ECMA-402 Edition 1.0) was approved in December 2012.
What is the status of browser support?
Posted: Sunday, July 28th, 2013 |
Categories: Internationalization, JavaScript |
No Comments
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 |
5 Comments »
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 |
33 Comments »
My internationalization checklist. I have used it in many occasions, as reminder, and to put some structure in what I do.
Posted: Sunday, September 11th, 2011 |
Categories: Internationalization |
1 Comment »
Once in a while I create new projects using the Visual Studio wizards. Then one of the first think I do is go and change the “Warning Level” to 4 (default is 3) and change “Treat Warnings as Errors” to Yes
(default is No
). This is how you can do it once and for all.
Posted: Monday, May 10th, 2010 |
Categories: Various, Visual Studio |
1 Comment »
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 |
9 Comments »
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 |
2 Comments »