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

- fix: respect the timeout

cbb43cdb475c3da4ab2f37e6f08f0fcb5a65b1c3 authored almost 13 years ago by DisposaBoy <[email protected]>
- update note about the completion markers

e02403b73b413d9563d0c9642cfc05087dae485c authored almost 13 years ago by DisposaBoy <[email protected]>
- move markers to right

- include functions return declarations
- include type info for everything else
- include option ...

f93d39215c9569ec25f80a4b642384abbf450eda authored almost 13 years ago by DisposaBoy <[email protected]>
- add word package to package marker

713a1cad266569468fadf601858f10986810b9ba authored almost 13 years ago by DisposaBoy <[email protected]>
- add new setting

4b2a7a4b8000ebffb6520601be41818d5300da8b authored almost 13 years ago by DisposaBoy <[email protected]>
- revert bad change

88ba5d200254fd5f9eaf196a46249103a9269c1d authored almost 13 years ago by DisposaBoy <[email protected]>
- place completion markers at the end of the line

6207b65826a7c1a4845c7e91d088be427f9862bd authored almost 13 years ago by DisposaBoy <[email protected]>
- if the cursor in in front of an open paren only insert the function

name - this allow for easily changing the function name without having
the additionally delet...

e79236a4d82b365a44b453b3c5e1ba17c73a1292 authored almost 13 years ago by DisposaBoy <[email protected]>
- implement *_enabled settings to allows disbling gscomplet(gocode) and

gslint

54002c2a9aac6a1ce3553a023fe41c4737976051 authored almost 13 years ago by DisposaBoy <[email protected]>
- emit the view's configued line_ending instead of LF

- don't undo unless the editor is modified

6f8e25af60aa11c3fcb032e75addc1235208072e authored almost 13 years ago by DisposaBoy <[email protected]>
- fix use of .strip()

f84a108e2681df3c4bfe4eb0a1879cc808f469ea authored almost 13 years ago by DisposaBoy <[email protected]>
- account for junk(trailing text inserted by git-diff, etc.) in the hunk headers

1a4832f0e8801060919e180505c40743dc849354 authored almost 13 years ago by DisposaBoy <[email protected]>
- re-implent gslint

e7c2092aa58426bc70bf1bfe7dcf3c77e62e6f24 authored almost 13 years ago by DisposaBoy <[email protected]>
- make gs.notice thread-safe

d00f93869a966d7ba64c608de6e2c0d21c71c38a authored almost 13 years ago by DisposaBoy <[email protected]>
- use helper function instead of duplicating the code

2313b62524078478b8efc2f13dd283906ab6904f authored almost 13 years ago by DisposaBoy <[email protected]>
- add some helper functions

45938e26cfd87d05b84bde16cdfd17373ce202f7 authored almost 13 years ago by DisposaBoy <[email protected]>
- add new example build system configs

bbd932c5385c7c927f311eb8d772b86c465cba82 authored almost 13 years ago by DisposaBoy <[email protected]>
- add context to example key bindings

18e657445209608331b1a50b10d6aeff16c3e05e authored almost 13 years ago by DisposaBoy <[email protected]>
- add context to example command keybindings

7f932cb1d9f2a530e7c11576c406a0a19f7f02f4 authored almost 13 years ago by DisposaBoy <[email protected]>
- fix whitespace

94e281a14f5e01f6903b24c0a610ab13499ec2e4 authored almost 13 years ago by DisposaBoy <[email protected]>
- don't issue a notice no errors match the file

- attempt to resolve os-specific filenames - fixes reporting
false-positives about redeclaratio...

bb7355f81d0bf49a4f67fbaa95e756f1ab416803 authored almost 13 years ago by DisposaBoy <[email protected]>
- add list of goos and goarch

ebe91d3c3665d10c88790faa835468fbcd0c5557 authored almost 13 years ago by DisposaBoy <[email protected]>
- add new gslint command variables $real_path and $path

- document the new variables

177e843f7033e3576010641dba713257c241e1b7 authored almost 13 years ago by DisposaBoy <[email protected]>
- run GsLint in its own thread

2517cd08b6a724388fad843343eaed42736198e9 authored almost 13 years ago by DisposaBoy <[email protected]>
- add util to print a message to the status bar and console

0fa8ae14ea10adde009354a2e49d1d41a336251b authored almost 13 years ago by DisposaBoy <[email protected]>
- document the component types of the GsLint error format

