‘Hidden’ Eclipse Features, Anyone?
August 9, 2007
Sometimes a dead-simple feature hides from me for exactly that reason, because the feature is so dead simple.
Such was the case of Eclipse being able to pop out various parts of its view into multiple separate windows, something I just recently learned from this Adrian Coyler posting from well over a year ago, the English original of this article he wrote for the German-language “Eclipse Magazin”.
To pop all or part of an Eclipse view into its own window, just DRAG the view outside of the main window. That’s it. See that ‘Problems’ tab? Drag it to its own window. The ‘Package Explorer’ tab? Another window. At last, my Eclipse can take advantage of my nice multi-monitor setup.
Eclipse Setup recommendations
February 5, 2007
While writing the list, I realized I can babble about Eclipse setup for far longer than anyone cares to listen, so I’ve pared things down to five initial setup recommendations:
- Download an Eclipse milestone. Their usually stable enough for day-to-day use.
- Edit the Java compiler settings, turning all the warnings on. Turn off the ones that completely bug you after a few hours.
- Set up an extension location to install any plugins into. You’ll be glad you did. Lots of sites discuss this idea; I often point folks here for details.
- Install some plugins. I recommend the Web Tools Platform for web developers, PMD for developers who need to review more other’s projects, and the Freemarker plugin for anyone working with Freemarker templates.
- Look around on the web any time you wish Eclipse did something it doesn’t. There are plugins and setup options to match all sorts of situation.