Goclipse v0.13.0 Release Notes

Release Date: 2015-10-29 // over 8 years ago
    • โž• Added support for Eclipse dark theme (#131). Namely:
      • Syntax/source coloring now have different settings for dark theme.
      • Fixed Tools Console colors, as well as content assist pop-up colors.
    • โž• Added number literals syntax highlighting. (#138)
    • Syntax highlighting now works on the source compare editor/viewer.
    • โž• Added per-project compiler installation preferences. (#152)
    • ๐Ÿ†• Newly created launch configurations now have the debug option "Stop on startup at:" set to false by default. This way debugging won't stop on the C main, which is essentially useless outside of C/C++.
    • Fixed: Quick outline breaks when file begins with /* */. (#160)
    • ๐Ÿ›  Fixed: Preferences: custom setting for gofmt command is not saved. (#166)
    • ๐Ÿ›  Fixed: AssertionFailureException pressing Enter after source with more closing braces than opening ones.
    • ๐Ÿ›  Fixed: Unindent (Shift-Tab) broken, does nothing after empty lines in selection.
    • ๐Ÿ›  Fixed: Outline broken, due to error "CommonException: Invalid line, out of bounds". (#156)