Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/DisposaBoy/GoSublime

A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
https://github.com/DisposaBoy/GoSublime

* def m_pkgpaths wrapper

5c98d04810301240db3b6a35de2083ddcf024a8e authored over 11 years ago by DisposaBoy <[email protected]>
* use the new mg src dir structure to build

5fa936ee71d925c81966a5f004c4c117c243e477 authored over 11 years ago by DisposaBoy <[email protected]>
* update gocode import path

0f5c42f4727acb9b255dce52e1a90696c14fc664 authored over 11 years ago by DisposaBoy <[email protected]>
* add utils for m_pkgpaths

6eeeddae83941e92edac07ce436154e9aa11f596 authored over 11 years ago by DisposaBoy <[email protected]>
* norm goroot and the gopath entries and GS_GOPATH candidates so the GOROOT is not accidently set to GS_GOPATH. this fixes #302

2b9826f4d99608fe6ce99a16a5e7cc19f24106e9 authored over 11 years ago by DisposaBoy <[email protected]>
* add a note about the `use_gs_gopath` setting

9e39ff08d3f3009f0045a68ba1af8e04ef8e63e3 authored over 11 years ago by DisposaBoy <[email protected]>
* add, document and implement the new setting `use_gs_gopath`

81738a2c361c3a151566157c4591ab564669c2a2 authored over 11 years ago by DisposaBoy <[email protected]>
* first try to get GS_GOPATH from the cwd, then from the last .go filename

c471137253682c42373157948a9f2ac5dc738cfc authored over 11 years ago by DisposaBoy <[email protected]>
* document the new behaviour of `GS_GOPATH`

78b6426e1f0fe671e3da486628187ce6692c1fc3 authored over 11 years ago by DisposaBoy <[email protected]>
* miss-renamed

1697851ba5c3dd0e26850c87e06841ee75ab7500 authored over 11 years ago by DisposaBoy <[email protected]>
* move go-related files into a gs_gopath compatible directory

4eb44469d67ca261700b71f42633000a09281d9a authored over 11 years ago by DisposaBoy <[email protected]>
* add auto installer

062244f809e58a2150bb614900c05d4cffcb4cf0 authored over 11 years ago by DisposaBoy <[email protected]>
* add autoInstall support

70f52689a17b9b2647c35b526e20b17592709077 authored over 11 years ago by DisposaBoy <[email protected]>
* add helpers for sending messages and other data to the client and for getting the list of import paths in a file

693197e88ed2a32abb3c6ae1c6c02f62e2e2131b authored over 11 years ago by DisposaBoy <[email protected]>
* add global chan on which messages can be sent to the client

2d7fd9890d8061d736331ff5900f28fbf3a1472f authored over 11 years ago by DisposaBoy <[email protected]>
* send autoinst setting to m_imports

388f2c6b5204a66839f5c53ccc7a1f19b03b2c52 authored over 11 years ago by DisposaBoy <[email protected]>
Merge branch 'master' of github.com:DisposaBoy/GoSublime

1e305963c0d0a98dc0f9ae1852a2be106da18322 authored over 11 years ago by DisposaBoy <[email protected]>
* print margo messages so they don't get lost

6569a1ec82ebb2dd0f612bcde6a57e95ddd633e1 authored over 11 years ago by DisposaBoy <[email protected]>
* send `env` to m_imports

ca85c3b54c6a1574771bdafb1a7e236c3744733e authored over 11 years ago by DisposaBoy <[email protected]>
* ann

5648cd964dbe760c9aad2ca84d64b7e87c8e696c authored over 11 years ago by DisposaBoy <[email protected]>
* ann

0885b481c176288b26731f15e0515c240f33e3de authored over 11 years ago by DisposaBoy <[email protected]>
OOB sync gocode

9040b76e593dd7a7388074fbd845745d6e399158 authored over 11 years ago by DisposaBoy <[email protected]>
* handle margo.message

71fc68c567437210c92e3d2c2f6310117992e72b authored over 11 years ago by DisposaBoy <[email protected]>
* add ipc event creation helper

3519c84941451402264dfa906fe34a8484aea4cb authored over 11 years ago by DisposaBoy <[email protected]>
* remove the unusd rLck and embed wLck into Broker

