Share a single project using Quick Access
commit3c3dcd9eb7e00f6c36897c0e77a8ab699b5240f3
authorMykola Nikishov <mn@mn.com.ua>
Sat, 3 Oct 2009 23:02:45 +0000 (4 02:02 +0300)
committerMykola Nikishov <mn@mn.com.ua>
Fri, 16 Oct 2009 07:30:00 +0000 (16 10:30 +0300)
treeeca236fd39d7a998cd1d8430f9ad47732c195809
parent07081c040d92b9129b718bd7ccd97baa71c460cb
Share a single project using Quick Access

Implements sharing a single project using Quick Access with a keyboard
from the almost any place of the workspace:
- activate Quick Access (which is bound to Ctrl+3 by default)
- typing SWG (which means 'share with Git') will provide user with a list
  of all currently open projects not connected to any team provider
- 'Configure Git Repository' dialog with a selected project would be
  presented to user

Bug: https://bugs.eclipse.org/291283
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Change-Id: I13a286001c27739b1b6aebfe564c115de4ab368e
org.eclipse.egit.ui/plugin.properties
org.eclipse.egit.ui/plugin.xml
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commands/ProjectNameParameterValues.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commands/ShareSingleProjectCommand.java [new file with mode: 0644]