Goclipse v0.12.0 Release Notes

Release Date: 2015-08-05 // over 8 years ago
    • ➕ Added: support for Build Targets:
      • Build Targets are displayed in the Project Explorer. Here you can also configure which targets are enabled for a workspace build.
      • Predefined Build Targets for Go are: ./... #build, ./... #build-tests, ./... #[run-tests]. See the updated Build section in the UserGuide for more information.
      • Project Build Configuration property page updated to support configuring Build Targets.
      • Note that a ./... Build Target is not launchable. To run a Go launch, you need to specify a specific Go package.
    • ➕ Added: Explicit GOPATH preference option to use the same value as the GOPATH environment variable.
    • 0️⃣ No longer required to set an explicit value for the GOOS and GOARCH preference for running tools such as Go Oracle. You can just leave those fields at the default setting.
    • ⚡️ No longer showing error dialog when gocode fails. Now, only the editor status line is updated.
    • ✂ Removed go fix menu operation.
    • 📚 Updated Configuration section in the User Guide.
    • 🛠 Fixed: Occasional AssertionFailure when creating new projects in nested locations (the project would not show up in Explorer).
    • 🛠 Fixed: Arguments field in launch configuration is not multi-line.