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

* rename settings complete_builtins to autocomplete_builtins

github.com/DisposaBoy/GoSublime - 220705d265de1d717cdcb2bd37247b240ee9f838 authored about 12 years ago by DisposaBoy <[email protected]>
* add gocode bcall and subcommand wrappers

* increase margo poll time to 30 seconds

github.com/DisposaBoy/GoSublime - 30771f0543eb7b00d069f837d0456321c2e7c73f authored about 12 years ago by DisposaBoy <[email protected]>
* handle user settings on-the-fly

* allow the client to send settings as part of all supported methods

github.com/DisposaBoy/GoSublime - 195d2060d09e00fb80ff30e4b16300d175afa8e1 authored about 12 years ago by DisposaBoy <[email protected]>
* add helper

github.com/DisposaBoy/GoSublime - f0ff437f69bc1e8cc9c0a962d979333f4b20fafc authored about 12 years ago by DisposaBoy <[email protected]>
* add del_attr

github.com/DisposaBoy/GoSublime - b1f604442a570dac9a622cf8fe1f0acc2a0761fa authored about 12 years ago by DisposaBoy <[email protected]>
* protect against attr being mutated before the copy

github.com/DisposaBoy/GoSublime - ee114fc5bafdb6b786d98fd90362d6368eb6df6b authored about 12 years ago by DisposaBoy <[email protected]>
* dedicated debugging function

github.com/DisposaBoy/GoSublime - 4af2270b7e8ca5fdfa1ea49b1e463adae270f0cc authored about 12 years ago by DisposaBoy <[email protected]>
* announce

github.com/DisposaBoy/GoSublime - bdf4b9aff906f61733023675a95d30ea9a6deda7 authored about 12 years ago by DisposaBoy <[email protected]>
* fix char/byte offset calculation

github.com/DisposaBoy/GoSublime - 46761bd59c080a2faf5543395b1316a354caeeff authored about 12 years ago by DisposaBoy <[email protected]>
* sync https://github.com/nsf/gocode/commit/c152d60ea9f9512aaa62ea090b1a53a93f23d382

github.com/DisposaBoy/GoSublime - 89aeea4898dee0d55962551b6f8bce3ee23007b3 authored about 12 years ago by DisposaBoy <[email protected]>
* mention the `shell` setting

github.com/DisposaBoy/GoSublime - 75e24bcf7d857e9df8258f163a76d7520f65872e authored about 12 years ago by DisposaBoy <[email protected]>
* announce

github.com/DisposaBoy/GoSublime - 147772e7b22f9d5b3cbb2182ef88c96b6aaf2491 authored about 12 years ago by DisposaBoy <[email protected]>
* do env var checking

* call margo9 as a command in PATH to avoid OS crap

github.com/DisposaBoy/GoSublime - 6e429f04ba622c36460cff2e8d8d29c8ea0ec763 authored about 12 years ago by DisposaBoy <[email protected]>
* restore old command line joining behaviour

github.com/DisposaBoy/GoSublime - 53a7ac33244e19a05ea98454cede73cc5910197e authored about 12 years ago by DisposaBoy <[email protected]>
* remove go env checking

github.com/DisposaBoy/GoSublime - c19d3e146f7f27022d0a1fc25e41067de33aba42 authored about 12 years ago by DisposaBoy <[email protected]>
* add gs-home-path/bin to PATH

github.com/DisposaBoy/GoSublime - ef2f3834253b1869c23daafadd0d1387da1ee083 authored about 12 years ago by DisposaBoy <[email protected]>
* don't get env vars from the shell on Windows :|

github.com/DisposaBoy/GoSublime - 2aa7ba9660db8d1911c3af9937f198e04adb7aea authored about 12 years ago by DisposaBoy <[email protected]>
* use list2cmdline(correctly quotes the cmd args), fixes failure to get env vars on OS X

github.com/DisposaBoy/GoSublime - 33c54119f0f737b829cd4a280d21baab1d9ee828 authored about 12 years ago by DisposaBoy <[email protected]>
* show output on json_decode error

github.com/DisposaBoy/GoSublime - 0b5544ba49cc56a9da871881de79a18eddc5cc1e authored about 12 years ago by DisposaBoy <[email protected]>
* capture all shell-visible environment variables on startup

* impl bcall on top of acall

github.com/DisposaBoy/GoSublime - f2d01838f4a38873af7ddf232229d0fbd2f3e3c2 authored about 12 years ago by DisposaBoy <[email protected]>
* add -env param

github.com/DisposaBoy/GoSublime - 00341a021255ae5f8c8817abbe6cf3ec8f9188c2 authored about 12 years ago by DisposaBoy <[email protected]>
* add defaultEnv helper

