Skip to content

Commit

Permalink
mark the new margo as ready for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Feb 16, 2018
1 parent f815b1a commit b8d31c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
**margo**

This, and future, versions of GoSublime include a new version of margo that will run side-by-side with the old version until it can be completely replaced.

Nothing should change at this time except the appearance of two new processes (`margo` and `margo.sublime`), some more noise in the console and `{• _ •}` in the status bar.


**Donate:**

If you find GoSublime useful and would like to support me and future development of GoSublime,
please donate via one of the available methods on https://github.com/DisposaBoy/GoSublime#donations
or reach out to [email protected] to discuss other options.



**Changes:**

GoSublime Changes
-----------------
## 18.02.16
* The new version of margo is close to being ready for real usage.
If you'd like to test it out, press `ctrl+.`,`ctrl+x` or `cmd+.`,`cmd+x`
to open the extension file and then save it or restart sublime text
* Highlights:
* less dependence on Python, so development should be a lot easier going forward
* it comes with integrated support for GoImports
* gocode integration now supports more options like autobuild, showing function params and autocompleting packages that have not been imported

## 18.01.17
* update gocode
Expand Down
4 changes: 2 additions & 2 deletions gosubl/about.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import re
import sublime

ANN = 'a18.02.09-1'
VERSION = 'r18.01.17-1'
ANN = 'a18.02.16-1'
VERSION = 'r18.02.16-1'
VERSION_PAT = re.compile(r'\d{2}[.]\d{2}[.]\d{2}-\d+', re.IGNORECASE)
DEFAULT_GO_VERSION = 'go?'
GO_VERSION_OUTPUT_PAT = re.compile(r'go\s+version\s+(\S+(?:\s+[+]\w+|\s+\([^)]+)?)', re.IGNORECASE)
Expand Down

0 comments on commit b8d31c2

Please sign in to comment.