Nifty tidbits

Nifty tidbits and random thoughts on technology and anything else that catches my fancy

Archive for the 'IDE' Category


Compact Ubuntu

Posted by Raghu on June 23, 2008

I’ve always hated the fact that on Ubuntu with the default themes, there’s far too much space wasted. The buttons are too tall, the treeview wastes too much space so that if you’re on eclipse or some other ide, you see a precious few items on the screen.

I’ve been trying to tweak it to no end - even looking to see if there are any ~/.gtkrc-2.0 tweaks. Found a few links such as this Making Eclipse look good on Linux - Max’s blog - however, didn’t really satisfy my need.

And so it stayed until today when I came across Clearlooks Compact Gnome Theme.

I love it - one more for my list of must-haves!

Posted in IDE, Linux, Rant, Tips, Troubleshooting, Utilities | Tagged: , , , , | No Comments »

Production Eclipse Configuration

Posted by Raghu on March 14, 2007

Part of the game of getting code out that conforms to coding standards without having to go through the “One Big spring cleaning” exercise is configuring and centralizing the tools.

At a minimum, it helps to have a central Eclipse installation that has all the tools configured and setup - so each person doesn’t have to do it. Alternatively, there should be a reference set of plugins and their configuration files available in the source control repository.  Here’s my eclipse configuration Read the rest of this entry »

Posted in IDE, Tips | No Comments »

Tips for using Eclipse

Posted by Raghu on March 13, 2007

http://www.aspectprogrammer.org/blogs/adrian/2006/02/tips_for_using.html

Great Article - full of very very useful tips!

Posted in IDE, Tips | No Comments »