Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
prep 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Jun 22, 2016
1 parent aab22a7 commit 026014a
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 24 deletions.
23 changes: 13 additions & 10 deletions documentation/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
## release ChangeLog

### (NextVersion)

### 0.16.0
* Added documentation hover (`F2` or mouse-over the reference). Also documentation added to code completion popup.
* Added insertion of function arguments for function code completion proposals.
* Enabled `gocode`'s `propose-builtins` option, which isn't enabled by default.
* Reworked the icon and label of code completion proposals and fixed some related issues. Now the icons are consistent with the Outline icons.
* Removed preference "Show error dialog if gocode failures occur" as it's no longer necessary.
* Content Assist will now distinguish between setup errors (errors that the user can fix, which are related to configuration and not the source) and other tool errors. For setup errors, a dialog will always be shown. For the other errors, if Content Assist was invoked manually, a dialog will also be shown, but if it was activated automatically the error will only be displayed in the editor status line.
* Improved `gofmt` error message text.
* Fixed: Eclipse variables not being substituted in environment-variables settings of launch configurations.
* Fixed: Project Explorer GOPATH elements not updated if project settings changed.

* Added documentation hover (`F2` or mouse-over a reference). Also added to code completion. #TODO doc
* Added insertion of function parameters for function completion proposals.
* Enabled gocode `propose-builtins` option, which isn't enabled by default.
* Reworked the icon and label of completion proposals and fixed some related issues. Also, now the icons are consistent with the Outline icons.
* Content Assist will now distinguish between setup errors (errors that the user can fix, which are related to configuration and not the source code) and other tool errors. For setup/critical errors, a dialog will always be shown. For the other errors, if Content Assist was invoked manually, a dialog will also be shown, but if it was activated automatically the error will only be displayed in the editor status line.
* Improved `gofmt` error message.
* Added: show Project Explorer error element if project is not contained in GOPATH.

--
* Fixed: Eclipse variables not being substituted in environment-variable values of Build Targets and launch configurations.
* Fixed: Project Explorer GOPATH elements not updated if project GOPATH settings changed.
* Fixed: Progress dialog never showing up when "Ok" pressed in LANG_NAME project properties page.
* Fixed: Eclipse variables not being substituted in environment-variable values.
* Fixed: Erratic text cursor bug when typing in GOPATH field and gofmt field.

### 0.15.0
Expand Down
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="goclipse_feature"
label="%featureName"
version="0.15.0.qualifier"
version="0.16.0.qualifier"
provider-name="%providerName"
plugin="com.googlecode.goclipse.jvmcheck">

Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>goclipse_feature</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.core.tests;singleton:=true
Bundle-Version: 0.15.0.qualifier
Bundle-Version: 0.16.0.qualifier
Fragment-Host: com.googlecode.goclipse.core
Bundle-Vendor: %pluginProvider
Bundle-Name: %pluginNameTests
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.core.tests</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.core;singleton:=true
Bundle-Version: 0.15.0.qualifier
Bundle-Version: 0.16.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.core</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.debug;singleton:=true
Bundle-Version: 0.15.0.qualifier
Bundle-Version: 0.16.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.debug</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.ui.tests;singleton:=true
Bundle-Version: 0.15.0.qualifier
Bundle-Version: 0.16.0.qualifier
Fragment-Host: com.googlecode.goclipse.ui
Bundle-Vendor: %pluginProvider
Bundle-Name: %pluginNameTests
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.ui.tests</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.ui;singleton:=true
Bundle-Version: 0.15.0.qualifier
Bundle-Version: 0.16.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.ui</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_tooling/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.tooling;singleton:=true
Bundle-Version: 0.15.0.qualifier
Bundle-Version: 0.16.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugin_tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.tooling</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.16.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down

0 comments on commit 026014a

Please sign in to comment.