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

improve VFN matching

* change the primary VFN from `view#$ID` to `view@$ID`
mainly to avoid confusion with 9o's `#`...

b9ac9d963dedb6b9ef16e8ff8126a2f8c0784ab3 authored over 6 years ago by DisposaBoy <[email protected]>
don't do autocompletion in views without a lang, nothing will respond to it

268fa6dcb6e596b322e1c0a1e9fbc8cb65f1d57b authored over 6 years ago by DisposaBoy <[email protected]>
add support for user-commands and run commands through margo for live command output

* margo's `go` command is incomplete so replay, etc. doesn't work
* change default 9o_instance t...

cb4428bb79214d586cd49b1a438dfc2e3e4091aa authored over 6 years ago by DisposaBoy <[email protected]>
sync margo

969f40b290470d815de77d8440d7c1e136af6f34 authored over 6 years ago by DisposaBoy <[email protected]>
GoSublime needs you!

bbc88ccac101418698d5b3c831cc3ce7633f655b authored over 6 years ago by DisposaBoy <[email protected]>
anancy

08861fdf54b18a515f18dab111879b59e81a6c1e authored over 6 years ago by DisposaBoy <[email protected]>
v18.05.19

2feba14a18576f203ad92c301055abb7bb00daa2 authored over 6 years ago by DisposaBoy <[email protected]>
make the GoSublime-Go-Legacy syntax match the ligatures in the Plain Text syntax

e7ab0d029a084b1fb6b75478af95e5cc7a2c38da authored over 6 years ago by DisposaBoy <[email protected]>
18.04.30-1

004cfe4527c0a1cc5e95de75baef05c661e8232e authored over 6 years ago by DisposaBoy <[email protected]>
fix margo build failure in some cases when the go compiler is up/down-graded

sh-bootstrap uses `runtime.Version()` to avoid having to run a command that might fail
and then ...

67cf993eb54f2ba8ff817b7466957616ea4a4fba authored over 6 years ago by DisposaBoy <[email protected]>
18.04.19-1

13819a559050ac30f78e917ee4350498935c74a9 authored over 6 years ago by DisposaBoy <[email protected]>
fix build failure when `use_gs_gopath` is enabled

don't overwrite GOPATH with GS_GOPATH if the input to sh.env() had a GOPATH set

fd6f894cce2f4d782a613edc03f2fc67d38c7ffe authored over 6 years ago by DisposaBoy <[email protected]>
remove html.go from the `GS: HTML` extensions

fix #825

f57a4f8dbef040bcd0b93f5ff8a8023a39aceacc authored over 6 years ago by DisposaBoy <[email protected]>
ANN

52c498ac3ab061de4dcb37482e302eaab00d77ec authored over 6 years ago by DisposaBoy <[email protected]>
sync margo

e4fb0d9c0d7209189fb6eea0505ef3e43f8ffa8d authored over 6 years ago by DisposaBoy <[email protected]>
more work-arounds for sublime/python concurrency...

ba84c8a70778a655657e7a2314a25c34912bd256 authored over 6 years ago by DisposaBoy <[email protected]>
sync margo

ae7e4b5e9f879e68165fe761baf913bf3b54fdb0 authored over 6 years ago by DisposaBoy <[email protected]>
ensure the result view.src is a string

275914454d5db2a58120d52a195e8d76e337d891 authored over 6 years ago by DisposaBoy <[email protected]>
show a traceback if gspatch fails, to aid debugging

1b65b4384f782a4996cfd220bed88fa7f035a850 authored over 6 years ago by DisposaBoy <[email protected]>
add support for restricting the files in which events are triggered

31b613a8640dc176fd85022ff046cd5d5a251374 authored over 6 years ago by DisposaBoy <[email protected]>
sync margo

ed343bd52027a42d6d9b1a157290a82e46ad7f1c authored over 6 years ago by DisposaBoy <[email protected]>
add basic debugging profiler

c037760dd3147a623893470ee89bad822b14703b authored over 6 years ago by DisposaBoy <[email protected]>
ANN

958f92c62bcd3010661ca35acb17e03e181287b9 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

253839c35232fb272a691e0bc28b7b78ce7e8f06 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for client actions (restart and shutdown)

09a0cca92dc06c7e7e06f2a71613da1e07e82842 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

32b26e6ff434cca862e15f6c5b0091b388e30127 authored almost 7 years ago by DisposaBoy <[email protected]>
fix exception due to undefined variable

cc5ad5e9cdc7255eb82a1744b17cb6fc8e6d6589 authored almost 7 years ago by DisposaBoy <[email protected]>
stop old agent instances from rendering

5be68c5efee55a152ca3d44aa352616764d5de6b authored almost 7 years ago by DisposaBoy <[email protected]>
add support for sending settings to margo

b4641ef0395477608a68b6ebb166c10023b57bd2 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

3c0f919bd6179d5ed5d6a0f69bfdeae0a61d9758 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for using cbor ipc codec

8530ae59cac308c029a97de7906814f14ef006ae authored almost 7 years ago by DisposaBoy <[email protected]>
vendor https://github.com/brianolson/cbor_py

5943ee7cfe8fc6bc4fe82c25350fd4bdb710c8ae authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

a3013d94e9ab2225d4b2c1fe3ab60f45d7449824 authored almost 7 years ago by DisposaBoy <[email protected]>
fix exception due to missing import?

238b04bab870db5c822228cf65a88be0aa9871ca authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

9b63f33c379f2cbfd7a9f21db039e92376894f9f authored almost 7 years ago by DisposaBoy <[email protected]>
do module loading off the ui thread

this should help cases like #821 where slow sh.py initialization causes the ui to freeze

57d7baf0d155b56251bed71ddd1f4ac372b3c16c authored almost 7 years ago by DisposaBoy <[email protected]>
abort all a/bcalls that occur before sh.py is initialized

this should fix a case where (old) margo compilation fails
because the Go version cannot be deter...

713b0ebc04520ca863627796b6bd18bf8441100e authored almost 7 years ago by DisposaBoy <[email protected]>
don't trigger margo events until sh.py is initialized

9f9a43b79198c9fc1c6b6629a64a0f3cac49ce9f authored almost 7 years ago by DisposaBoy <[email protected]>
do rendering off the ui thread

0c7f6eb4a32455e98ac69c8f9686a11fade5c525 authored almost 7 years ago by DisposaBoy <[email protected]>
don't show the message about default GOPATH more than once

13a5825dac49ef21ef2a3b2db688207a091fa639 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

084bfafe29508ee7f35af27ea379a0bcab99a074 authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

44b4799489f5bcb0a996b4fba3b76fdaa6dea323 authored almost 7 years ago by DisposaBoy <[email protected]>
speedup sh-bootstrap by re-using the existing binary

066a5ccf7df51e81d646260ff88b4a2ca7cca36f authored almost 7 years ago by DisposaBoy <[email protected]>
use TextIOWrapper to wrap the old margo stdout reading

to avoid apparent buffering (slow reading) issues

6ed94b1269f51b85417381880e8e3c7c22500918 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

f338835db38a31f95cb0529d1247c6050429b319 authored almost 7 years ago by DisposaBoy <[email protected]>
disable autoinst by default

95ab28b5494b715943326099ba240ec14289018e authored almost 7 years ago by DisposaBoy <[email protected]>
remove dead code

4ffa847cfa210a61079e4e4613330bf9f07b5a6a authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

fb7d8192f59fcbb26655596a0704b755675b5f27 authored almost 7 years ago by DisposaBoy <[email protected]>
fix potential `del m[k]` exception when the agent is shutting down

6bf14f9dcd89024587a07551287eb915906766fe authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

970f229e19ab34068e961128f3c976fef168182a authored almost 7 years ago by DisposaBoy <[email protected]>
ensure the status is visible even if no views are open

e2da60b1da9ec36772095142345d379fd621455a authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

09cc31fba3c9404d7b3060a6f9786f3306488bf7 authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

2fe1c53028c4c903e6994683910bc9bc061c7801 authored almost 7 years ago by DisposaBoy <[email protected]>
add missing tasks.go file

5e763cc6a55015f4ecc1c9f4c9e22fb8e2955cfd authored almost 7 years ago by DisposaBoy <[email protected]>
dispatch ViewPreSave instead of ViewFmt during the pre-save event

also increase timeouts a little (for goimports)

062b63a9d3e11fac714de22897975dd8a4ace6a5 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

3e6ef0d4959a7ef299823c84c3434d5c9e983ebc authored almost 7 years ago by DisposaBoy <[email protected]>
improve file path handling on Windows

close #815

370fe510410c8bf54b2e97296f8d2eb859aafcdd authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

94db1ec56c4b35ec3834515ec73d3bb5fc90cf94 authored almost 7 years ago by DisposaBoy <[email protected]>
temporarily go back to calling `go run ...sh-bootstrap.go` while investigating #815

b50dbb26f97a0163b8664476fffd3a63306166a9 authored almost 7 years ago by DisposaBoy <[email protected]>
use `go build` to build sh-bootstrap.go so it can be cached (in go1.10)

9a6535c0a47eee46616a96b6274794e37d09ff0d authored almost 7 years ago by DisposaBoy <[email protected]>
commit the pkg and bin dirs so we can assume they exists

48d502183d93f237fff905e9b98440e91a681fdd authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

77f12895814984116ab227b50627b95ffb221658 authored almost 7 years ago by DisposaBoy <[email protected]>
replace the `Show errors` command with the new `Show Issues`

930a9ccf71fc0d81ec2bb036b90d5b1f733a747b authored almost 7 years ago by DisposaBoy <[email protected]>
fix failure to filter out issues that are in other views

2b8b8ee6359c916fb510ea5dea402e6d29ad9cd7 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

57d85dbc5b613e28c3e886630f88adbe5723bef8 authored almost 7 years ago by DisposaBoy <[email protected]>
fix use of unbound variable

247163ab24f6b8f6b2a0a5e00272bb28531d1dc7 authored almost 7 years ago by DisposaBoy <[email protected]>
don't show status markers when there is no status

close #807

8b5e31c586b08e36e80ddd325dc688719177dc0e authored almost 7 years ago by DisposaBoy <[email protected]>
rename View.Dir to View.Wd to avoid confusion

d791270477634c410106cfbbca26f3e7c722a814 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for displaying the issue list

6638fc9c66d614ed0fc40c3f5758c87d5cb113b6 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

4df68be5435a7fc9c07c3ed346573c29f0cb0df5 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

f2396988173d7cb0a3d807c439f18a228c0bb9cf authored almost 7 years ago by DisposaBoy <[email protected]>
move the top-level margo.py into gosubl/ to prevent reloading when the plugin is updated

10d6be3683dc2017165f3e8af9236728abf46494 authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

d6731b99624a635a7b0da848d4e031975615d2db authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

this fixes #811

831c439d9fe9b84508f944a88f67c8641c7143fa authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

cc1e172bf1ba93d4945fb8de6a4bf41755033682 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

this fixes #809

b49e9a0615a4275ac004543f3508abb6209c33c1 authored almost 7 years ago by DisposaBoy <[email protected]>
mark the new margo as ready for testing

b8d31c209f1c9550cfa44c31b01e04d5affb01e1 authored almost 7 years ago by DisposaBoy <[email protected]>
change the `Edit Margo Extension` command to open the new margo extension

f815b1aee17345f9cd1fafa1ca34ff8612d82364 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

b9701735f883cca788c4eda210f3a409989c6492 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for linting/issues and ViewPosChanged

b03215dbefe245012b581008daf7a1bb0be53643 authored almost 7 years ago by DisposaBoy <[email protected]>
add lint/triangle icon

7afe83b86a1447a621fb7e9a04fbc52dd3c427ba authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

888371f75699df37118cab14e5d9099921ee1a9f authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

a36cdb5aeca1505782cf35787834e8e3e6e54d16 authored almost 7 years ago by DisposaBoy <[email protected]>
add note about new margo

02dc241ea56a9df257318eaf9733dbe00b69af95 authored almost 7 years ago by DisposaBoy <[email protected]>
merge the new margo implementation

e16cb9116e0423e3a808b94c7b69c95c1135248b authored almost 7 years ago by DisposaBoy <[email protected]>
misc tweaks

* add support for action ViewPosChanged
this event is not publically because it's not optimize...

45f25db5706eae2b3e7c33c2d951d78b96177fe1 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

c8256b5746c81b9f577a7521e4b7de6fdc447dff authored almost 7 years ago by DisposaBoy <[email protected]>
fix ANN version

33c9124d8d9d99c42f00216364cdecbd2df99615 authored almost 7 years ago by DisposaBoy <[email protected]>
ANN

52adfdc10073144da505dfa939eebc0cf9e66bfc authored almost 7 years ago by DisposaBoy <[email protected]>
stop travis installing on master

stop travis installing on master. it takes a long time for no real benefit

a3ceebe235c1a266983285d78fd216ae23f2f747 authored almost 7 years ago by DisposaBoy <[email protected]>
pre-release warning

71c9f3dca2bebb4b5d181ce282a693192d7cccda authored almost 7 years ago by DisposaBoy <[email protected]>
add key binding to edit the margo extension

7cdfaa7199eb4643fa5abcb45c922335b14acce7 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

43ff2fd5930a567c9d890aacdce63490ae001d5e authored almost 7 years ago by DisposaBoy <[email protected]>
The truth is out there.

It only took about 4 years and 3 rewrites,
but my private fork is now finally making it back int...

cb657f30d975e2cc1ffdb2d4574acc24fc0d56ca authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

5ee73fb8ea5584978cff768c48041516b6d0eda7 authored almost 7 years ago by DisposaBoy <[email protected]>
sync MARGO_* env var during sh.py bootstrapping

972e4ffe19bc0b5553fd7fe94342c807fe175821 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for overriding the gs settings

afbaaf54bf4702b763663e1772aa0f5f9c3edcce authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

babb46f94a94f3e49409214f8446658952ffa0e8 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

17d29785eeba12c3a869d4fff7fe49906fafd2d6 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

1829eb95af307cf0e23703d883e62aea38e2687d authored almost 7 years ago by DisposaBoy <[email protected]>