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

0.8.0 Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@bruno-medeiros bruno-medeiros released this 29 May 20:11
· 2380 commits to master since this release

Note:

Changelog:

  • Added debugging support using CDT's integration with GDB.
  • Goclipse now requires a JVM of version 7.
  • Implemented #46: Eclipse console for Go builder.
  • Implemented #23: Auto indent when Enter pressed. Closing braces are automatically added as well.
    • Also, auto-deindent is performed when backspace pressed at line indent.
    • Added preference page to customize Auto-Indent behavior (under Editor/Typing)
  • Fixed issue with Project Explorer Go Elements content.
  • Changed internal id for Go projects, so old Go projects are no longer recognized, they will need to be recreated.
  • Fixed potential bug reading output of go test tool, for continuous testing feature.