- document that ERROR_OFFSET in the GsLint error format is not optional

27de52581868b61e85ff9b4c167d5f33ba7555c9 authored almost 13 years ago by DisposaBoy <[email protected]>
- abort if the view has not been saved

ed2577f11a0143096012d714b9accd7f34392df3 authored almost 13 years ago by DisposaBoy <[email protected]>
- abort if the view isn't saved

- chdir to the dir of the current view
- make the error offset in the error format optional
- pri...

0168bcaf3c04ed0cb92d76622975e37f30a6206d authored almost 13 years ago by DisposaBoy <[email protected]>
allow setting the stdout and stderr pipes in runcmd

4eeaec21f899481007bc8dad9654daf5c25e967b authored almost 13 years ago by DisposaBoy <[email protected]>
remove pkg alias marker from package snippet

259910000c74775ac51f6e5f4695d4c78868601e authored almost 13 years ago by DisposaBoy <[email protected]>
BREAKING CHANGE

restore support for alternative gslint commands

31afb4a99c942a3595ada66ae34ae1110caa3b3c authored almost 13 years ago by DisposaBoy <[email protected]>
update GsLint usage to reflect the current behaviour

2b8ba29d5f700d719cef3d936a86bc3750595c59 authored almost 13 years ago by DisposaBoy <[email protected]>
remove unused functions

5fba35830c2ac3e5c946acf2d3b45675a1ddee97 authored almost 13 years ago by DisposaBoy <[email protected]>
remove support for conditionally translating the character offset -

support was added to gocode some time ago

462441c293629cc7ea19f499123b0ea74a580673 authored almost 13 years ago by DisposaBoy <[email protected]>
document new setting autocomplete_snippets

580537d1d20aec6668856bfc78cee929f234f1d0 authored almost 13 years ago by DisposaBoy <[email protected]>
allow excluding the snippets from the auto-completion list

9d98bf4e20737e42b9a84222aa80fb860f24fcb0 authored almost 13 years ago by DisposaBoy <[email protected]>
document new default settings file

3e040128c27882d9cab8869932668a3c4df0be0e authored almost 13 years ago by DisposaBoy <[email protected]>
* document supported settings

* remove gocode_accepts_character_offsets setting

9df846c04ba19ac54dd5dd4f4bd5d735108f9658 authored almost 13 years ago by DisposaBoy <[email protected]>
promote example settings to default settings

9b21280887338f94c3058293aa061ad0ca88d887 authored almost 13 years ago by DisposaBoy <[email protected]>
Merge branch 'master' of github.com:DisposaBoy/GoSublime

b34385e7e9dfa19d16d5475fb3863af8258ca6ae authored about 13 years ago by DisposaBoy <[email protected]>
update README.md to point to new demo video

ff9681830a28a0690905fd247ac4a7fcc40e4018 authored about 13 years ago by DisposaBoy <[email protected]>
Merge pull request #15 from tux21b/master

Small fix for the dot completion key binding example

dbf9d7300ce17a79aa6897a54df7c6acc25e2513 authored about 13 years ago by DisposaBoy <[email protected]>
collapse wrapped/formatted lines so error messages aren't truncated when displayed

c4e14048731ca8de14a55f9a7d383f6344338fc7 authored about 13 years ago by DisposaBoy <[email protected]>
add new contributor to list of authors

9d75ecf9b20eed2e79f29e325b6ef6f68e21b9c6 authored about 13 years ago by DisposaBoy <[email protected]>
add two new helper commands to gofmt the file before finally saving it

47e0bb2593d4dc04a0dbc702f7a316d3fe055ee9 authored about 13 years ago by DisposaBoy <[email protected]>
Fixed the dot completion key binding example.

The nesting of the context field was wrong, so it was accidently
passed as command argument inst...

fd5d5cfd8bab3507e3e705bb7a92b53917e234a3 authored about 13 years ago by Christoph Hack <[email protected]>
* add new helper command gs_forward_comment..

* document it in USAGE.md

1f88c0bfff5e3c4a521ec43ebffe116746e62186 authored about 13 years ago by DisposaBoy <[email protected]>
remove references to the now unsupported govet command in gslint

3229d33e90c14cda477beb0357aec44b1ac97418 authored about 13 years ago by DisposaBoy <[email protected]>
* pass all go files in the working directory to gotype

- fixes false-positive undefined errors
* this breaks/ends support for alterate lint commands ...

