Blog

Shortcut Key for Commit in Subclipse

February 18, 2008 · 3 Comments

This had been driving me nuts for a little while. Maybe I can save someone else the hassle too.

To set a shortcut key for Subclipse commit:

  • Go to Windows → Preferences
  • Go to General → Keys
  • Check the box "Include unbound Commands"
  • Then in the "type filter text" box, type commit
  • Then assign it to whatever key combination you want

If you go through this, and commit and other SVN methods don't show up.

  • Go to Help → Software updates → Find and Install
  • Choose "Search for updates of currently installed features."
  • Go through the choices and update Subclipse.

Tags: Web Development · ColdFusion

3 response s so far ↓

  • 1 Mark Drew // Jul 1, 2008 at 4:42 AM

    Which version of Eclipse does this work on? 3.3 and up?

    MD
  • 2 Terrence Ryan // Jul 1, 2008 at 1:58 PM

    I can confirm it works in Eclipse 3.3. I don't know a previous versions.
  • 3 Eduardo // Jul 22, 2008 at 5:16 PM

    Very good tip :)

    I was spending some time just to commit my codes.

Leave a Comment