Skip to content

Commit 25ea2b5

Browse files
committed
v3.3.0
1 parent 07d9f26 commit 25ea2b5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Planned:
22
- Rework some snippets, like a single import without an alias
33
- Add support for all go tools like fix, vet, oracle
44

5+
### 3.3.0 / 2015-11-27
6+
- [Hand crafted, beautiful icons that work on HiDPI and lower resolutions @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/6eac77254101eac2d325bc729b633f243865d87b)
7+
- [Fix regex scope identifiers to allowed ones @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/88bbe651383a8eeaca1f0b38d0c625bbe4dc427b)
8+
- [Simplify and shorten regexes @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/f0705089034f353f65ce3b0a2544296c5121bd2e)
9+
- [Uniform regex indentation @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/4fd348f65fc9ddcb48cdc6437a00f10125c68192)
10+
- [Better type marking in instances like 'var x Type' or 'x := Type{} @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/a8328ab956a3f43b4aab72f860cc1eed3a7ecd1e)
11+
- [Mark types in function declarations @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/d2b0efdfc1206d72c058875d2956f9052ee81a59)
12+
- Update README to reflect this branch's status as the TextMate default
13+
514
### 3.2.1 / 2015-10-18
615
- [Changed icons for completion menu to HiDPI version @msoap](https://github.com/syscrusher/golang.tmbundle/commit/6201a07c52595cc48f60691eedca973a8121152a)
716
- [New path to godoc @msoap](https://github.com/syscrusher/golang.tmbundle/commit/f7e24e69d6d099597757754c7097670bd76fac31)

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
## golang.tmbundle v3.2.1
1+
## golang.tmbundle v3.3.0
22
(a TextMate 2 bundle for the go programming language)
33

44
### Installation
5-
TextMate by default will detect .go files and load [Jim Dovey's bundle](https://github.com/AlanQuatermain/go-tmbundle). This is a fork with additional improvements merged from around the community.
5+
TextMate should detect .go files and load this bundle. This bundle is a fork from [Jim Dovey's bundle](https://github.com/AlanQuatermain/go-tmbundle) with additional improvements merged from around the community.
66

7-
Big changes from the default version:
7+
Changes from the original version (see full changelog for more details):
88
- Support for goimports and golint (thanks [fmccann](https://github.com/fmccann))
9+
- Improved syntax highlighting (thanks [nanoant](https://github.com/nanoant))
910
- Users can supply commands via ENV variables (TM\_GO\_DYNAMIC\_GOPATH, TM\_GO\_DYNAMIC\_PKG, TM\_GO\_DYNAMIC\_PKG\_PATH). The bundle will consult these commands if defined to dynamically change the gopath or package based on the current directory. (thanks [fmccann](https://github.com/fmccann))
1011
- all non-run go commands operate on the current directory instead of per file if the package is not defined dynamically. (thanks [tg](https://github.com/tg)).
1112
- run and build work on unsaved files (thanks [tg](https://github.com/tg))
1213
- added print, println, printf, and fprintf snippets (thanks [jish](https://github.com/jish))
13-
- HiDPI completion icons (thanks [msoap](https://github.com/syscrusher/golang.tmbundle/commits/master?author=msoap))
14+
- HiDPI completion icons (thanks [nanoant](https://github.com/nanoant))
1415
- bugfixes (thanks everyone!)
1516

1617
To install this bundle manually, open a Terminal window and do:

0 commit comments

Comments
 (0)