SublimePTY
SublimePTY copied to clipboard
ALPHA
Invalid syntax on Windows. Python 3.3 ``` $ python console_server.py File "console_server.py", line 164 except Exception, e: ^ SyntaxError: invalid syntax ```
sup sup
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?
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.
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.
If a file is active start terminal there, if not, start at one of the currently open folders/project root.