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

Commit

Permalink
prep 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Oct 29, 2015
1 parent 2b8cf1c commit 732270f
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 23 deletions.
17 changes: 8 additions & 9 deletions documentation/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
## release ChangeLog

### (NextVersion)
* Fixed: Quick outline breaks when file begins with `/* */`. (#160)
* Fixed: Preferences: custom setting for gofmt command is not saved. (#166)
* Syntax highlighting now works on the source compare editor/viewer.
### 0.13.0
* Added support for Eclipse dark theme (#131). Namely:
* Syntax/source coloring now have different settings for dark theme.
* Fixed Tools Console colors, as well as content assist pop-up colors.
* Added number literals syntax highlighting. (#138)
* Syntax highlighting now works on the source compare editor/viewer.
* Added per-project compiler installation preferences. (#152)
* Newly created launch configurations now have the debug option "Stop on startup at:" set to false by default. This way debugging won't stop on the C `main`, which is essentially useless outside of C/C++.
* Fixed: Quick outline breaks when file begins with `/* */`. (#160)
* Fixed: Preferences: custom setting for gofmt command is not saved. (#166)
* Fixed: AssertionFailureException pressing Enter after source with more closing braces than opening ones.
* Added support for Eclipse dark theme (#131). Namely:
* Syntax/source coloring now have different settings for dark theme.
* Fixed tools console colors, as well as content assist pop-up colors.
* Changed default settings for syntax/source highlighting (non-dark themes).
* Fixed: Unindent (Shift-Tab) broken, does nothing after empty lines in selection.
* Fixed Outline broken, due to error "CommonException: Invalid line, out of bounds". (#156)
* Fixed: Outline broken, due to error "CommonException: Invalid line, out of bounds". (#156)

### 0.12.1
* Go build now displays GOOS and GOARCH environment variables in build/tools console, if a non-default value is set.
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="GoClipse"
version="0.12.1.qualifier"
version="0.13.0.qualifier"
provider-name="The GoClipse Development Team"
plugin="com.googlecode.goclipse.ui">

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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1.qualifier
Bundle-Version: 0.13.0.qualifier
Bundle-Name: com.googlecode.goclipse.core Tests
Fragment-Host: com.googlecode.goclipse.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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.12.1-SNAPSHOT</version>
<version>0.13.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
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GoClipse Core
Bundle-SymbolicName: com.googlecode.goclipse.core;singleton:=true
Bundle-Version: 0.12.1.qualifier
Bundle-Version: 0.13.0.qualifier
Bundle-Activator: com.googlecode.goclipse.Activator
Require-Bundle: org.junit;bundle-version="4.11.0";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.9.0";visibility:=reexport,
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.12.1-SNAPSHOT</version>
<version>0.13.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
Expand Up @@ -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.12.1.qualifier
Bundle-Version: 0.13.0.qualifier
Bundle-Localization: plugin
Bundle-Activator: com.googlecode.goclipse.debug.ui.GoDebugUI
Bundle-Vendor: github.com/Goclipse
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.12.1-SNAPSHOT</version>
<version>0.13.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
Expand Up @@ -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.12.1.qualifier
Bundle-Version: 0.13.0.qualifier
Fragment-Host: com.googlecode.goclipse.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.10.0",
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.12.1-SNAPSHOT</version>
<version>0.13.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.12.1.qualifier
Bundle-Version: 0.13.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
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.12.1-SNAPSHOT</version>
<version>0.13.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
Expand Up @@ -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.12.1.qualifier
Bundle-Version: 0.13.0.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
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.12.1-SNAPSHOT</version>
<version>0.13.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down

0 comments on commit 732270f

Please sign in to comment.