Skip to content

Releases: DisposaBoy/GoSublime

v18.03.19-1

19 Mar 19:08
Compare
Choose a tag to compare
  • disable the autoinst setting by default
  • fix a Python buffering issue that sometimes caused the ui to freeze
  • speedup sh-bootstrap/Sublime Text startup

v18.03.16-1

16 Mar 12:10
Compare
Choose a tag to compare

support for context-aware snippets have now been added in the new version of margo.
just add golang.Snippets, to your reducers to enable it.

see https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go

r18.03.05-1

05 Mar 16:19
Compare
Choose a tag to compare
  • if no status is set, the status markers (dots) are no longer shown

  • sh-bootstrap.go is now built with go build to improve startup time in go1.10

  • path handling on Windows was improved

  • linter support should now be almost complete.

    • add support for displaying issues via ctrl+.,ctrl+e or cmd+.,cmd+e
    • errors for all files in the package are tracked
    • the error count in the status bar is always visible if there are errors in other files

    see the example extension https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go for examples of builtin linters.

stop linking sqlite3 to avoid compilation errors

17 Feb 12:10
Compare
Choose a tag to compare

fix a compilation error introduced in r18.02.16-1

17 Feb 07:42
Compare
Choose a tag to compare

margo is ready for testing

16 Feb 11:31
Compare
Choose a tag to compare
r18.02.16-1

mark the new margo as ready for testing

push new margo

09 Feb 16:44
a36cdb5
Compare
Choose a tag to compare
18.02.09-1

ANN

pre-release announcement

04 Feb 16:12
33c9124
Compare
Choose a tag to compare
18.02.04-1

fix ANN version

marketing

14 Jan 23:33
8354bb3
Compare
Choose a tag to compare

marketing

r17.12.17-1

21 Dec 19:48
Compare
Choose a tag to compare
  • fix failure to list some packges in the imports palette
  • update gocode