SublimePTY icon indicating copy to clipboard operation
SublimePTY copied to clipboard

ALPHA

Results 17 SublimePTY issues
Sort by recently updated
recently updated
newest added

Invalid syntax on Windows. Python 3.3 ``` $ python console_server.py File "console_server.py", line 164 except Exception, e: ^ SyntaxError: invalid syntax ```

Is this project abandoned?

Hi, this looks great, but I don't use ST2 anymore. Do you have any idea when you might have an ST3 version that we can start testing?

Use ctypes instead

feature request

Right now supervisor pokes each process every 0.2 seconds and also after sending any input event. It would great if console_server.py just let console_client.py know when something changed on screen.

feature request

Dead keys (combining diacritic characters like accents) don't work at the moment. It looks like the Windows API function ToUnicode() is tricky to use with these characters. Here's a workaround...

Got this working on XP, but not on Windows 7. 1) Run server 2) Open SublimePTY Can't type anything into the console-buffer.

bug

If a file is active start terminal there, if not, start at one of the currently open folders/project root.

feature request