Ecosyste.ms: OpenCollective

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

GoSublime

GoSublime is a collection of Sublime Text plugins for Go development.
Collective - Host: opensource - https://opencollective.com/gosublime - Code: https://github.com/DisposaBoy/GoSublime

* def m_pkgpaths wrapper

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

github.com/DisposaBoy/GoSublime - 5fa936ee71d925c81966a5f004c4c117c243e477 authored over 11 years ago by DisposaBoy <[email protected]>
* update gocode import path

github.com/DisposaBoy/GoSublime - 0f5c42f4727acb9b255dce52e1a90696c14fc664 authored over 11 years ago by DisposaBoy <[email protected]>
* add utils for m_pkgpaths

github.com/DisposaBoy/GoSublime - 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

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

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

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - c471137253682c42373157948a9f2ac5dc738cfc authored over 11 years ago by DisposaBoy <[email protected]>
* document the new behaviour of `GS_GOPATH`

github.com/DisposaBoy/GoSublime - 78b6426e1f0fe671e3da486628187ce6692c1fc3 authored over 11 years ago by DisposaBoy <[email protected]>
* miss-renamed

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

github.com/DisposaBoy/GoSublime - 4eb44469d67ca261700b71f42633000a09281d9a authored over 11 years ago by DisposaBoy <[email protected]>
* add auto installer

github.com/DisposaBoy/GoSublime - 062244f809e58a2150bb614900c05d4cffcb4cf0 authored over 11 years ago by DisposaBoy <[email protected]>
* add autoInstall support

github.com/DisposaBoy/GoSublime - 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

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

github.com/DisposaBoy/GoSublime - 2d7fd9890d8061d736331ff5900f28fbf3a1472f authored over 11 years ago by DisposaBoy <[email protected]>
* send autoinst setting to m_imports

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

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

github.com/DisposaBoy/GoSublime - 6569a1ec82ebb2dd0f612bcde6a57e95ddd633e1 authored over 11 years ago by DisposaBoy <[email protected]>
* send `env` to m_imports

github.com/DisposaBoy/GoSublime - ca85c3b54c6a1574771bdafb1a7e236c3744733e authored over 11 years ago by DisposaBoy <[email protected]>
OOB sync gocode

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

github.com/DisposaBoy/GoSublime - 71fc68c567437210c92e3d2c2f6310117992e72b authored over 11 years ago by DisposaBoy <[email protected]>
* add ipc event creation helper

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

github.com/DisposaBoy/GoSublime - f0c572d3b8279530a10c109193f377868930c31d authored over 11 years ago by DisposaBoy <[email protected]>
* bundle gocode

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

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

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

github.com/DisposaBoy/GoSublime - 81b509cf52c903016521a1495cebc6c9c2af0967 authored over 11 years ago by DisposaBoy <[email protected]>
* remove old bin dir from cleanup loop

github.com/DisposaBoy/GoSublime - 1ce2c4b3be36635783060bff6e6ba7f9fed1a529 authored over 11 years ago by DisposaBoy <[email protected]>
OOB sync gocode

github.com/DisposaBoy/GoSublime - 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

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

github.com/DisposaBoy/GoSublime - efd10732ea3beafe6077c5c0a9fa95465656a0b3 authored over 11 years ago by DisposaBoy <[email protected]>
* add helper to the install state

github.com/DisposaBoy/GoSublime - 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

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

github.com/DisposaBoy/GoSublime - 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

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

* misc cleanup

github.com/DisposaBoy/GoSublime - 4d805155c2cac365b9c5680f5b71bce5ccf52d48 authored over 11 years ago by DisposaBoy <[email protected]>
* add and document the `autoinst` setting

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

github.com/DisposaBoy/GoSublime - 34aec1488b20cb86b2b58b9320934ef06fc961e2 authored over 11 years ago by DisposaBoy <[email protected]>
* add to return the counters current value

github.com/DisposaBoy/GoSublime - 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

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

github.com/DisposaBoy/GoSublime - 285f1d9d081bee875771b729b09346fc653cfa42 authored over 11 years ago by DisposaBoy <[email protected]>
* add generalised value store

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

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

github.com/DisposaBoy/GoSublime - d1558d48b9fedde661541f7a2983429393309c48 authored over 11 years ago by DisposaBoy <[email protected]>
fix formatting

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

github.com/DisposaBoy/GoSublime - d25b25e62c461e8e2fdc617bbcedac8ad459f448 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...

github.com/DisposaBoy/GoSublime - b2ad5271af4173997be2a4c9e275a4f15a09a9a8 authored over 11 years ago by DisposaBoy <[email protected]>
* misc cleanup

