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

improve VFN matching

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

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

github.com/DisposaBoy/GoSublime - 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...

github.com/DisposaBoy/GoSublime - cb4428bb79214d586cd49b1a438dfc2e3e4091aa authored over 6 years ago by DisposaBoy <[email protected]>
GoSublime needs you!

github.com/DisposaBoy/GoSublime - bbc88ccac101418698d5b3c831cc3ce7633f655b authored over 6 years ago by DisposaBoy <[email protected]>
make the GoSublime-Go-Legacy syntax match the ligatures in the Plain Text syntax

github.com/DisposaBoy/GoSublime - e7ab0d029a084b1fb6b75478af95e5cc7a2c38da 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 ...

github.com/DisposaBoy/GoSublime - 67cf993eb54f2ba8ff817b7466957616ea4a4fba 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

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

fix #825

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

github.com/DisposaBoy/GoSublime - ba84c8a70778a655657e7a2314a25c34912bd256 authored over 6 years ago by DisposaBoy <[email protected]>
ensure the result view.src is a string

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

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

github.com/DisposaBoy/GoSublime - 31b613a8640dc176fd85022ff046cd5d5a251374 authored over 6 years ago by DisposaBoy <[email protected]>
add basic debugging profiler

github.com/DisposaBoy/GoSublime - c037760dd3147a623893470ee89bad822b14703b authored over 6 years ago by DisposaBoy <[email protected]>
sync margo

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

github.com/DisposaBoy/GoSublime - 09a0cca92dc06c7e7e06f2a71613da1e07e82842 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 32b26e6ff434cca862e15f6c5b0091b388e30127 authored almost 7 years ago by DisposaBoy <[email protected]>
fix exception due to undefined variable

github.com/DisposaBoy/GoSublime - cc5ad5e9cdc7255eb82a1744b17cb6fc8e6d6589 authored almost 7 years ago by DisposaBoy <[email protected]>
stop old agent instances from rendering

github.com/DisposaBoy/GoSublime - 5be68c5efee55a152ca3d44aa352616764d5de6b authored almost 7 years ago by DisposaBoy <[email protected]>
add support for sending settings to margo

github.com/DisposaBoy/GoSublime - b4641ef0395477608a68b6ebb166c10023b57bd2 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 3c0f919bd6179d5ed5d6a0f69bfdeae0a61d9758 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for using cbor ipc codec

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

github.com/DisposaBoy/GoSublime - 5943ee7cfe8fc6bc4fe82c25350fd4bdb710c8ae authored almost 7 years ago by DisposaBoy <[email protected]>
fix exception due to missing import?

github.com/DisposaBoy/GoSublime - 238b04bab870db5c822228cf65a88be0aa9871ca 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

github.com/DisposaBoy/GoSublime - 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...

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

github.com/DisposaBoy/GoSublime - 9f9a43b79198c9fc1c6b6629a64a0f3cac49ce9f authored almost 7 years ago by DisposaBoy <[email protected]>
do rendering off the ui thread

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

github.com/DisposaBoy/GoSublime - 13a5825dac49ef21ef2a3b2db688207a091fa639 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 084bfafe29508ee7f35af27ea379a0bcab99a074 authored almost 7 years ago by DisposaBoy <[email protected]>
speedup sh-bootstrap by re-using the existing binary

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - 6ed94b1269f51b85417381880e8e3c7c22500918 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - f338835db38a31f95cb0529d1247c6050429b319 authored almost 7 years ago by DisposaBoy <[email protected]>
disable autoinst by default

github.com/DisposaBoy/GoSublime - 95ab28b5494b715943326099ba240ec14289018e authored almost 7 years ago by DisposaBoy <[email protected]>
remove dead code

github.com/DisposaBoy/GoSublime - 4ffa847cfa210a61079e4e4613330bf9f07b5a6a authored almost 7 years ago by DisposaBoy <[email protected]>
fix potential `del m[k]` exception when the agent is shutting down

github.com/DisposaBoy/GoSublime - 6bf14f9dcd89024587a07551287eb915906766fe authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

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

github.com/DisposaBoy/GoSublime - e2da60b1da9ec36772095142345d379fd621455a authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 09cc31fba3c9404d7b3060a6f9786f3306488bf7 authored almost 7 years ago by DisposaBoy <[email protected]>
add missing tasks.go file

github.com/DisposaBoy/GoSublime - 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)

