-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move "Download tern modules" wizard to File -> Import ... See
- Loading branch information
1 parent
b10f536
commit 2969513
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 16 additions & 3 deletions
19
...de.tools.ui/src/tern/eclipse/ide/tools/internal/ui/wizards/DownloadTernModulesWizard.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
/** | ||
* Copyright (c) 2013-2014 Angelo ZERR. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
* | ||
* Contributors: | ||
* Angelo Zerr <[email protected]> - initial API and implementation | ||
*/ | ||
package tern.eclipse.ide.tools.internal.ui.wizards; | ||
|
||
import org.eclipse.ui.INewWizard; | ||
import org.eclipse.ui.IImportWizard; | ||
|
||
import tern.eclipse.ide.tools.internal.ui.TernToolsUIMessages; | ||
import tern.eclipse.ide.tools.internal.ui.wizards.TernWizard; | ||
|
||
/** | ||
* Download tern plugins wizard. | ||
* | ||
*/ | ||
public class DownloadTernModulesWizard extends TernWizard<DownloadOptions> | ||
implements INewWizard { | ||
implements IImportWizard { | ||
|
||
@Override | ||
public void addPages() { | ||
|
2969513
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it mean it will be both New and Import ?
2969513
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No just import