Extreme Makeover: IDE Edition
Join the DZone community and get the full member experience.
Join For Freeif you're getting tired of the default look and feel in either your netbeans or eclipse ide, you might want to try out some skinning features. i stumbled across a skin for eclipse, done through the presentation api a while back, and have just recently become aware of the substance platform look & feel for netbeans.
eclipse
i've really got no problems with how eclipse looks at present, but this plugin allows eclipse to take on a visual studio theme. i can see this being particularly useful for developers moving from visual studio to eclipse. in particular the minimalist version of the plugin does a nice job of presenting the user interface:
you can get this plugin through the update manager using http://andrei.gmxhome.de/eclipse/
the nebula project also provides a presentation based on shelves, but this is still in an alpha state:
on a related note, there is a plugin that allows you to run eclipse in full screen mode, saving up your screen real estate for code editing.
the eclipse wiki has more infomation on using the presentation framework to customise the eclipse rcp look and feel. there are also some code examples that illustrate the power of the api. as well as being able to modify the l&f of the ide, you can use these plugins to give your own rcp applications a different look.
netbeans
developers using netbeans as their ide have opportunities to change their ide too, using the netbeans substance look and feel plugin . it's a pretty impressive plug-in, and gives you lots of predefined skins through the tools/options/miscellaneous dialog.
this makes your netbeans ide feel like a new application:
i'm sure i've missed some other options to change how your ide looks, so please let me know if you know of other plugins for netbeans or eclipse.
Opinions expressed by DZone contributors are their own.
Trending
-
Apache Kafka vs. Message Queue: Trade-Offs, Integration, Migration
-
Building A Log Analytics Solution 10 Times More Cost-Effective Than Elasticsearch
-
Playwright JavaScript Tutorial: A Complete Guide
-
Front-End: Cache Strategies You Should Know
Comments