bradsokol / VcsGutter

A plugin for Sublime Text 2 and 3 to show diffs from Git, Mercurial, or Subversion in the editor's gutter.
MIT License
95 stars 20 forks source link

Quick-fix for ST3. #4

Closed gcarvalho closed 11 years ago

gcarvalho commented 11 years ago

Don't know if you're interested, but here's a quick-fix for ST3.

Note: I only tested with GIT, there might be more string vs bytes problems in the other vcs's

bradsokol commented 11 years ago

Thanks for the patch. I'll take a look at this over the next few days. I haven't had a chance to install ST3 yet but I'll need to start digging in.

gcarvalho commented 11 years ago

There's at least one thing missing, atm: Packages will now be kept as package files. This means that the custom icons have to be extracted first to the filesystem. I suggest shamelessly copying the logic from BracketHighlighter, it works nicely.

On Tue, Feb 26, 2013 at 11:59 PM, Brad Sokol notifications@github.comwrote:

Thanks for the patch. I'll take a look at this over the next few days. I haven't had a chance to install ST3 yet but I'll need to start digging in.

— Reply to this email directly or view it on GitHubhttps://github.com/bradsokol/VcsGutter/pull/4#issuecomment-14147896 .

bradsokol commented 11 years ago

Thanks for the PR. Sorry it took so long to merge.