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

* document fn_exclude_prefixes

* fixes #254

github.com/DisposaBoy/GoSublime - 0c6082e42e3dcdd92be554bde78f833570db8c99 authored over 11 years ago by DisposaBoy <[email protected]>
* include GoTemplate syntax highlighting in raw strings

github.com/DisposaBoy/GoSublime - f2ffba8c07e9fd6039dbfa26bb8f49a3342e09ae authored over 11 years ago by DisposaBoy <[email protected]>
* add basic template syntax highlighting

github.com/DisposaBoy/GoSublime - aa8d234b4671f451ded6c2d5257c4296d361ca7d authored over 11 years ago by DisposaBoy <[email protected]>
* convert indentation to tabs

github.com/DisposaBoy/GoSublime - 6f4af98e3d2fdfd2792e1ef2e78abf4dc5c7508c authored over 11 years ago by DisposaBoy <[email protected]>
* update tskill documentation to reflect its new interaction with the `pending tasks` palette

github.com/DisposaBoy/GoSublime - 34e3fec5346395bf3dbfeafbd001926231cf9b94 authored over 11 years ago by DisposaBoy <[email protected]>
* show the `pending tasks` palette if tskill is called without args

* fixes #258

github.com/DisposaBoy/GoSublime - d313c5760a431ada1794f669f3a7af76bf85183d authored over 11 years ago by DisposaBoy <[email protected]>
* don't pass a list to the default shell...

* fixes #219

github.com/DisposaBoy/GoSublime - d7408e40210d7389c5455994f8ff1eab83cf027a authored over 11 years ago by DisposaBoy <[email protected]>
* don't debug sel()

github.com/DisposaBoy/GoSublime - fd3f9b0a1651c1e67120bdc56c7bd2d5add0f78b authored over 11 years ago by DisposaBoy <[email protected]>
* use ev.debug instead of gs.debug

github.com/DisposaBoy/GoSublime - edaa2ac300a8df8f61dabe81e98a3a7ba34d9a39 authored over 11 years ago by DisposaBoy <[email protected]>
* call the callback directly in post_add

* insert post_add before broadcasting the event (removes a race between broadcast and late binders)

github.com/DisposaBoy/GoSublime - 6da53c45b787759f547189f814b35342d981eeff authored over 11 years ago by DisposaBoy <[email protected]>
* catch and print any exception post_add might throw

github.com/DisposaBoy/GoSublime - 974c60e6780869bef35f0aa3ac7147894dc18b7f authored over 11 years ago by DisposaBoy <[email protected]>
* add missing print to output the traceback in case of an exception when calling a callback

github.com/DisposaBoy/GoSublime - 2fd049bafdf14b9d7e57852f84c5edb065dcf33b authored over 11 years ago by DisposaBoy <[email protected]>
* pass the callback to post_add to allow calling late binders without re-broadcasting to everyone

github.com/DisposaBoy/GoSublime - 7749caa7dd91fdf3e98383d4fce634c655f6d68d authored over 11 years ago by DisposaBoy <[email protected]>
* add init event

github.com/DisposaBoy/GoSublime - 1e5062bc56419adc7071cdc79356832501eeab2e authored over 11 years ago by DisposaBoy <[email protected]>
* add post_add member to aid in broadcasting to events that registered late

github.com/DisposaBoy/GoSublime - 8c8000c856edaafe7820fa8121d208beef61b3bc authored over 11 years ago by DisposaBoy <[email protected]>
* add basic event module and class

github.com/DisposaBoy/GoSublime - ffc8cc82c104b747589ceb63f122b80b4e9b98d4 authored over 11 years ago by DisposaBoy <[email protected]>
* version bump (force a global re-installation of MarGo)

github.com/DisposaBoy/GoSublime - 737ac5f147bd7142d7ed65464181e0ebffd2147b authored over 11 years ago by DisposaBoy <[email protected]>
* add 9o command registry in `gs.gs9o` to add basic support for third party commands

github.com/DisposaBoy/GoSublime - 9590fbdcdc6e931ab991e3622514ff3aa91c61d6 authored over 11 years ago by DisposaBoy <[email protected]>
* 9o `hist` now honours `9o_instance`

