Showing posts with label ide. Show all posts
Showing posts with label ide. Show all posts

Tuesday, December 18, 2012

restore the deleted files in eclipse

I recently did a great job by deleting a class file that's not yet committed to SVN. Thanks to Eclipse I was able to retrieve it using. If you want to restore/undelete files you deleted from Eclipse, all you have to do is to right-click on the folder and choose "Restore from local history".


Friday, August 20, 2010

eclipse keymap on intellij idea

As you probably know I'm a fan of Eclipse. In our current project, we are using IntelliJ Idea as ide. Obviously I want to use Eclipse shortcuts on IntelliJ Idea but how?
Open File > Settings > Keymap and change the keymap to Eclipse. You can set Netbeans shortcuts from there too.

Friday, December 5, 2008

javascript plug-in for eclipse

My favorite IDE for Java is Eclipse. So when I searched for a development environment for javascript, I checked if there's a javascript plug-in for Eclipse and the answer is yes. The installation is a piece of cake:
  1. Eclipse > Help > Software Updates > Available Software
  2. Type javascript in the search area
  3. Tick the checkbox next to "Javascript Developer Tools" with latest version
  4. Click Install