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

* announce

github.com/DisposaBoy/GoSublime - 4851b955ea5cc6929ce9022291fb982afbf8a237 authored about 12 years ago by DisposaBoy <[email protected]>
* remove debuggin statement

github.com/DisposaBoy/GoSublime - 50a21eaac692eba4a69e50e47d35bb62f651cb8a authored about 12 years ago by DisposaBoy <[email protected]>
* add 9o help doc

* remove 9 prefixed commands from the completion list

github.com/DisposaBoy/GoSublime - f166cccfa77478723b5aa5706175098e2622c3e1 authored about 12 years ago by DisposaBoy <[email protected]>
* list task id

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

github.com/DisposaBoy/GoSublime - 7ad097415ee7bfe8f50a523e9fa5da804976c2a9 authored about 12 years ago by DisposaBoy <[email protected]>
* deprecate the use of gs.notice in favour of gs.error

github.com/DisposaBoy/GoSublime - 013a502931f6b32c1ca14fb9acbb61ff3e433f46 authored about 12 years ago by DisposaBoy <[email protected]>
* use a counter for task ids

github.com/DisposaBoy/GoSublime - 1a7a1c21fecb5116a9ee6a311fb0d9f4c8ae1cc0 authored about 12 years ago by DisposaBoy <[email protected]>
* rename `9 play` command to `9 run` to avoid confusion with `9 replay`

github.com/DisposaBoy/GoSublime - 3cd267dcf87ae1b28501c10cf2a9d94126bf5e7f authored about 12 years ago by DisposaBoy <[email protected]>
* remove leading hashes on command-recall

github.com/DisposaBoy/GoSublime - 2f295536b2669d1ac6dd41f412b4173b8e05a011 authored about 12 years ago by DisposaBoy <[email protected]>
* add 9o mouse binding

github.com/DisposaBoy/GoSublime - 8ef09d9a21022c1bc04607ee0d3e3f571e4506c4 authored about 12 years ago by DisposaBoy <[email protected]>
* rename gscommander to 9o

github.com/DisposaBoy/GoSublime - ccc526e81f5e2e6b215018def44fc69ce95e96c0 authored about 12 years ago by DisposaBoy <[email protected]>
* rename packages to results

github.com/DisposaBoy/GoSublime - 21f71f37b2b7128f2cbfa9213563403007d344b0 authored about 12 years ago by DisposaBoy <[email protected]>
* track mouse clicks globally

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

github.com/DisposaBoy/GoSublime - a1bafc38f9ceb0595ac3bb1be38c7c0baefb3019 authored about 12 years ago by DisposaBoy <[email protected]>
* sync: Prevent infinite recursions and loops in type inference logic.

github.com/DisposaBoy/GoSublime - 164a24e93805e8f437e4bef3905eca7a0ec61d2a authored about 12 years ago by DisposaBoy <[email protected]>
* use mg9's lint

* misc cleanup

github.com/DisposaBoy/GoSublime - 2f9b1ac0bc382183bb87e251d1fe5a25e73123ec authored about 12 years ago by DisposaBoy <[email protected]>
* add common code to its own function - avoid forgetting which headers to set

github.com/DisposaBoy/GoSublime - 9234bfb7218b4d15e6de514457f5d13cb61c08d7 authored about 12 years ago by DisposaBoy <[email protected]>
* impl basic pkgdoc/godoc.org client

github.com/DisposaBoy/GoSublime - b0c915277811b3bbecf23b1dcb44726f4a667b49 authored about 12 years ago by DisposaBoy <[email protected]>
* port /lint

github.com/DisposaBoy/GoSublime - 4454a9cbce9008066b73236697412710471833c8 authored about 12 years ago by DisposaBoy <[email protected]>
* add jString type to deal with json null strings

github.com/DisposaBoy/GoSublime - f0a7470a888c057da329608984fb177a7ee5b7fc authored about 12 years ago by DisposaBoy <[email protected]>
* rename Log File entry to Error Log to better reflect its purpose

github.com/DisposaBoy/GoSublime - 6e90b104c78e3e19b08a76ca905ae7ea50f31894 authored about 12 years ago by DisposaBoy <[email protected]>
* impl basic sanity check command

github.com/DisposaBoy/GoSublime - 3498951587391deb5fdab2ae942b2f27ef10ec85 authored about 12 years ago by DisposaBoy <[email protected]>
* add entry for basic sanity checking

github.com/DisposaBoy/GoSublime - 111d4d30f452804cd99e0d46961c55a3d0f21aa6 authored about 12 years ago by DisposaBoy <[email protected]>
* rename settings captions (hyphen has a meaning in the command palette)

