Tuesday, 23 June 2009

Eclipse RCP "Close Others" Right click option

The "Close Others" action on right click of mouse button which closes all the other editors except for the current one is only available for Editors but not for views yet in Eclipse Ganymede as shown below:



Eclipse Forum says it should be available in next Eclipse release or in Eclipse patch.

Wednesday, 11 March 2009

Ubuntu Eclipse Subverion Stored Password delete

In Ubuntu, To clear stored cached passwords.

1. If eclipse is running, close your eclipse instance.
2. sudo rm -rf /home/%user%/.subversion/auth
3. Open your eclipse installation.
4. Open Configurations.
5. Open org.eclipse.core.runtime folder.
6. ls -a
7. sudo rm -rf .keyring
8. sudo gedit /home/%user%/.subversion/config
9. Uncomment 'store-passwords' inside 'auth'.
10. modify store-passwords=yes.
11. Restart eclipse, add your repository location and see that you are prompted with user/password dialog box.