diff --git a/documentation/Installation.md b/documentation/Installation.md index 8c38ded17..a0f7fc33e 100644 --- a/documentation/Installation.md +++ b/documentation/Installation.md @@ -1,13 +1,13 @@ ## Installation #### Requirements: - * Eclipse 4.4.1 (Luna SR1) or later. + * Eclipse 4.5 (Mars) or later. * Java VM version 8 or later. * Go development tools and libraries installed on target machine (http://golang.org/doc/install.html). Currently, only the plan 9 style compilers are supported. GCCGO may be supported in the future #### Instructions: 1. Use your existing Eclipse, or download a new Eclipse package from http://www.eclipse.org/downloads/. - * For an Eclipse package without any other IDEs or extras (such a VCS tools), download the ["Platform Runtime Binary"](http://archive.eclipse.org/eclipse/downloads/drops4/R-4.4.1-201409250400/#PlatformRuntime). + * For an Eclipse package without any other IDEs or extras (such a VCS tools), download the ["Platform Runtime Binary"](http://archive.eclipse.org/eclipse/downloads/drops4/R-4.5-201506032000/#PlatformRuntime). 1. Start Eclipse, go to `Help -> Install New Software...` 1. Click the `Add...` button, then enter the Update Site URL: **http://goclipse.github.io/releases/** in the Location field, click OK. 1. Select the recently added update site in the `Work with:` dropdown. Type `GoClipse` in the filter box. Now the Goclipse feature should appear below. diff --git a/feature/feature.xml b/feature/feature.xml index 3d0bc4ccd..c7dfd54b5 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -119,7 +119,7 @@ This Agreement is governed by the laws of the State of New York and the intellec - + diff --git a/plugin_ide.ui/src-lang/melnorme/lang/ide/ui/editor/structure/LangOutlinePage.java b/plugin_ide.ui/src-lang/melnorme/lang/ide/ui/editor/structure/LangOutlinePage.java index b85294651..2f0dda46f 100644 --- a/plugin_ide.ui/src-lang/melnorme/lang/ide/ui/editor/structure/LangOutlinePage.java +++ b/plugin_ide.ui/src-lang/melnorme/lang/ide/ui/editor/structure/LangOutlinePage.java @@ -113,10 +113,11 @@ protected void treeViewerPostSelectionChanged(SelectionChangedEvent event) { /* ----------------- Show in target ----------------- */ + @SuppressWarnings("unchecked") @Override - public Object getAdapter(Class key) { - if (key == IShowInTarget.class) { - return getShowInTarget(); + public T getAdapter(Class adapter) { + if(adapter == IShowInTarget.class) { + return (T) getShowInTarget(); } return null; diff --git a/releng/ProjectSite-skeleton/releases/compositeArtifacts.xml b/releng/ProjectSite-skeleton/releases/compositeArtifacts.xml index 07c2d40a3..dbabee6ce 100644 --- a/releng/ProjectSite-skeleton/releases/compositeArtifacts.xml +++ b/releng/ProjectSite-skeleton/releases/compositeArtifacts.xml @@ -2,11 +2,11 @@ - + - + diff --git a/releng/ProjectSite-skeleton/releases/compositeContent.xml b/releng/ProjectSite-skeleton/releases/compositeContent.xml index 63517d41b..01f9f88c5 100644 --- a/releng/ProjectSite-skeleton/releases/compositeContent.xml +++ b/releng/ProjectSite-skeleton/releases/compositeContent.xml @@ -2,11 +2,11 @@ - + - + diff --git a/releng/compositeSite-helper.xml b/releng/compositeSite-helper.xml index fcf26172b..b2ce4d258 100644 --- a/releng/compositeSite-helper.xml +++ b/releng/compositeSite-helper.xml @@ -2,7 +2,7 @@ - +