github.com/DisposaBoy/GoSublime - 808c6000d0febf9fea93414ca38d20a2b5fd84d1 authored over 11 years ago by DisposaBoy <[email protected]>
* always chdir

github.com/DisposaBoy/GoSublime - 5d394bf268da7a980d4bce4a2f8e2dc5e3a12fd0 authored over 11 years ago by DisposaBoy <[email protected]>
* actually chdir, instead of pretending to do so: fixes not being able to change to relative dirs

github.com/DisposaBoy/GoSublime - 7c1b3b1cfe118843a3334ca6ee7fe8ce65f79a2b authored over 11 years ago by DisposaBoy <[email protected]>
* document the `cd` command

github.com/DisposaBoy/GoSublime - 7c2b577089953e342ed41e10943aaaa3af19efa9 authored over 11 years ago by DisposaBoy <[email protected]>
* add env var support to `cd`

github.com/DisposaBoy/GoSublime - b1b2f76414e143eb571b51a87d0396af4726bac7 authored over 11 years ago by DisposaBoy <[email protected]>
* impl basic cd command

github.com/DisposaBoy/GoSublime - 6a2444633a4a6a786d7f3e8e53be162c1f35f122 authored over 11 years ago by DisposaBoy <[email protected]>
* add tempDir handler

github.com/DisposaBoy/GoSublime - 01267fe49d17aabd83df51ed142ed9987a968a72 authored over 11 years ago by DisposaBoy <[email protected]>
* add support for input to mg/sh. fixes #251

github.com/DisposaBoy/GoSublime - 1a45f438431a78d763c32acc5c1e4f6222ab4cfc authored over 11 years ago by DisposaBoy <[email protected]>
* return mg/sh output as jData (it handles binary output)

github.com/DisposaBoy/GoSublime - 2e30dbedbcf5aecd5cc004a3cf46c867bc8bd049 authored over 11 years ago by DisposaBoy <[email protected]>
* fix \u highlighting in strings

github.com/DisposaBoy/GoSublime - 047bd4d9469bfe823423820a0ed5acabcac403fb authored over 11 years ago by DisposaBoy <[email protected]>
* fix highlighting escaped quote inside rune-literal

github.com/DisposaBoy/GoSublime - a8755bd51b068082ed6b23a306b3db289a4709b6 authored over 11 years ago by DisposaBoy <[email protected]>
* improve rune-literal highlighting

github.com/DisposaBoy/GoSublime - 60a11294f572ed79afe927f101f668943ff5c1b5 authored over 11 years ago by DisposaBoy <[email protected]>
* remove raw strings

