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

0.16.1

Latest
Compare
Choose a tag to compare
@bruno-medeiros bruno-medeiros released this 06 Jul 19:56
· 194 commits to master since this release
  • Updated minimum CDT to version 9.0 (CDT from Eclipse Neon).
  • Removed effectively useless "Start gocode server automatically" preference.
  • The GOROOT environment variable is no longer set when invoking Go tools (such as go, gocode, godef, etc.). (#214)
    • This causes problems with non-archive Go installations (such as those installed into /usr/bin), and the reason why it was set in the first place is not known - probably legacy code. Google also seems to indicate GOROOT should not be set explicitly.
  • Fixed: NPE when invoking Content Assist inside a comment, string or character.
  • Fixed 0.16.0 regression: editor open definition hyperlink (Ctrl+click) not working. (#208)
  • Fixed 0.16.0 regression: Assertion exception when opening Go files in the compare editor. (#211)