github.com/DisposaBoy/GoSublime - d6da305b6569e39b9a3b563a9b65408cbfe49cc0 authored about 12 years ago by DisposaBoy <[email protected]>
* use REV as the build tokens to simplify things

github.com/DisposaBoy/GoSublime - f0243631187ddad12c370d5a93f72ce0e9d237b8 authored about 12 years ago by DisposaBoy <[email protected]>
* remove functionality now handled by mg9.py

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

* open the changelog instead of trying to display a summary

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

github.com/DisposaBoy/GoSublime - a7ee93b1f3793fc2ea5dbae11a9b82b06b8f3e77 authored about 12 years ago by DisposaBoy <[email protected]>
* do changelog parsing in mg9

github.com/DisposaBoy/GoSublime - 0ffe955d719ca80d1fa9d7c49035abe63ef14a7a authored about 12 years ago by DisposaBoy <[email protected]>
* force re-installation of margo

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

github.com/DisposaBoy/GoSublime - 061a5fa2f7927c78f386e9367ff0d591fd1fed18 authored about 12 years ago by DisposaBoy <[email protected]>
* sync: Apply a couple of fixes and improve built-in functions handling.

github.com/DisposaBoy/GoSublime - cb888ac1a8339569b5b978c5124930aedf1a1e43 authored about 12 years ago by DisposaBoy <[email protected]>
* add /usr/local/opt/go/bin and /usr/local/bin to the default PATH

github.com/DisposaBoy/GoSublime - 7231e7f9aac0f02d8ebfe8bf9482d57e7263f069 authored about 12 years ago by DisposaBoy <[email protected]>
* remove inital ping - can cause infinite loop in worse-case

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

github.com/DisposaBoy/GoSublime - 2e272ac81e64716ddece2b416034cd10cb3aa431 authored about 12 years ago by DisposaBoy <[email protected]>
* add doc for setting autocomplete_filter_name

github.com/DisposaBoy/GoSublime - fc1989b5d5ba3e1cff752ee8c357f39adbe1b04e authored about 12 years ago by DisposaBoy <[email protected]>
* add new setting autocomplete_filter_name to allow filtering the autocompletion entries

github.com/DisposaBoy/GoSublime - 38d8c57066bffa68f0ae004d85a1d03e99f4d179 authored about 12 years ago by DisposaBoy <[email protected]>
* add gs_commander_open_v proxy command

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

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

github.com/DisposaBoy/GoSublime - febe41b73c1d0cdc0d58d5134f864dcd1d0a60ab authored about 12 years ago by DisposaBoy <[email protected]>
* give mg a change to cleanup

github.com/DisposaBoy/GoSublime - f1d95507eb6c44cd40da462f51e27899339ba11f authored about 12 years ago by DisposaBoy <[email protected]>
* kill any previous command sharing the cid

github.com/DisposaBoy/GoSublime - 3ca4e1a169f23a9c58c38698dea24a63743eff6e authored about 12 years ago by DisposaBoy <[email protected]>
* sync: Fix handling of anonymous types within imported packages.

github.com/DisposaBoy/GoSublime - 77672c65794a9fb0c71067f29a2b2837e3d87e64 authored about 12 years ago by DisposaBoy <[email protected]>
* remove gocode

github.com/DisposaBoy/GoSublime - cd3ce44c6a7598457d0ed798de5095c7a8e98917 authored about 12 years ago by DisposaBoy <[email protected]>
* auto-start margo9

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

github.com/DisposaBoy/GoSublime - 82a81d731e99da9cf6a9a48c17e7c88afce9053d authored about 12 years ago by DisposaBoy <[email protected]>
* remove external gocode

github.com/DisposaBoy/GoSublime - 187ee244271d29295910b1a8cd995f13a83f8340 authored about 12 years ago by DisposaBoy <[email protected]>
* use mg9.complete

github.com/DisposaBoy/GoSublime - 9353e09de43e086ca290eba0e292431a3ef29e4a authored about 12 years ago by DisposaBoy <[email protected]>
* don't start gocode

github.com/DisposaBoy/GoSublime - 8be5ed33d116132a490ac3bf01d639a7dfcffdda authored about 12 years ago by DisposaBoy <[email protected]>
* restore completion field names to lower-case

github.com/DisposaBoy/GoSublime - 64b6679f2c323d50d4f434df8f1a4a0f21824a73 authored about 12 years ago by DisposaBoy <[email protected]>
* export lower-case names

