This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
Release 0.8.0
- Added debugging support using CDT's integration with GDB.
- Goclipse now requires a JVM of version 7.
- Changed internal id for Go projects, so old Go projects are no longer recognized, they will need to be recreated.
- 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. - Fixed potential bug reading output of go test tool, for auto test feature.
- Removed deprecated options in Go project build options property page.
- Moved Continuous/Automatic Unit Testing tab to separate property page.
- Fixed bug: Continuous Unit Testing property page saving its options without OK pressed.
- Fixed bug: Continuous Unit Testing property page restore-defaults not working.