Git Import Projects: always show directories
commit540bf4168ba8f133f7386e340c3d3e91c44414e5
authorMathias Kinzler <mathias.kinzler@sap.com>
Wed, 2 Jun 2010 16:15:55 +0000 (2 18:15 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 4 Jun 2010 00:10:42 +0000 (4 02:10 +0200)
tree8de71789b6456bf155cd4b489f62611ec7a0ef2a
parente63715d135162aece9503af4f3f545b0c086728b
Git Import Projects: always show directories

Currently, the import projects wizard only shows the working
directory tree if it is started from the clone wizard. The
working directory tree should also be shown when the wizard
is started from the Git Repositories view in order to improve
usability. If a subfolder of the working directory is selected
for starting this wizard, the selected folder should be marked
in the wizard's tree. The user can still change the selected
folder before hitting "Next".

Bug: 315169
Change-Id: Ifc3411ddf41f56567ab7aaebb3b0398ca7899655
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitCreateProjectViaWizardWizard.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitImportWithDirectoriesPage.java [deleted file]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitImportWizard.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitSelectWizardPage.java