3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* add and document new setting `use_named_imports` More... over 11 years ago
* ignore pkg paths that look odd (source files in the root of a GOPATH) More... over 11 years ago
* extract m_pkgpaths into a function so it can be re-used by other methods More... over 11 years ago
* implemented initial, uncaching version of pkgpaths More... over 11 years ago
Merge branch 'master' of github.com:DisposaBoy/GoSublime More... over 11 years ago
Merge pull request #335 from slene/patch-1 More... over 11 years ago
fix python unicode length problem More... over 11 years ago
* def m_pkgpaths wrapper More... over 11 years ago
* use the new mg src dir structure to build More... over 11 years ago
* update gocode import path More... over 11 years ago
* add utils for m_pkgpaths More... over 11 years ago
* norm goroot and the gopath entries and GS_GOPATH candidates so the GOROOT is not accidently set to GS_GOPATH. this fixes #302 More... over 11 years ago
* add a note about the `use_gs_gopath` setting More... over 11 years ago
* add, document and implement the new setting `use_gs_gopath` More... over 11 years ago
* first try to get GS_GOPATH from the cwd, then from the last .go filename More... over 11 years ago
* document the new behaviour of `GS_GOPATH` More... over 11 years ago
* miss-renamed More... over 11 years ago
* move go-related files into a gs_gopath compatible directory More... over 11 years ago
* add auto installer More... over 11 years ago
* add autoInstall support More... over 11 years ago
* add helpers for sending messages and other data to the client and for getting the list of import paths in a file More... over 11 years ago
* add global chan on which messages can be sent to the client More... over 11 years ago
* send autoinst setting to m_imports More... over 11 years ago
Merge branch 'master' of github.com:DisposaBoy/GoSublime More... over 11 years ago
* print margo messages so they don't get lost More... over 11 years ago
* send `env` to m_imports More... over 11 years ago
* ann More... over 11 years ago
* ann More... over 11 years ago
OOB sync gocode More... over 11 years ago
* handle margo.message More... over 11 years ago