Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pywin32 dependency #3

Open
wuub opened this issue May 10, 2012 · 2 comments
Open

Remove pywin32 dependency #3

wuub opened this issue May 10, 2012 · 2 comments
Milestone

Comments

@wuub
Copy link
Owner

wuub commented May 10, 2012

Use ctypes instead

@ghost ghost assigned wuub May 10, 2012
@guillermooo
Copy link
Collaborator

I might be able to help with this, but I might also get it all wrong.

@wuub
Copy link
Owner Author

wuub commented May 15, 2012

IMO this is not a very high priority right now.

Some more important ideas:
a) automatically launching console_server.py,
b) graceful shutdown and cleaning of supervisor's process list
c) multiple console tabs
d) prepare for plugin updates: unload_handler() in sublimepty that gracefully closes all processes and cleans supervisor
e) correctly issuing CTRL_C_EVENT is still a mystery (it either kills controlling console_server.py or does nothing)
f) right now console_client.py/console_server.py are implementing a simple RPC over UDP. Problem is, that it's synchronous.
g) fix a problem when buffer resize in Far is not propagated to console (basically console has one window size, but two buffer sizes, depending on mode or something ;)
h) generally investigate if we can perform resizes more often

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants