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

* ann

16178e793eac4a86813fa913054155282a159224 authored over 11 years ago by DisposaBoy <[email protected]>
* document fn_exclude_prefixes

* fixes #254

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

fd30cf7465ddc0ba2241a4f977cc4d90b94055db authored over 11 years ago by DisposaBoy <[email protected]>
* include GoTemplate syntax highlighting in raw strings

f2ffba8c07e9fd6039dbfa26bb8f49a3342e09ae authored over 11 years ago by DisposaBoy <[email protected]>
* add basic template syntax highlighting

aa8d234b4671f451ded6c2d5257c4296d361ca7d authored over 11 years ago by DisposaBoy <[email protected]>
* convert indentation to tabs

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

07779308dc07410825436443f3d6944815ea339d authored over 11 years ago by DisposaBoy <[email protected]>
* update tskill documentation to reflect its new interaction with the `pending tasks` palette

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

* fixes #258

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

eeea21e4fe96e6547b8e5f814b24bf6bd65f52a1 authored over 11 years ago by DisposaBoy <[email protected]>
* don't pass a list to the default shell...

* fixes #219

d7408e40210d7389c5455994f8ff1eab83cf027a authored over 11 years ago by DisposaBoy <[email protected]>
* don't debug sel()

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

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)

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

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

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

7749caa7dd91fdf3e98383d4fce634c655f6d68d authored over 11 years ago by DisposaBoy <[email protected]>
* add init event

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

8c8000c856edaafe7820fa8121d208beef61b3bc authored over 11 years ago by DisposaBoy <[email protected]>
* add basic event module and class

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

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

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

32cfaa0a7f5e7997be69fa563a5a376a1f23edb9 authored over 11 years ago by DisposaBoy <[email protected]>
* add 9o command registry in `gs.gs9o` to add basic support for third party commands

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

87c3ba5a190afb2be5d7a8b1c2554b4f5a045814 authored over 11 years ago by DisposaBoy <[email protected]>
* 9o `hist` now honours `9o_instance`

808c6000d0febf9fea93414ca38d20a2b5fd84d1 authored over 11 years ago by DisposaBoy <[email protected]>
* always chdir

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

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

04ccdad8e0fec4407e4bef2e81746f7a1ce8cdff 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

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

3ec58c0c460c9dd77257e289003ddce5821b156f authored over 11 years ago by DisposaBoy <[email protected]>
* document the `cd` command

7c2b577089953e342ed41e10943aaaa3af19efa9 authored over 11 years ago by DisposaBoy <[email protected]>
* add env var support to `cd`

b1b2f76414e143eb571b51a87d0396af4726bac7 authored over 11 years ago by DisposaBoy <[email protected]>
* impl basic cd command

6a2444633a4a6a786d7f3e8e53be162c1f35f122 authored over 11 years ago by DisposaBoy <[email protected]>
* add tempDir handler

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

b7e85602b0328563a899446a58c1e8684e57a380 authored over 11 years ago by DisposaBoy <[email protected]>
* add support for input to mg/sh. fixes #251

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

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

7b202b8a5e882383ca71c10f518749300051ec20 authored over 11 years ago by DisposaBoy <[email protected]>
* fix \u highlighting in strings

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

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

60a11294f572ed79afe927f101f668943ff5c1b5 authored over 11 years ago by DisposaBoy <[email protected]>
* remove raw strings

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

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

More minor enhancements

471ac8b48559c93e13730d4fc0235ec7d86c30d5 authored over 11 years ago by DisposaBoy <[email protected]>
Highlight control keywords.

7b2b0b90d222b2867988bbc511b8cc6fc224f01c authored over 11 years ago by Cameron Walters <[email protected]>
Highlight variables declared with :=

a816a130e67228f0e344cf716c5e4d966dc3ae54 authored over 11 years ago by Cameron Walters <[email protected]>
* ann

