openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
GoSublime
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 60 of 61
Search / Filter on:
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
DisposaBoy
More...
over 13 years ago
rename AUTHORS and LICENSE to AUTHORS.md and LICENSE.md to keep consistency with README.md and USAGE.md
DisposaBoy
More...
over 13 years ago
add davelondon's macros for completion upon typing dot(.)
DisposaBoy
More...
over 13 years ago
add new contributor
DisposaBoy
More...
over 13 years ago
made more user friendly
Sebastian Schlingmann
More...
over 13 years ago
added a gomake builder that is able to jump to error lines
Sebastian Schlingmann
More...
over 13 years ago
Merge pull request #8 from davelondon/patch-1
DisposaBoy
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.
davelondon
More...
over 13 years ago
disable completion inside single quotes
DisposaBoy
More...
over 13 years ago
improve contextual snippets
DisposaBoy
More...
over 13 years ago
check the return of p.communicate as it may return None
DisposaBoy
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
DisposaBoy
More...
over 13 years ago
translate the character offset to a byte offset if gocode doesn't support it
DisposaBoy
More...
over 13 years ago
add function to translate character offsets to byte offsets
DisposaBoy
More...
over 13 years ago
don't pass `set` to gocode as we're not actually using that option(yet)
DisposaBoy
More...
over 13 years ago
automatically start gocode
DisposaBoy
More...
over 13 years ago
check if the input is unicode before encoding it - also fixes calling a method on None
DisposaBoy
More...
over 13 years ago
refactor... handle json valueerror
DisposaBoy
More...
over 13 years ago
handle unicode encoding/decoding
DisposaBoy
More...
over 13 years ago
update readme to mention renamed settings file
DisposaBoy
More...
over 13 years ago
check settings value explicitly against true
DisposaBoy
More...
over 13 years ago
add another author
DisposaBoy
More...
over 13 years ago
add list of authors
DisposaBoy
More...
over 13 years ago
add license
DisposaBoy
More...
over 13 years ago
rename the sample settings to prevent any possible confusion and update the readme
DisposaBoy
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
DisposaBoy
More...
over 13 years ago
fix indentation
DisposaBoy
More...
over 13 years ago
Merge pull request #5 from dersebi/master
DisposaBoy
More...
over 13 years ago
ugly temporary fix for gofmt scrolling issue
Sebastian Schlingmann
More...
over 13 years ago
* add support for controlling the command path via settings
DisposaBoy
More...
over 13 years ago
←
1
2
…
53
54
55
56
57
58
59
60
61
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree