mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[189443] using folder dialog instead of file/folder dialog
This commit is contained in:
parent
c0e89262c8
commit
cf8cde06e6
1 changed files with 2 additions and 1 deletions
|
@ -663,7 +663,8 @@ class RemoteImportWizardPage1 extends WizardResourceImportPage implements Listen
|
|||
SystemSelectRemoteFolderAction action = new SystemSelectRemoteFolderAction(this.getShell());
|
||||
action.setShowNewConnectionPrompt(true);
|
||||
action.setShowPropertySheet(true, false);
|
||||
action.run();
|
||||
action.setFoldersOnly(true);
|
||||
action.run();
|
||||
IRemoteFile folder = action.getSelectedFolder();
|
||||
if (folder != null) {
|
||||
clearErrorMessage();
|
||||
|
|
Loading…
Add table
Reference in a new issue