github.com/DisposaBoy/GoSublime - 093960a518e49c77322133cbc919a924265219e7 authored about 12 years ago by DisposaBoy <[email protected]>
* add debugging helper

github.com/DisposaBoy/GoSublime - 2162aa0bdb9920b54d25e70247b3ad8e248494bf authored about 12 years ago by DisposaBoy <[email protected]>
* pass correct file argv0 to startprocess

github.com/DisposaBoy/GoSublime - 7da5beb69275240e4a790b49d54318f34c287fbe authored about 12 years ago by DisposaBoy <[email protected]>
* misc cleanups

* register separate gocode commands

github.com/DisposaBoy/GoSublime - 43fe93380a3cbb74345d2a4f7df251b4c5c1ba7e authored about 12 years ago by DisposaBoy <[email protected]>
* add gocode client

github.com/DisposaBoy/GoSublime - ac025803d5a69c5969cd315dbcf0a99aa2724a5d authored about 12 years ago by DisposaBoy <[email protected]>
* try not to return null results to the client

github.com/DisposaBoy/GoSublime - 2e2c1d3e0a76485ee221ee61a533b738f770463a authored about 12 years ago by DisposaBoy <[email protected]>
* user logger instead of log pkg

github.com/DisposaBoy/GoSublime - df42fd2729138d73e1a984cd636a0bf4c465eb81 authored about 12 years ago by DisposaBoy <[email protected]>
* wait for outstanding requests if on -do="...": fixes mg9.bcall

* add option to force wating for outstanding requests

github.com/DisposaBoy/GoSublime - 24c33d0eae576377bb8406841f179b0e7b9073e4 authored about 12 years ago by DisposaBoy <[email protected]>
* allow waiting for requests to complete

github.com/DisposaBoy/GoSublime - bf20b1c8ca7b208ed152ae6f86f181d774ea4274 authored about 12 years ago by DisposaBoy <[email protected]>
* guard again potential panics in deferred funcs

github.com/DisposaBoy/GoSublime - 04eaf5c68fa6bfa5b6819bb4b0afa7810917603a authored about 12 years ago by DisposaBoy <[email protected]>
* remove unused pkg

github.com/DisposaBoy/GoSublime - e99e9d0aba885262bb0946729bf29a25e4db5533 authored about 12 years ago by DisposaBoy <[email protected]>
* move duplicate code to its own function

github.com/DisposaBoy/GoSublime - b354726475b27620b9b81ffac4762d0ab9496207 authored about 12 years ago by DisposaBoy <[email protected]>
* impl autocomplete_closures

github.com/DisposaBoy/GoSublime - 5602e94dbabc80f9ad263d42456824e34bd491be authored about 12 years ago by DisposaBoy <[email protected]>
* make autocomlete_closures doc clearer

github.com/DisposaBoy/GoSublime - c35c35ec8feb3229b14029e0eb6e48c247f29b17 authored about 12 years ago by DisposaBoy <[email protected]>
* fix typo

github.com/DisposaBoy/GoSublime - fd9d351af1c51f643a2400381c95adc31839d0bf authored about 12 years ago by DisposaBoy <[email protected]>
* add new setting autocomplete_closures

github.com/DisposaBoy/GoSublime - f2046d0dab385c67c5d6090cc36b3736b1e88b7b authored about 12 years ago by DisposaBoy <[email protected]>
* impl go command

github.com/DisposaBoy/GoSublime - a01a825e69f305ebdaf615c6c1eff41f8cd61923 authored about 12 years ago by DisposaBoy <[email protected]>
* set default env

github.com/DisposaBoy/GoSublime - b9366fe01c578d67fabb77964de74b69d66f477e authored about 12 years ago by DisposaBoy <[email protected]>
* add sh method

github.com/DisposaBoy/GoSublime - 528a113fec8a275c57f792d535e5746fe8b171b3 authored about 12 years ago by DisposaBoy <[email protected]>
* misc tweaks

github.com/DisposaBoy/GoSublime - 8d595026db3291ff7900f0efaa7b57feb14c7915 authored about 12 years ago by DisposaBoy <[email protected]>
* be less noisy

github.com/DisposaBoy/GoSublime - bc4c543c3ad73e6e0d806ab3b468a5963df6ccd1 authored about 12 years ago by DisposaBoy <[email protected]>
* merge menu items

github.com/DisposaBoy/GoSublime - 3a4640eda12e86495663a2f1aa89a1d9748b0975 authored about 12 years ago by DisposaBoy <[email protected]>
* fix typo

github.com/DisposaBoy/GoSublime - fc7cbe383c361bf396969bc69c66ec96801d8758 authored about 12 years ago by DisposaBoy <[email protected]>
* remove unused command

github.com/DisposaBoy/GoSublime - dffc8fa138dee458d498ab00c6d2389bb0fc1ea0 authored about 12 years ago by DisposaBoy <[email protected]>
* properly expand user env vars

