Will Bond
Will Bond
So the original intent of this package is to open a terminal where they are editing. The situation where this comes into play is when editing a file that hasn't...
Was it a text file? What version of sublime text and on what platform?
So a defunct/zombie process on Unix is caused by a parent process that forks a child, but never checks the return code. To make this go away, I believe we...
We jus need to make sure we look at 2.6 since that is what ST2 uses.
From searching online, I believe `x-terminal-emulator` is a Debian tool. We could certainly add support for that, but it won't replace the terminal detection for non-Debian-based distros. My intention is...
This used to work - does anyone know if TortoiseGit changed their binary name?
I'm not currently using either Windows, and thus by extendsion, Tortoise. I'll probably be able to get to this eventually, but if someone wants to take a swing at fixing...
So it appears TortoiseGit no longer includes tgit.exe. @asfaltboy Your patch is a start, but it would be good for it to be a bit smarter about trying to find...
@twolfson This handles non-ASCII file paths in Sublime Text 2. The short path name in Windows is guaranteed to be ASCII, sidestepping issues with the bytes-only APIs that are prevalent...
Yeah, Jon added that shortcut a while after Terminal was released. I'll add a new one in the next release and add some release notes to let people know.