github.com/DisposaBoy/GoSublime - ce879ddebbac44d9fcc0734a4bbde6faf758cf4e authored over 11 years ago by DisposaBoy <[email protected]>
* add Karl Tuhkanen

github.com/DisposaBoy/GoSublime - 7755261749b81163a246d853d53a50149d86dc23 authored over 11 years ago by DisposaBoy <[email protected]>
* add comment setting fixes #298

github.com/DisposaBoy/GoSublime - 778dcb8d869178c117937d922887aed4f9516f66 authored over 11 years ago by DisposaBoy <[email protected]>
* add a note about the assumptions about GOPATH as well as a relevant link

github.com/DisposaBoy/GoSublime - ac840d30c0414d41239a0c8a4ea0fec022d753fb authored over 11 years ago by DisposaBoy <[email protected]>
* update gocode ref

github.com/DisposaBoy/GoSublime - 27383aef82c105904fd80a910a37a4f011ca7158 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

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - b6a74ad4bcadcd4207edf60f1aae4e910f3d7d96 authored over 11 years ago by Matt Hickford <[email protected]>
* add comma, dot and colon as punctuation

github.com/DisposaBoy/GoSublime - 5480587ba37814be6e7e9afe0f685d5ffbb20c75 authored over 11 years ago by DisposaBoy <[email protected]>
* add [ ] ( ) { } as punctuation

github.com/DisposaBoy/GoSublime - 207056253e795d3b111dfa21a822a3c67acb027e authored over 11 years ago by DisposaBoy <[email protected]>
* add the various operator groups and semi-colon as operators

github.com/DisposaBoy/GoSublime - 4163228f879ac12d614c07cb05b6509513ecbd06 authored over 11 years ago by DisposaBoy <[email protected]>
* handle + log MarGo build errors

github.com/DisposaBoy/GoSublime - 71e11349630b14f269eee55cf537028445c8becc authored over 11 years ago by DisposaBoy <[email protected]>
* disable history... when the completion menu is visible. fixes #294

github.com/DisposaBoy/GoSublime - 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

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

github.com/DisposaBoy/GoSublime - 85322c72a2a1e94e0f85585599ee81a76f24f4ad authored over 11 years ago by DisposaBoy <[email protected]>
* bail if there's a chance of init'ing twice. fixes #266

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - 632075374fb05a7e6d40825d407fd7fc3a854fe8 authored over 11 years ago by DisposaBoy <[email protected]>
* bind 9o command history traversal to `up` and `down` arrows

github.com/DisposaBoy/GoSublime - 3e3b7d12f6b2a63039d627329394cf772f0373db authored over 11 years ago by DisposaBoy <[email protected]>
* add command history traversal

github.com/DisposaBoy/GoSublime - 9fd57ac5e0340fae64094e26963c0b53df9a34ad authored over 11 years ago by DisposaBoy <[email protected]>
* add new 9o syntax defs

github.com/DisposaBoy/GoSublime - c4eff9b470379fca88184beab24ec22776cfcaa7 authored over 11 years ago by DisposaBoy <[email protected]>
* auto-complete waliases

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

github.com/DisposaBoy/GoSublime - 57e19bfa3c942dd4aaeba82d1eebb7dba1c8aadb authored over 11 years ago by DisposaBoy <[email protected]>
* impl support for aliases

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

github.com/DisposaBoy/GoSublime - 0e18a9559857e9caffb1346d78ecfab572faf4d5 authored over 11 years ago by DisposaBoy <[email protected]>
* document recursive aliases

* fix exmple that included a recursive alias

github.com/DisposaBoy/GoSublime - edd29c499679db2e0654f05468e3d42a869910ad authored over 11 years ago by DisposaBoy <[email protected]>
* add support for aliases to the which command

github.com/DisposaBoy/GoSublime - f8c22e0a064bfb498fbb5bfa800dd478b2946135 authored over 11 years ago by DisposaBoy <[email protected]>
* add new setting `9o_aliases`

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

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - a1e953aae9b496c640fdf324ea64e3d6cf779799 authored over 11 years ago by DisposaBoy <[email protected]>
* define attr active_fn

github.com/DisposaBoy/GoSublime - 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

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

github.com/DisposaBoy/GoSublime - 95067b3cebd68127f0e239f7bf1e59c89343a48a authored over 11 years ago by DisposaBoy <[email protected]>
* document the $_nm env var

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

github.com/DisposaBoy/GoSublime - 6d01ba084899b4a45468a73e03fa13abfb03aede authored over 11 years ago by DisposaBoy <[email protected]>