github.com/DisposaBoy/GoSublime - 22e490acb8ec6c71a3faaa02debf03558a936c69 authored about 12 years ago by DisposaBoy <[email protected]>
* switch to mg9.fmt

github.com/DisposaBoy/GoSublime - 3558a552c520ee9e87489213016552fe62d51d8b authored about 12 years ago by DisposaBoy <[email protected]>
* bind fmt

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

github.com/DisposaBoy/GoSublime - 9081b589ee360df4e07386ed452b0bb5b43e43f1 authored about 12 years ago by DisposaBoy <[email protected]>
* add fmt helpers

github.com/DisposaBoy/GoSublime - 9baf0948066362b4e16b7539b82cf5d20a7b44a6 authored about 12 years ago by DisposaBoy <[email protected]>
* force margo to close atexit

github.com/DisposaBoy/GoSublime - 57e87e9bd83538c0cade521493cc062e147aa9e3 authored about 12 years ago by DisposaBoy <[email protected]>
* retun the old value from del_attr

github.com/DisposaBoy/GoSublime - 10d0638c1c4a7af646a6604c9f4d92593002606b authored about 12 years ago by DisposaBoy <[email protected]>
* sync: Invalidate the package cache main declaration always.

github.com/DisposaBoy/GoSublime - c6256ba25903a1327e169df2c55dbe5b1c01a2a8 authored about 12 years ago by DisposaBoy <[email protected]>
* remove debug log

github.com/DisposaBoy/GoSublime - 1494fe91f03aebe5ab576730bf7d2d9c423e4895 authored about 12 years ago by DisposaBoy <[email protected]>
Merge branch 'master' of github.com:DisposaBoy/GoSublime

github.com/DisposaBoy/GoSublime - aea5d00925d01708f3acbb4e837dc7b81f7ff170 authored about 12 years ago by DisposaBoy <[email protected]>
* update for new gocode commands

github.com/DisposaBoy/GoSublime - 444013ac07a0884d5981474fc7b1eddb13c447f7 authored about 12 years ago by DisposaBoy <[email protected]>
* update for new gocode commands

github.com/DisposaBoy/GoSublime - 0c61faec07f878830b992f17817796f5a485e2e3 authored about 12 years ago by DisposaBoy <[email protected]>
* use gocode package

github.com/DisposaBoy/GoSublime - b2ab39b1f33ec21119cf7eec6bda7139302c1db1 authored about 12 years ago by DisposaBoy <[email protected]>
* log stack on panic

github.com/DisposaBoy/GoSublime - b4715d0d9da27a51b0c5b39386add2202147401b authored about 12 years ago by DisposaBoy <[email protected]>
* bundle gocode as a package

github.com/DisposaBoy/GoSublime - 532ff4bfe1bc7e923a6103992aea9c44a295b7fb authored about 12 years ago by DisposaBoy <[email protected]>
* report startup progress

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

github.com/DisposaBoy/GoSublime - d12dbb945cc9b5bd7f43d91de12f599dbd25ffc4 authored about 12 years ago by DisposaBoy <[email protected]>
honour fn_exclude_prefixes setting

github.com/DisposaBoy/GoSublime - cf1889b5fd345ac3c01f661fc555155afb41322d authored about 12 years ago by DisposaBoy <[email protected]>
add new setting fn_exclude prefixes

add new setting fn_exclude prefixes to control the allowed prefixes in the file browse panel

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

github.com/DisposaBoy/GoSublime - c7a8729e34bd79c8ab7a2d0556b314772ec15b77 authored about 12 years ago by DisposaBoy <[email protected]>
* remove setting margo_cmd

github.com/DisposaBoy/GoSublime - 2dc6dc86ff6c91e83fac3b5571dd01f1a00d0b6c authored about 12 years ago by DisposaBoy <[email protected]>
* use gsshell.run instead of gs.runcmd

github.com/DisposaBoy/GoSublime - 22559263c88d8f0f6aba92888991dc27583d7fab authored about 12 years ago by DisposaBoy <[email protected]>
* debug request

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

github.com/DisposaBoy/GoSublime - 6edc658811102b7acf6c26051548aefe32eb3111 authored about 12 years ago by DisposaBoy <[email protected]>
* remove gocode_cmd setting

github.com/DisposaBoy/GoSublime - 1ab4eda822e1d9deb426dee9928ecb692371ff13 authored about 12 years ago by DisposaBoy <[email protected]>
* fix show_calltip command

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

github.com/DisposaBoy/GoSublime - 5b350991e1eabd250e4b0e17edb537d2992c88f3 authored about 12 years ago by DisposaBoy <[email protected]>
* always use the up-to-date client settings

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