f0c572d3b8279530a10c109193f377868930c31d authored over 11 years ago by DisposaBoy <[email protected]>
* bundle gocode

aa72dcdf817415c58c8b4362e506a97228c04952 authored over 11 years ago by DisposaBoy <[email protected]>
Merge branch 'master' of github.com:DisposaBoy/GoSublime

d8c4a1004b43bcb60edde1e7530b399369d195ea authored over 11 years ago by DisposaBoy <[email protected]>
* cache the value of packages_path to avoid deadlock and other locking issues with the sublime api

04d419d08411f45f9d81e9ca35d4a870114dda62 authored over 11 years ago by DisposaBoy <[email protected]>
* use gs.packages_dir instead of the broken sublime api

81b509cf52c903016521a1495cebc6c9c2af0967 authored over 11 years ago by DisposaBoy <[email protected]>
* remove old bin dir from cleanup loop

1ce2c4b3be36635783060bff6e6ba7f9fed1a529 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

7db4a35087e0880dd703b0e231569e6ac71663b5 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

3a8e542cafcd0b32d37ccf29b029e44bdcac54e8 authored over 11 years ago by DisposaBoy <[email protected]>
OOB sync gocode

be752bde48fc55d8670d06ee435152816724ec0b authored over 11 years ago by DisposaBoy <[email protected]>
* show build failure in an output panel to avoid the error getting lost in the ST console

39ac3e8693de9bc10f762749fb6f2fdd8f10d58c authored over 11 years ago by DisposaBoy <[email protected]>
* in maybe_install first, check the install state to avoid needlessly accessing the fs

efd10732ea3beafe6077c5c0a9fa95465656a0b3 authored over 11 years ago by DisposaBoy <[email protected]>
* add helper to the install state

f65f769dde620dcbe9a0b24c3a39e25d554ab0db authored over 11 years ago by DisposaBoy <[email protected]>
* don't attempt an install from maybe_install if we know it's going to fail

b00ef8689bc0d0789227f0d0163e71b24c6751f7 authored over 11 years ago by DisposaBoy <[email protected]>
* launch ipc threads at init...

bf1f9ce66c027835b8793736309d4195616ad812 authored over 11 years ago by DisposaBoy <[email protected]>
* don't allow callbacks to crash the loops through bubbling exceptions or otherwise fail silently

0871cac75089f037de119830a4ee69dced4f0667 authored over 11 years ago by DisposaBoy <[email protected]>
* don't check if the mg binary exists, just run it

* misc cleanup

4d805155c2cac365b9c5680f5b71bce5ccf52d48 authored over 11 years ago by DisposaBoy <[email protected]>
* add and document the `autoinst` setting

48228ae34070bdd74ecb6169e27a8253d556c9ee authored over 11 years ago by DisposaBoy <[email protected]>
* add `_pathsep` env var... so mg knows how to split GOPATH

34aec1488b20cb86b2b58b9320934ef06fc961e2 authored over 11 years ago by DisposaBoy <[email protected]>
* add to return the counters current value

bda90f1b46412cf8bc75cb262a543c7548e377d5 authored over 11 years ago by DisposaBoy <[email protected]>
* use a counter instead of a plain uint to track the number requests served. close #296

451882329849453c19324e3787ba095c79259541 authored over 11 years ago by DisposaBoy <[email protected]>
* increase OOM sleep to 2 seconds... everything seems stable enough now

285f1d9d081bee875771b729b09346fc653cfa42 authored over 11 years ago by DisposaBoy <[email protected]>
* add generalised value store

76c9081c6bb4124469d843907028a74bba731d62 authored over 11 years ago by DisposaBoy <[email protected]>
?

96e156ac8af98db5dfdbba6c8ce50cfdfdddfa93 authored over 11 years ago by DisposaBoy <[email protected]>
Merge branch 'master' of github.com:DisposaBoy/GoSublime

d54b164f34f4f28b84757a65da55861b62ff1e9a authored over 11 years ago by DisposaBoy <[email protected]>
* show the exception when exec fails to load about.py

