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

Release 0.8.1

Compare
Choose a tag to compare
@bruno-medeiros bruno-medeiros released this 16 Sep 13:53
· 2241 commits to master since this release
  • Changed the Eclipse update site URL to: http://goclipse.github.io/releases/
  • Updated minimum required CDT version to 8.4.
  • Changed Goclipse to be more lenient with CDT versions: it can now be installed with any CDT version except with major version changes. However each DDT release will still have a preferred CDT "major.minor" version, that has been tested against Goclipse. Using a version other than the recommended one is not guaranteed to work correctly.
    • Current recommended CDT version is 8.4.
  • Improved syntax highlighting preferences. Can now customize bold, italic, underline, etc. for each syntax element.
  • Added build console preference page.
    • Can now customize build console text colors, and "Activate console on error messages" option.
  • Added #45: Allow specifying extra options to 'go build' (available in project properties). They default to -gcflags "-N -l"
  • Added: error message if gocode server could not be started.
  • Fixed #60: "go fmt" clearing entire file source if Go source was invalid.
  • Fixed #68: Ctrl-click hyperlink to open symbol defintion no longer working.
  • Fixed: Redundant build messages being displayed, even if no changes occurred in a project since last build.
  • Fixed: No build commands are printed in the build console when building non-main packages.