4d574494c9d2c9bb6c6abae7c790d75d1a3aa6d6 authored about 13 years ago by DisposaBoy <[email protected]>
* remove unused flags assignments

* use a single-character underline instead of full region highlighting
as it's less distracting

114b3815b675eca6c7d61b3005554a750ee2ae6f authored about 13 years ago by DisposaBoy <[email protected]>
fix refcount tracking when not in source.go scope and thus causing

gslint to stop activating

8c638e5fee492e92c665d3ca91eb8727f32b9ecd authored about 13 years ago by DisposaBoy <[email protected]>
add usage documentation for GsLint

e7836fc7e78f6538f30ccd8f4cd95871a0642458 authored about 13 years ago by DisposaBoy <[email protected]>
update project description to reflect recent improvements

c0ff5215c1a4ef327f50604b814e04fc7d3f07db authored about 13 years ago by DisposaBoy <[email protected]>
* fix typo

* clarify gotype comptibility comment a little

0a887ed789a807b780540459186f203cb29442ae authored about 13 years ago by DisposaBoy <[email protected]>
document gslint settings

dbfdab8a3990386ec8d4c4a1ed8116e81e28b425 authored about 13 years ago by DisposaBoy <[email protected]>
don't operate inside raw string literals

b372466e76b8e0dad95e3ba9d5021a01cb8bbfa6 authored about 13 years ago by DisposaBoy <[email protected]>
add syntax checker/linter/gotype support

dd9c96c7b12221029b7ea1a4f9748106520bd7a6 authored about 13 years ago by DisposaBoy <[email protected]>
* remove unused setting run_gofmt_on_save

* add settings for new plugin GsLint

5b9065f18664c66f1c9261a12233b34e2e638fc0 authored about 13 years ago by DisposaBoy <[email protected]>
* improved gofmt support: patch the buffer instead of replacing it

* make GsFmt a text command instead of an event listener
and document the change

ec4adb0337450de839ee970e712c0d0331bcfb19 authored over 13 years ago by DisposaBoy <[email protected]>
Merge pull request #9 from dersebi/master

Added gomake build system

3e4a8eebbdf093ef5883cce69bfc09372f1cd57f authored over 13 years ago by DisposaBoy <[email protected]>
moved example file; added explanations to USAGE.md; fixed small

inconsistencies in README.md

f827628c0a2bc1ac7b6916ce7d2a3090064a310b authored over 13 years ago by Sebastian Schlingmann <[email protected]>
Merge remote-tracking branch 'upstream/master'

21f52e25a179d620a60191b4ef26616fe3fa670b authored over 13 years ago by Sebastian Schlingmann <[email protected]>
format authors file for markdown

1754d1fec5fd7297b01d81ec4522e6245e560039 authored over 13 years ago by DisposaBoy <[email protected]>
rename/move GoSublime.sublime-settigs.sample to examples/GoSublime.

sublime-settings.example to keep things consistent

b6f74c545247e4141fed89b801fabc3eaa147f78 authored over 13 years ago by DisposaBoy <[email protected]>
rename AUTHORS and LICENSE to AUTHORS.md and LICENSE.md to keep

consistency with README.md and USAGE.md

c8eea95be8b7be8f9787007b68877887ea7133ce authored over 13 years ago by DisposaBoy <[email protected]>
add davelondon's macros for completion upon typing dot(.)

2b5b67bf4b4dee767bc638234c423018bbe43baa authored over 13 years ago by DisposaBoy <[email protected]>
add new contributor

9aac56f874289b3974644b9bf460efc719a6f7c1 authored over 13 years ago by DisposaBoy <[email protected]>
made more user friendly

3c38726fd0f05eea7f5e9c73c2fae516d533cf69 authored over 13 years ago by Sebastian Schlingmann <[email protected]>
added a gomake builder that is able to jump to error lines

e71a9f11879396e33c920194c4d9454c448169a3 authored over 13 years ago by Sebastian Schlingmann <[email protected]>
Merge pull request #8 from davelondon/patch-1

You have to give gocode the full file name of the current file

d52f2ca10272bd846a78f46f5f709367ffeedf9b authored over 13 years ago by DisposaBoy <[email protected]>
You have to give gocode the full file name of the current file, or it doesn't pick up declarations in other files in the same package.

f8932f84a4dc8f1a93608b0c5e4ca5cd8f6efdb2 authored over 13 years ago by davelondon <[email protected]>
disable completion inside single quotes