d1558d48b9fedde661541f7a2983429393309c48 authored over 11 years ago by DisposaBoy <[email protected]>
fix formatting

d63c6cf3e4eb266188b0706c5683f495c1ad59bd authored over 11 years ago by DisposaBoy <[email protected]>
...

3ace9c264aeafaeda71b2bf1787b6cb5f18f405c authored over 11 years ago by DisposaBoy <[email protected]>
Merge branch 'master' of github.com:DisposaBoy/GoSublime

d25b25e62c461e8e2fdc617bbcedac8ad459f448 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

df457219030109c6895aabbae97533ce2e3c7cff authored over 11 years ago by DisposaBoy <[email protected]>
* show the start of command output by default. fixes #320

* add option to show the end of command output
* as a side-effect, failure to scroll when a comma...

b2ad5271af4173997be2a4c9e275a4f15a09a9a8 authored over 11 years ago by DisposaBoy <[email protected]>
* misc cleanup

ce879ddebbac44d9fcc0734a4bbde6faf758cf4e authored over 11 years ago by DisposaBoy <[email protected]>
* add Karl Tuhkanen

7755261749b81163a246d853d53a50149d86dc23 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

3e29124d0618ba71e6b7fa4d02c8fae0a0c718df authored over 11 years ago by DisposaBoy <[email protected]>
* add comment setting fixes #298

778dcb8d869178c117937d922887aed4f9516f66 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

25c430ea8d6caf0429654ee0394a85ea1224ef85 authored over 11 years ago by DisposaBoy <[email protected]>
* add a note about the assumptions about GOPATH as well as a relevant link

ac840d30c0414d41239a0c8a4ea0fec022d753fb authored over 11 years ago by DisposaBoy <[email protected]>
* ann

d44ab3dfc411285925266d49f670b7ba6a01ef68 authored over 11 years ago by DisposaBoy <[email protected]>
* update gocode ref

27383aef82c105904fd80a910a37a4f011ca7158 authored over 11 years ago by DisposaBoy <[email protected]>
* sync

f065a75ddde52a281d58b2ceb8e0cbc1e4759f91 authored over 11 years ago by DisposaBoy <[email protected]>
Merge pull request #309 from matt-hickford/patch-1

Confirm Sublime Text 3 support in Readme

3e8c7caf96d832f9337771326b530a1d792a5075 authored over 11 years ago by DisposaBoy <[email protected]>
Confirm Sublime Text 3 support in Readme

This package supports Sublime Text 3 since https://github.com/DisposaBoy/GoSublime/issues/190

b6a74ad4bcadcd4207edf60f1aae4e910f3d7d96 authored over 11 years ago by Matt Hickford <[email protected]>
* add comma, dot and colon as punctuation

5480587ba37814be6e7e9afe0f685d5ffbb20c75 authored over 11 years ago by DisposaBoy <[email protected]>
* add [ ] ( ) { } as punctuation

207056253e795d3b111dfa21a822a3c67acb027e authored over 11 years ago by DisposaBoy <[email protected]>
* ann

1178ef773fe9caa5aef4ffeaf1b2dcf9b1215edd authored over 11 years ago by DisposaBoy <[email protected]>
* add the various operator groups and semi-colon as operators

4163228f879ac12d614c07cb05b6509513ecbd06 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

5396b694fe94fe04427b7ca91775f4f76a2d5945 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

9dec31081ab4a01f7db1b4485115d5ca1ee6c2f2 authored over 11 years ago by DisposaBoy <[email protected]>
* handle + log MarGo build errors

71e11349630b14f269eee55cf537028445c8becc authored over 11 years ago by DisposaBoy <[email protected]>
* ann

bfc4feb3dcd6c206f096e09489dbdcc7595d7b70 authored over 11 years ago by DisposaBoy <[email protected]>
* disable history... when the completion menu is visible. fixes #294

8e3aa9b6770eb184aba49d69473fe1964b02e63c authored over 11 years ago by DisposaBoy <[email protected]>
* eliminate duplicate entries in the 9o completion

* remove history command prefixes from the 9o completion

d5dfb2c3a492d4aaf62f36b0cf812c72cd394126 authored over 11 years ago by DisposaBoy <[email protected]>
* add aliases to the list of `which` defaults