* remove raw strings. fixes paths `\` bot being converted to `/` on windows

github.com/DisposaBoy/GoSublime - c505bb7e5a34c39a766565db939233487b1219be authored over 11 years ago by DisposaBoy <[email protected]>
Merge pull request #248 from cee-dub/master

More minor enhancements

github.com/DisposaBoy/GoSublime - 471ac8b48559c93e13730d4fc0235ec7d86c30d5 authored over 11 years ago by DisposaBoy <[email protected]>
Highlight control keywords.

github.com/DisposaBoy/GoSublime - 7b2b0b90d222b2867988bbc511b8cc6fc224f01c authored over 11 years ago by Cameron Walters <[email protected]>
Highlight variables declared with :=

github.com/DisposaBoy/GoSublime - a816a130e67228f0e344cf716c5e4d966dc3ae54 authored over 11 years ago by Cameron Walters <[email protected]>
* display a simplified 9o wd

github.com/DisposaBoy/GoSublime - cfcb007800ebf3707772ea6bb64f8efb02061c6b authored over 11 years ago by DisposaBoy <[email protected]>
* impl 9o_instance setting

github.com/DisposaBoy/GoSublime - aa5a9379c07b6cdab672a74af2501acf3d5dafb9 authored over 11 years ago by DisposaBoy <[email protected]>
* *really* match the end of the string :|

github.com/DisposaBoy/GoSublime - 4d402259f05af8f6705254286339922c4b3c81c5 authored over 11 years ago by DisposaBoy <[email protected]>
* unset 9o_instance because its implementation will remain per-pkg for the time being

github.com/DisposaBoy/GoSublime - 457ff99b3d853293acee6276371f07cb5e097fb6 authored over 11 years ago by DisposaBoy <[email protected]>
* remove N/I line from 9o_color_scheme setting

github.com/DisposaBoy/GoSublime - 1d01a045c48f7bf439d718078950b4059a8e841a authored over 11 years ago by DisposaBoy <[email protected]>
* add support for setting the 9o color scheme

github.com/DisposaBoy/GoSublime - fc08326c0ff03cfe7291155353d25fa93eae5f57 authored over 11 years ago by DisposaBoy <[email protected]>
* don't show completion in gs-next: strings, runes, comments

github.com/DisposaBoy/GoSublime - 424723745a998d5bd7ad7b32169df5abafe1bb2a authored over 11 years ago by DisposaBoy <[email protected]>
* add support for gs-next.tmlang

github.com/DisposaBoy/GoSublime - dbc07634d8f2e4211cb7f92dfb18ee9fdb9f0759 authored over 11 years ago by DisposaBoy <[email protected]>
* use a new uuid

github.com/DisposaBoy/GoSublime - 1e0c234bb2748cf573202c283ee2ce9e711901e0 authored over 11 years ago by DisposaBoy <[email protected]>
Merge pull request #230 from cee-dub/master

Improved go syntax highlighting

github.com/DisposaBoy/GoSublime - ce23585dd13865b8fbbc5ac3ad35bc205752a703 authored over 11 years ago by DisposaBoy <[email protected]>
Add author line.

github.com/DisposaBoy/GoSublime - 61468be130bee32b658b1afcb80a3bd0547076a5 authored over 11 years ago by Cameron Walters <[email protected]>
Rename new tmLanguage file.

github.com/DisposaBoy/GoSublime - 13f6b1682ba10811eba7e135949787a2a52f3c15 authored over 11 years ago by Cameron Walters <[email protected]>
Simplify the GoSublime.tmLanguage definition.

Based heavily on GoFeather with a few nice things borrowed from
GoSublime's copy of the ST2 Go p...

github.com/DisposaBoy/GoSublime - 928e12f226be923b3bad967857add0a44825ac1e authored over 11 years ago by Cameron Walters <[email protected]>
* make links clickable

github.com/DisposaBoy/GoSublime - 5bc4b18cf95fb209bbd06e419a96a54422a70049 authored over 11 years ago by DisposaBoy <[email protected]>
* add `9o_instance` and `9o_color_scheme` settings

github.com/DisposaBoy/GoSublime - aded1cd0d56f9280d324ee110ed787ae06eec9c1 authored over 11 years ago by DisposaBoy <[email protected]>
* add new linter settings

github.com/DisposaBoy/GoSublime - e1022f7a2326f2b8619569a0edcffa18032a5bb1 authored over 11 years ago by DisposaBoy <[email protected]>
* remove margo_addr setting

github.com/DisposaBoy/GoSublime - e4af5a2c44700dd5c9981e76a551c9cade1de7a2 authored over 11 years ago by DisposaBoy <[email protected]>
* don't sort imports. closes #237

github.com/DisposaBoy/GoSublime - 2441a01901a9fefa5f0b79ef390c5038e49243f4 authored over 11 years ago by DisposaBoy <[email protected]>
* keep the callback around if it return True. fixes #241

github.com/DisposaBoy/GoSublime - 7492ead69d9231640bab289c2cf02c9bc1781cb9 authored over 11 years ago by DisposaBoy <[email protected]>
* give PATH preference to Go related bin directories

github.com/DisposaBoy/GoSublime - a3bef0883d2d8328e110675a88af827ce3129954 authored over 11 years ago by DisposaBoy <[email protected]>
* ann. fixes #238

github.com/DisposaBoy/GoSublime - d2b81db05449bf0dcd08dbca86b8d8bad78a538a authored over 11 years ago by DisposaBoy <[email protected]>
* use gs.tm_path to find the GoSublime.tmLanguage file. fixes not being able to load it on st3

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

github.com/DisposaBoy/GoSublime - 035138f330378b274dcce247951cdc0524bddd62 authored over 11 years ago by DisposaBoy <[email protected]>
* add missing .go tmlang alias

github.com/DisposaBoy/GoSublime - 58e23dc47d40e79b5ba2e8db4f2c7f15cdc782bb authored over 11 years ago by DisposaBoy <[email protected]>
* fix missing expandsion of lists in ipc data

github.com/DisposaBoy/GoSublime - 66f30d807fb86cad3ba7781aaf53cd1b2e091405 authored over 11 years ago by DisposaBoy <[email protected]>
* fix missing arg

github.com/DisposaBoy/GoSublime - c31a6e6d1fd5f4f147adc46b708ac671d1f29220 authored over 11 years ago by DisposaBoy <[email protected]>
* fix missing fmt verb

github.com/DisposaBoy/GoSublime - 81a99b2ad8e3654778e44357fd1c04ff4dc5db5a authored over 11 years ago by DisposaBoy <[email protected]>
* fail gracefully if ipc write fails

github.com/DisposaBoy/GoSublime - 5cc0466e09a755c8e66934f4446b7f28542ba7fe authored over 11 years ago by DisposaBoy <[email protected]>
* check that the target of `which` is a file: fixes #235

github.com/DisposaBoy/GoSublime - 7e3605e9c2d4cf6bbee74fa87440aeae1bbd4cec authored over 11 years ago by DisposaBoy <[email protected]>
* add warning about upcoming changes

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

* fix ANN and VERSION referencing the wrong month

github.com/DisposaBoy/GoSublime - e082b9f605f36cbae2c297bc7653f85b89693240 authored over 11 years ago by DisposaBoy <[email protected]>
* only show calltip if the call is on the same line as the cursor

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

github.com/DisposaBoy/GoSublime - 1d46fd6c445842c3adef2299c9cf05c84f2e3cab authored over 11 years ago by DisposaBoy <[email protected]>
* make links clickable (why were they placed in backticks?)

github.com/DisposaBoy/GoSublime - 8daed28ec58d3f9bdcdcddae59358a25510bdd82 authored over 11 years ago by DisposaBoy <[email protected]>
* only the completion that matches the selector name. fixes failing to find a calltip for b() in p.a(p.b())

github.com/DisposaBoy/GoSublime - d4dd5c3269ed46284ba9d36e48296b5f1b54c5c7 authored over 11 years ago by DisposaBoy <[email protected]>
* impl calltips in margo

github.com/DisposaBoy/GoSublime - c176dcfd9535a683b71bdb49b0bc27140347ae67 authored over 11 years ago by DisposaBoy <[email protected]>
* force scroll_past_end on in 9o to try to work-around scrolling bugs

github.com/DisposaBoy/GoSublime - 3c78a4171549c727a11cb95ba26b3a1a0da4ba46 authored over 11 years ago by DisposaBoy <[email protected]>
* get PATH from the user's shell before attemping to compile margo, fixes #218

github.com/DisposaBoy/GoSublime - 1fb165e172a3827596641b36a7cf6331dad5b87c authored over 11 years ago by DisposaBoy <[email protected]>
* use gs.which to find the go binary

github.com/DisposaBoy/GoSublime - fa9aa1d6d45ed847593b31ffd76a907b0e8b67cb authored over 11 years ago by DisposaBoy <[email protected]>
* impl which-like function to find go

github.com/DisposaBoy/GoSublime - d70aa5fbd041e01c0f45fd8633950910128c3fbe authored over 11 years ago by DisposaBoy <[email protected]>
* pre-compile margo on update

github.com/DisposaBoy/GoSublime - f5bed622fc974ae4a4755d57e20cbea6b285ce14 authored over 11 years ago by DisposaBoy <[email protected]>
* (try to) avoid triggering a pointless exception message if the sel() index is out of range

* allowing focussing other text(no just `package `)
* increase status_message timeout from 5 to 1...

github.com/DisposaBoy/GoSublime - 9a858e40c17912b70e2e71346b5cbddb94395573 authored over 11 years ago by DisposaBoy <[email protected]>
* work-around ascii codec error if the log the contains non-ascii letters

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