571167d5bd82c89b1976975f88602dfc9dcfa664 authored over 13 years ago by DisposaBoy <[email protected]>
improve contextual snippets

ef06ca25d2c37fbba2477515ecbec3267aa87b8a authored over 13 years ago by DisposaBoy <[email protected]>
check the return of p.communicate as it may return None

c352a1680cb33d6c136b3c4fc389c780ef0c1c65 authored over 13 years ago by DisposaBoy <[email protected]>
add entry for 'undocumented' setting gocode_accepts_character_offsets

which allows passing the offset un-translated to gocode which is
probably more
efficient than doi...

19220a0a202b9900f07a85d661bde79d82c71387 authored over 13 years ago by DisposaBoy <[email protected]>
translate the character offset to a byte offset if gocode doesn't

support it

97e6b8ca40d930aa121d7e696b66961c6d8d7db7 authored over 13 years ago by DisposaBoy <[email protected]>
add function to translate character offsets to byte offsets

8f10724e59e1a1603710bfc957f12a371c86643f authored over 13 years ago by DisposaBoy <[email protected]>
don't pass `set` to gocode as we're not actually using that option(yet)

7ffba8f0c63c9848271e4a67845aecc33343ff53 authored over 13 years ago by DisposaBoy <[email protected]>
automatically start gocode

fd3d08ef0c1efc0525413fee7fcc7ad19288888d authored over 13 years ago by DisposaBoy <[email protected]>
check if the input is unicode before encoding it - also fixes calling a

method on None

970c0e33ac5e3ea7168416fe7d5bef6a6160ac86 authored over 13 years ago by DisposaBoy <[email protected]>
refactor... handle json valueerror

70450ab24f07fefcba699d17f335f8002a83d3b4 authored over 13 years ago by DisposaBoy <[email protected]>
handle unicode encoding/decoding

5ba4f4b8f459a82bd77cab048e469f08e8d8fc36 authored over 13 years ago by DisposaBoy <[email protected]>
update readme to mention renamed settings file

5ff9996bf3439200e2775d85af337272b3ee8d6a authored over 13 years ago by DisposaBoy <[email protected]>
check settings value explicitly against true

cc55c01b6e842f4aa22eafc7ee44759be5259709 authored over 13 years ago by DisposaBoy <[email protected]>
add another author

7610d1eeea6c2b9932ba0a0ca73c41fed8078162 authored over 13 years ago by DisposaBoy <[email protected]>
add list of authors

d6e941dcd8d0ed12269d76ea364e94b33ae63a4c authored over 13 years ago by DisposaBoy <[email protected]>
add license

5da1fba449b24ecf40a5f622efb468e3ef7e7f29 authored over 13 years ago by DisposaBoy <[email protected]>
rename the sample settings to prevent any possible confusion and update

the readme

463aab1e87d58741790994f5655f52e6563c4008 authored over 13 years ago by DisposaBoy <[email protected]>
don't use universal_newlines as this will cause the src to change this

making the offset invalid leading to invalid completion from gocode

c8950c57eef92a7c446fa41391fe2acf6ff22132 authored over 13 years ago by DisposaBoy <[email protected]>
fix indentation

dd0b852884d6a50935a498347226f09d2dae686d authored over 13 years ago by DisposaBoy <[email protected]>
Merge pull request #5 from dersebi/master

Kind of fixes issue #3

51ad363303de7783363ff00c9d5014ad4aeb4019 authored over 13 years ago by DisposaBoy <[email protected]>
ugly temporary fix for gofmt scrolling issue

5f817c7eeb6679c719ca26b0cc2ff61546f59d1a authored over 13 years ago by Sebastian Schlingmann <[email protected]>
* add support for controlling the command path via settings

* show some Windows love - cmd window should no longer appear when
gocode is run

* add initia...

f267ebac922569474e616a57e87b2aea19052779 authored over 13 years ago by DisposaBoy <[email protected]>
fix typo

d1bc3c3abc3e252585a16ef2750257e75445df1e authored over 13 years ago by DisposaBoy <[email protected]>
add installation instructions

dbd604e5ec146b40e58d1499ded6cbb5dc130947 authored over 13 years ago by DisposaBoy <[email protected]>
initial commit at alpha 2

5341a727f24681cc43cd97678bf56e5d28f39c4b authored over 13 years ago by DisposaBoy <[email protected]>