3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename/move GoSublime.sublime-settigs.sample to examples/GoSublime. sublime-settings.example to keep things consistent More... over 13 years ago
rename AUTHORS and LICENSE to AUTHORS.md and LICENSE.md to keep consistency with README.md and USAGE.md More... over 13 years ago
add davelondon's macros for completion upon typing dot(.) More... over 13 years ago
add new contributor More... over 13 years ago
made more user friendly More... over 13 years ago
added a gomake builder that is able to jump to error lines More... over 13 years ago
Merge pull request #8 from davelondon/patch-1 More... over 13 years ago
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. More... over 13 years ago
disable completion inside single quotes More... over 13 years ago
improve contextual snippets More... over 13 years ago
check the return of p.communicate as it may return None More... over 13 years ago
add entry for 'undocumented' setting gocode_accepts_character_offsets which allows passing the offset un-translated to gocode which is probably more efficient than doing it in python More... over 13 years ago
translate the character offset to a byte offset if gocode doesn't support it More... over 13 years ago
add function to translate character offsets to byte offsets More... over 13 years ago
don't pass `set` to gocode as we're not actually using that option(yet) More... over 13 years ago
automatically start gocode More... over 13 years ago
check if the input is unicode before encoding it - also fixes calling a method on None More... over 13 years ago
refactor... handle json valueerror More... over 13 years ago
handle unicode encoding/decoding More... over 13 years ago
update readme to mention renamed settings file More... over 13 years ago
check settings value explicitly against true More... over 13 years ago
add another author More... over 13 years ago
add list of authors More... over 13 years ago
add license More... over 13 years ago
rename the sample settings to prevent any possible confusion and update the readme More... over 13 years ago
don't use universal_newlines as this will cause the src to change this making the offset invalid leading to invalid completion from gocode More... over 13 years ago
fix indentation More... over 13 years ago
Merge pull request #5 from dersebi/master More... over 13 years ago
ugly temporary fix for gofmt scrolling issue More... over 13 years ago
* add support for controlling the command path via settings More... over 13 years ago