github.com/DisposaBoy/GoSublime - 062b63a9d3e11fac714de22897975dd8a4ace6a5 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 3e6ef0d4959a7ef299823c84c3434d5c9e983ebc authored almost 7 years ago by DisposaBoy <[email protected]>
improve file path handling on Windows

close #815

github.com/DisposaBoy/GoSublime - 370fe510410c8bf54b2e97296f8d2eb859aafcdd authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

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

github.com/DisposaBoy/GoSublime - 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)

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

github.com/DisposaBoy/GoSublime - 48d502183d93f237fff905e9b98440e91a681fdd authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

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

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

github.com/DisposaBoy/GoSublime - 2b8b8ee6359c916fb510ea5dea402e6d29ad9cd7 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 57d85dbc5b613e28c3e886630f88adbe5723bef8 authored almost 7 years ago by DisposaBoy <[email protected]>
fix use of unbound variable

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

close #807

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

github.com/DisposaBoy/GoSublime - d791270477634c410106cfbbca26f3e7c722a814 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for displaying the issue list

github.com/DisposaBoy/GoSublime - 6638fc9c66d614ed0fc40c3f5758c87d5cb113b6 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - 4df68be5435a7fc9c07c3ed346573c29f0cb0df5 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - 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

github.com/DisposaBoy/GoSublime - 10d6be3683dc2017165f3e8af9236728abf46494 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

this fixes #811

github.com/DisposaBoy/GoSublime - 831c439d9fe9b84508f944a88f67c8641c7143fa authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

this fixes #809

github.com/DisposaBoy/GoSublime - b49e9a0615a4275ac004543f3508abb6209c33c1 authored almost 7 years ago by DisposaBoy <[email protected]>
mark the new margo as ready for testing

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

github.com/DisposaBoy/GoSublime - f815b1aee17345f9cd1fafa1ca34ff8612d82364 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

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

github.com/DisposaBoy/GoSublime - b03215dbefe245012b581008daf7a1bb0be53643 authored almost 7 years ago by DisposaBoy <[email protected]>
add lint/triangle icon

github.com/DisposaBoy/GoSublime - 7afe83b86a1447a621fb7e9a04fbc52dd3c427ba authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - 888371f75699df37118cab14e5d9099921ee1a9f authored almost 7 years ago by DisposaBoy <[email protected]>
add note about new margo

github.com/DisposaBoy/GoSublime - 02dc241ea56a9df257318eaf9733dbe00b69af95 authored almost 7 years ago by DisposaBoy <[email protected]>
merge the new margo implementation

github.com/DisposaBoy/GoSublime - 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...

github.com/DisposaBoy/GoSublime - 45f25db5706eae2b3e7c33c2d951d78b96177fe1 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - c8256b5746c81b9f577a7521e4b7de6fdc447dff authored almost 7 years ago by DisposaBoy <[email protected]>
fix ANN version

github.com/DisposaBoy/GoSublime - 33c9124d8d9d99c42f00216364cdecbd2df99615 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

github.com/DisposaBoy/GoSublime - a3ceebe235c1a266983285d78fd216ae23f2f747 authored almost 7 years ago by DisposaBoy <[email protected]>
pre-release warning

github.com/DisposaBoy/GoSublime - 71c9f3dca2bebb4b5d181ce282a693192d7cccda authored almost 7 years ago by DisposaBoy <[email protected]>
add key binding to edit the margo extension

github.com/DisposaBoy/GoSublime - 7cdfaa7199eb4643fa5abcb45c922335b14acce7 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - 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...

github.com/DisposaBoy/GoSublime - cb657f30d975e2cc1ffdb2d4574acc24fc0d56ca authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

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

github.com/DisposaBoy/GoSublime - 972e4ffe19bc0b5553fd7fe94342c807fe175821 authored almost 7 years ago by DisposaBoy <[email protected]>
add support for overriding the gs settings

github.com/DisposaBoy/GoSublime - afbaaf54bf4702b763663e1772aa0f5f9c3edcce authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - babb46f94a94f3e49409214f8446658952ffa0e8 authored almost 7 years ago by DisposaBoy <[email protected]>
sync deps

github.com/DisposaBoy/GoSublime - 17d29785eeba12c3a869d4fff7fe49906fafd2d6 authored almost 7 years ago by DisposaBoy <[email protected]>
sync margo

github.com/DisposaBoy/GoSublime - 1829eb95af307cf0e23703d883e62aea38e2687d authored almost 7 years ago by DisposaBoy <[email protected]>