e4d7527113d6f2c3ef2c46801735a7e52703605b authored over 11 years ago by DisposaBoy <[email protected]>
* display a simplified 9o wd

cfcb007800ebf3707772ea6bb64f8efb02061c6b authored over 11 years ago by DisposaBoy <[email protected]>
* impl 9o_instance setting

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

0e564cabf9c986d0625eab0af73a8397abac50e0 authored over 11 years ago by DisposaBoy <[email protected]>
* *really* match the end of the string :|

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

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

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

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

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

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

5dcc078d6e6ae1d3cbd081c8e58e0b4323145605 authored over 11 years ago by DisposaBoy <[email protected]>
* add support for gs-next.tmlang

dbc07634d8f2e4211cb7f92dfb18ee9fdb9f0759 authored over 11 years ago by DisposaBoy <[email protected]>
* use a new uuid

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

Improved go syntax highlighting

ce23585dd13865b8fbbc5ac3ad35bc205752a703 authored over 11 years ago by DisposaBoy <[email protected]>
Add author line.

61468be130bee32b658b1afcb80a3bd0547076a5 authored over 11 years ago by Cameron Walters <[email protected]>
Rename new tmLanguage file.

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...

928e12f226be923b3bad967857add0a44825ac1e authored over 11 years ago by Cameron Walters <[email protected]>
* make links clickable

5bc4b18cf95fb209bbd06e419a96a54422a70049 authored over 11 years ago by DisposaBoy <[email protected]>
* add `9o_instance` and `9o_color_scheme` settings

aded1cd0d56f9280d324ee110ed787ae06eec9c1 authored over 11 years ago by DisposaBoy <[email protected]>
* add new linter settings

e1022f7a2326f2b8619569a0edcffa18032a5bb1 authored over 11 years ago by DisposaBoy <[email protected]>
* remove margo_addr setting

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

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

f5fa707d21075193debca6332762feac4f808a14 authored over 11 years ago by DisposaBoy <[email protected]>
* keep the callback around if it return True. fixes #241

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

48bf30a9d3e1b05d7ed0e08a679aa4122536a3bd authored over 11 years ago by DisposaBoy <[email protected]>
* give PATH preference to Go related bin directories

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

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

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

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

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

66f30d807fb86cad3ba7781aaf53cd1b2e091405 authored over 11 years ago by DisposaBoy <[email protected]>
* fix missing arg

c31a6e6d1fd5f4f147adc46b708ac671d1f29220 authored over 11 years ago by DisposaBoy <[email protected]>
* fix missing fmt verb

81a99b2ad8e3654778e44357fd1c04ff4dc5db5a authored over 11 years ago by DisposaBoy <[email protected]>
* fail gracefully if ipc write fails

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

b39fc2f9313e2b46b2b733fdff5f2b31e1e8a828 authored over 11 years ago by DisposaBoy <[email protected]>
* check that the target of `which` is a file: fixes #235

7e3605e9c2d4cf6bbee74fa87440aeae1bbd4cec authored over 11 years ago by DisposaBoy <[email protected]>
* add warning about upcoming changes

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

* fix ANN and VERSION referencing the wrong month

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

a3b851dc8a40279ebe94b0da406bbcf150e4b30d authored over 11 years ago by DisposaBoy <[email protected]>
* add ProGNOMmers

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

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

7c5888198d724f95685761a3d2b74af8ae2b141f 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())

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

ebfcd5db00846e10b6a7822b9ee70ee5d25ae927 authored over 11 years ago by DisposaBoy <[email protected]>
* impl calltips in margo

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

52205c427c4eb492e70b6babff1e5821a9151cb9 authored over 11 years ago by DisposaBoy <[email protected]>
* force scroll_past_end on in 9o to try to work-around scrolling bugs

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

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

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

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

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...

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

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

2c03b6b8f665ba9c869fec6aaaf84e25a6e246d6 authored over 11 years ago by DisposaBoy <[email protected]>