Sam
Sam

Reputation: 6890

Defining shortcuts for VSS plugin operations in MyEclipse

I have MyEclipse Workbench 8.6 for developing my project and Microsoft Visual SourceSafe (VSS) as my source version controller. I define useful shortcuts in Preferences/Keys menu usually, but I can't define a shortcut for VSS plugin operations. For example, I refresh a class from VSS by following steps:

  1. Right click on class and select team menu item.
  2. Select Refresh item.

My question is:

Is there way for doing above scenario by a short key? My real means is : Define shortcuts for VSS operation in MyEclipse.

Upvotes: 0

Views: 159

Answers (1)

Roman C
Roman C

Reputation: 1

Under Preferences\General\Keys you can define bindings. If there's no such a command you should probably write a plug-in. Why didn't you try Synchronize with repository or Team Synchronizing.

Upvotes: 0

Related Questions