Monday, September 10, 2012

Intellij Idea key scheme for Eclipse



I’m a diehard fan of intellij idea. I also developed few android apps on idea. Just missing the UI drag and drop option but it will come in the version 12.  Already preview option is available from version 11. There are some projects on going in my office and I have to use eclipse, so I have to know the shortcut of eclipse. But suddenly I found an idea key scheme for eclipse.  Download the latest jar from the following URL –
Then put the jar on “plugins” directory of the eclipse and restart the eclipse IDE.
Now you will see idea schema on Keys (Window->Preferences->General->Keys).
Thanks to Santhosh to make our life easy :)

@decorators in Python

People have confusion about how to use python decorators in the proper way and how it works. The main reason for it is there are several way...