From 11220cc2fd75d38596c4ac98a3bcf1528624add6 Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Thu, 25 Feb 2016 17:42:32 +0000 Subject: [PATCH] prep 0.14.1 --- documentation/ChangeLog.md | 19 +++++++++++-------- feature/feature.xml | 2 +- feature/pom.xml | 2 +- plugin_ide.core.tests/META-INF/MANIFEST.MF | 2 +- plugin_ide.core.tests/pom.xml | 2 +- plugin_ide.core/META-INF/MANIFEST.MF | 2 +- plugin_ide.core/pom.xml | 2 +- plugin_ide.debug/META-INF/MANIFEST.MF | 2 +- plugin_ide.debug/pom.xml | 2 +- plugin_ide.ui.tests/META-INF/MANIFEST.MF | 2 +- plugin_ide.ui.tests/pom.xml | 2 +- plugin_ide.ui/META-INF/MANIFEST.MF | 2 +- plugin_ide.ui/pom.xml | 2 +- plugin_tooling/META-INF/MANIFEST.MF | 2 +- plugin_tooling/pom.xml | 2 +- 15 files changed, 25 insertions(+), 22 deletions(-) diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index 5aa08c0a2..ff046bc0f 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,17 +1,20 @@ ## release ChangeLog ### (NextVersion) - * godef #TODO - * Added signing to releases. - * Added "Format automatically on editor save." option to gofmt. - * gofmt preferences moved to "Go/Tools" preference page. + +### 0.14.1 + * Added `godef` integration. `godef` is used as an alternative to oracle for the Open Definition operation. + * I wasn't able to use it extensively, but it seems to be more powerful than oracle (it can recover from some compiler errors for example). And indeed most other Go IDEs/editors are using godef, so this bring Goclipse in line with that. + * Added "Format automatically on editor save." preference. + * gofmt preferences moved to "Go/Tools" preference page. * Minor improvement to editor caret position preservation when invoking gofmt. - * Fixed incorrect icon for errors and warnings in preference page status. - * Fixed: can't save preference pages with empty fields. - * Fixed bug where problem markers for the #build-tests target would not be created for Eclipse projects inside a GOPATH entry. + * Added signing to releases. * Removed GOOS and GOARCH from preferences, they no longer have an apparent use. * Removed godoc preference. - + * Fixed: Incorrect icon for errors and warnings in preference page status. + * Fixed: Can't save preference pages with empty fields. + * Fixed: Problem markers for the #build-tests target would not be created for Eclipse projects inside a GOPATH entry. + ### 0.14.0 * Added on-the-fly parser errors in the editor (uses Go `oracle`). * Added some new Snippets: `for`, `foreach`, `switch`, `main`, `apl` and a few others. diff --git a/feature/feature.xml b/feature/feature.xml index 2773f4bcd..3eaa394eb 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/feature/pom.xml b/feature/pom.xml index 995cf04ff..dc5806f68 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -11,7 +11,7 @@ goclipse_feature - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-feature diff --git a/plugin_ide.core.tests/META-INF/MANIFEST.MF b/plugin_ide.core.tests/META-INF/MANIFEST.MF index 550ffbdcc..adc89816a 100644 --- a/plugin_ide.core.tests/META-INF/MANIFEST.MF +++ b/plugin_ide.core.tests/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: com.googlecode.goclipse.core.tests;singleton:=true -Bundle-Version: 0.14.0.qualifier +Bundle-Version: 0.14.1.qualifier Bundle-Name: com.googlecode.goclipse.core Tests Fragment-Host: com.googlecode.goclipse.core Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/plugin_ide.core.tests/pom.xml b/plugin_ide.core.tests/pom.xml index d157c5713..5776a828f 100644 --- a/plugin_ide.core.tests/pom.xml +++ b/plugin_ide.core.tests/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.core.tests - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.core/META-INF/MANIFEST.MF b/plugin_ide.core/META-INF/MANIFEST.MF index 00d6bc8ab..66d81f815 100644 --- a/plugin_ide.core/META-INF/MANIFEST.MF +++ b/plugin_ide.core/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: com.googlecode.goclipse.core;singleton:=true -Bundle-Version: 0.14.0.qualifier +Bundle-Version: 0.14.1.qualifier Bundle-Localization: plugin Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider diff --git a/plugin_ide.core/pom.xml b/plugin_ide.core/pom.xml index 25e00ceab..8edeecff9 100644 --- a/plugin_ide.core/pom.xml +++ b/plugin_ide.core/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.core - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-plugin diff --git a/plugin_ide.debug/META-INF/MANIFEST.MF b/plugin_ide.debug/META-INF/MANIFEST.MF index cf00f81a2..9b54e86ea 100644 --- a/plugin_ide.debug/META-INF/MANIFEST.MF +++ b/plugin_ide.debug/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: GoClipse Debug Bundle-SymbolicName: com.googlecode.goclipse.debug;singleton:=true -Bundle-Version: 0.14.0.qualifier +Bundle-Version: 0.14.1.qualifier Bundle-Localization: plugin Bundle-Activator: com.googlecode.goclipse.debug.ui.GoDebugUI Bundle-Vendor: github.com/Goclipse diff --git a/plugin_ide.debug/pom.xml b/plugin_ide.debug/pom.xml index 7c71fceaf..ffaad3d95 100644 --- a/plugin_ide.debug/pom.xml +++ b/plugin_ide.debug/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.debug - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-plugin diff --git a/plugin_ide.ui.tests/META-INF/MANIFEST.MF b/plugin_ide.ui.tests/META-INF/MANIFEST.MF index 34295220f..33348a1d3 100644 --- a/plugin_ide.ui.tests/META-INF/MANIFEST.MF +++ b/plugin_ide.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: UI Tests Bundle-SymbolicName: com.googlecode.goclipse.ui.tests;singleton:=true -Bundle-Version: 0.14.0.qualifier +Bundle-Version: 0.14.1.qualifier Fragment-Host: com.googlecode.goclipse.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.junit;bundle-version="4.10.0", diff --git a/plugin_ide.ui.tests/pom.xml b/plugin_ide.ui.tests/pom.xml index 4991721af..47f90ad2e 100644 --- a/plugin_ide.ui.tests/pom.xml +++ b/plugin_ide.ui.tests/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.ui.tests - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.ui/META-INF/MANIFEST.MF b/plugin_ide.ui/META-INF/MANIFEST.MF index 30af11ea1..dbb2a887d 100644 --- a/plugin_ide.ui/META-INF/MANIFEST.MF +++ b/plugin_ide.ui/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: com.googlecode.goclipse.ui;singleton:=true -Bundle-Version: 0.14.0.qualifier +Bundle-Version: 0.14.1.qualifier Bundle-Localization: plugin Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider diff --git a/plugin_ide.ui/pom.xml b/plugin_ide.ui/pom.xml index 4734c9c94..d0ee07353 100644 --- a/plugin_ide.ui/pom.xml +++ b/plugin_ide.ui/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.ui - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-plugin diff --git a/plugin_tooling/META-INF/MANIFEST.MF b/plugin_tooling/META-INF/MANIFEST.MF index ca5c545ad..3bc55fa79 100644 --- a/plugin_tooling/META-INF/MANIFEST.MF +++ b/plugin_tooling/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.googlecode.goclipse.tooling;singleton:=true -Bundle-Version: 0.14.0.qualifier +Bundle-Version: 0.14.1.qualifier Bundle-Vendor: %pluginProvider Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/plugin_tooling/pom.xml b/plugin_tooling/pom.xml index adb7f822a..776fafc0c 100644 --- a/plugin_tooling/pom.xml +++ b/plugin_tooling/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.tooling - 0.14.0-SNAPSHOT + 0.14.1-SNAPSHOT eclipse-test-plugin