github.com/DisposaBoy/GoSublime - cfe9810fcde55b349a334376c3811464716f5f02 authored about 12 years ago by DisposaBoy <[email protected]>
* merge MarGo AUTHOURS file

github.com/DisposaBoy/GoSublime - 91f5c1255d451ea86b377fe44d25be505ac363b1 authored about 12 years ago by DisposaBoy <[email protected]>
* add note about restarting st2

github.com/DisposaBoy/GoSublime - 4534925682934adcb5179cd459ae273d0abb2fa1 authored about 12 years ago by DisposaBoy <[email protected]>
* revert rev id

github.com/DisposaBoy/GoSublime - 1a509b6845c8fcb532320f2e04c71d425e5c2caa authored about 12 years ago by DisposaBoy <[email protected]>
* anounce

github.com/DisposaBoy/GoSublime - 555783fd85d1c3d0bc050c88b46cf9253035f3f9 authored about 12 years ago by DisposaBoy <[email protected]>
* use bundled gocode and margo

github.com/DisposaBoy/GoSublime - 38a42aa3f8d81852dc2754c41e4cb10e53c8e718 authored about 12 years ago by DisposaBoy <[email protected]>
* remove mention of margo and gocode deps

github.com/DisposaBoy/GoSublime - c604bc674c45e58aa34ac858d35c663d9cb972b6 authored about 12 years ago by DisposaBoy <[email protected]>
* bundle margo

github.com/DisposaBoy/GoSublime - 8e36eeb1be68b34de44e4f5f46b07b66df2fceb6 authored about 12 years ago by DisposaBoy <[email protected]>
* close margo on install

github.com/DisposaBoy/GoSublime - 7dc771bca9fe13a1e060140b8cc536701611c908 authored about 12 years ago by DisposaBoy <[email protected]>
* temporily bundle original margo

github.com/DisposaBoy/GoSublime - 919b0453d556f24d717a94f685bee4a228011a5d authored about 12 years ago by DisposaBoy <[email protected]>
* add dedicated sh/shell command

github.com/DisposaBoy/GoSublime - 2df8bd6a1686f45753f6e4ebb7184afa5d0d20b1 authored about 12 years ago by DisposaBoy <[email protected]>
* impl 9 build

* misc cleanup

github.com/DisposaBoy/GoSublime - 27ba3355ccd759a1181402bb58ce73e42953b6a0 authored about 12 years ago by DisposaBoy <[email protected]>
* add support for passing to the command

github.com/DisposaBoy/GoSublime - 43df319db4b8e63fda6bdaa7ee9994d9729b004e authored about 12 years ago by DisposaBoy <[email protected]>
* fix potential nil pointer deref

github.com/DisposaBoy/GoSublime - 5ac60105242439582f781059609b7f2e14e6f43b authored about 12 years ago by DisposaBoy <[email protected]>
* misc cleanup

* add build_only flag
* add dur result

github.com/DisposaBoy/GoSublime - a58e8bb4b799903990c160e7b4d31f9a50de9f25 authored about 12 years ago by DisposaBoy <[email protected]>
* re-init the prompt after running the command instead of when the command finishes

github.com/DisposaBoy/GoSublime - 1295e82c57adf06c297a7acc7aadbcd066ab9835 authored about 12 years ago by DisposaBoy <[email protected]>
* misc cleanup

github.com/DisposaBoy/GoSublime - 0c9e49c96c30b63bee4c3769c842f5bd8466abeb authored about 12 years ago by DisposaBoy <[email protected]>
* write trailing LF - fixes python client not being able to decode the response :|

github.com/DisposaBoy/GoSublime - 0282d530f67ea7b3d09f097a45dc17c00bd3ed94 authored about 12 years ago by DisposaBoy <[email protected]>
* instruct margo9 to poll every 5 seconds so she/it never hangs around for no reason

github.com/DisposaBoy/GoSublime - 8e8ac939e565e9537bc32df11e109a2c46dfbbf5 authored about 12 years ago by DisposaBoy <[email protected]>
* kill watched process on exit

* don't wait for requests anymore (prevents long-running-requests from keeping margo running fore...

github.com/DisposaBoy/GoSublime - a457b13d9dc2f4a5b25b267326808a275e9239f3 authored about 12 years ago by DisposaBoy <[email protected]>
* add dedicated logging func

github.com/DisposaBoy/GoSublime - bb69ae4c175d209feac12ee550fae28579caa8af authored about 12 years ago by DisposaBoy <[email protected]>
* be less noisy

github.com/DisposaBoy/GoSublime - a00031e2953f2f984834cee043e47583e96dd175 authored about 12 years ago by DisposaBoy <[email protected]>