Archive for the ‘Eclipse’ Category
Once per Eclipse workspace: add an external maven installation From “Preferences” go to “Maven” → “Installations” and click the “Add” button. Make sure to choose the “External” radio button (default), and point “Installation home:” to the folder where you have a version of maven installed. Click “Finish”, then “Apply and Close”. For each Maven Run […]
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 |
23 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 |
4 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 |
25 Comments »