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
bruno-medeiros
released this
29 May 20:11
·
2380 commits
to master
since this release
Note:
- The update site for this release is: https://bruno-medeiros.ci.cloudbees.com/job/Goclipse-RC/lastSuccessfulBuild/artifact/update-site/
- The current documentation for this release is here: UserGuide
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.