85322c72a2a1e94e0f85585599ee81a76f24f4ad authored over 11 years ago by DisposaBoy <[email protected]>
:|

8e12282c423af0bb4c197842c2c65ca6e11ccb46 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

b5f48273d44c24e6f8092613e1e8b900fb732db6 authored over 11 years ago by DisposaBoy <[email protected]>
* bail if there's a chance of init'ing twice. fixes #266

97a43b78b95086d02b8f0f730a1aade88d901f9b authored over 11 years ago by DisposaBoy <[email protected]>
* add a space after the command changes

* move the cursor to the end of the line

632075374fb05a7e6d40825d407fd7fc3a854fe8 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

f8ac4e1b352e35d6155443acb5f4ecc6bd4a89fe authored over 11 years ago by DisposaBoy <[email protected]>
* bind 9o command history traversal to `up` and `down` arrows

3e3b7d12f6b2a63039d627329394cf772f0373db authored over 11 years ago by DisposaBoy <[email protected]>
* add command history traversal

9fd57ac5e0340fae64094e26963c0b53df9a34ad authored over 11 years ago by DisposaBoy <[email protected]>
* add new 9o syntax defs

c4eff9b470379fca88184beab24ec22776cfcaa7 authored over 11 years ago by DisposaBoy <[email protected]>
* ann

c61ae9999811c799bf4ebf442c238fcc44383729 authored over 11 years ago by DisposaBoy <[email protected]>
* auto-complete waliases

83f7579f100c6526c8e0110d5b53267c9e870cd0 authored over 11 years ago by DisposaBoy <[email protected]>
* use the builtins() function to get the map of builtin commands

57e19bfa3c942dd4aaeba82d1eebb7dba1c8aadb authored over 11 years ago by DisposaBoy <[email protected]>
* impl support for aliases

664a5f782d654a388e961591928cc1247749f18f authored over 11 years ago by DisposaBoy <[email protected]>
* re-use the `ci` alias

0e18a9559857e9caffb1346d78ecfab572faf4d5 authored over 11 years ago by DisposaBoy <[email protected]>
* document recursive aliases

* fix exmple that included a recursive alias

edd29c499679db2e0654f05468e3d42a869910ad authored over 11 years ago by DisposaBoy <[email protected]>
* add support for aliases to the which command

f8c22e0a064bfb498fbb5bfa800dd478b2946135 authored over 11 years ago by DisposaBoy <[email protected]>
* add new setting `9o_aliases`

613bca0c9d6ca816b55f8555fddb17c3e2059911 authored over 11 years ago by DisposaBoy <[email protected]>
* avoid syncing with views that have no window (transient views etc.)

4334901a781a1db2f8151b74972cc61b19b7bf1d authored over 11 years ago by DisposaBoy <[email protected]>
* make sure we're syncing with the actual active_view and not some widget's view

7bab88dc0dddad45197f0fff6eca5373eb337b0a authored over 11 years ago by DisposaBoy <[email protected]>
* use attr active_fn instead of last_active_fn.. because last_active_fn is not synced with unsaved views

a1e953aae9b496c640fdf324ea64e3d6cf779799 authored over 11 years ago by DisposaBoy <[email protected]>
* define attr active_fn

e5ad250122b26a0cd8fded0ad484fb6046080bb6 authored over 11 years ago by DisposaBoy <[email protected]>
* remove RFF to not distract from the syntax def ANN

* ANN the new syntax def

79bde7c0f9ccdfc9114eb79b0575c62e32c2288a authored over 11 years ago by DisposaBoy <[email protected]>
* clarify the interaction between the pre-defined env vars and the user's shell

95067b3cebd68127f0e239f7bf1e59c89343a48a authored over 11 years ago by DisposaBoy <[email protected]>
* document the $_nm env var

ba6e25c81b109e72212847084b7c136ff32ae6d0 authored over 11 years ago by DisposaBoy <[email protected]>
* pre-defined the variables $_fn, $_nm and $_wd($PWD)

6d01ba084899b4a45468a73e03fa13abfb03aede authored over 11 years ago by DisposaBoy <[email protected]>