Goclipse v0.14.0 Release Notes

Release Date: 2016-02-08 // about 8 years ago
    • โž• Added on-the-fly parser errors in the editor (uses Go oracle).
    • โž• Added some new Snippets: for, foreach, switch, main, apl and a few others.
    • โž• Added improved download functionality in gocode/oracle preference page.
    • Pressing F2 in the editor now shows information popup for problem under cursor (same as the mouse-over hover).
    • ๐Ÿ— Project builder is no longer invoked when workspace "Build Automatically" setting is enabled and a file is saved. (this was considered a misfeature anyways)
    • ๐Ÿ— Dirty editors are now automatically saved if a build is invoked directly from a Build Target in the Project Explorer. (if the workspace "Save automatically before build" option is enabled).
    • ๐Ÿ‘Œ Improved Auto-Indent when Enter pressed before a closing brace.
    • โž• Added preference to control whether project location is implicitly added to GOPATH or not.
    • โž• Added gocode preference to enable/disable showing the error dialog if failures occur during Content Assist.
    • Minimum and recommended CDT version is now 8.8.
    • ๐Ÿ›  Partially fixed outline not showing some method declarations. Now it works when editor is saved, but not if the editor is dirty. (#177)
    • ๐Ÿ›  Fixed NPE when invoking Open Definition in a file that is available in the Eclipse workspace under more than one path/location. (#167)
    • ๐Ÿ›  Fixed bug with Content Assist snippets using the ${word_selection} variable.
    • ๐Ÿ›  Fixed workspace resource locking when a build is invoked directly from a Build Target in the Project Explorer.
    • ๐Ÿ›  Fixed regression: Console view always activates when a build is invoked. (#158)
    • ๐Ÿ›  When debugging, fixed toggling breakpoints on and off for files that are outside the workspace.
    • ๐Ÿ›  When debugging, fixed opening source files that are are outside the workspace.
    • ๐Ÿ›  Fixed line breakpoint icon.
    • ๐Ÿ›  Fixed: in New Go File Wizard, "Browse" button not working.
    • ๐Ÿ›  Fixed: "Restore Defaults" in "Go Compiler" settings page sometimes causes GOPATH field to be enabled when it shouldn't.
    • ๐Ÿ›  Fixed: project Build Targets settings pages shows wrong default for Program Path field.