chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

How do you terminate a process launched from glue? #50

Open andyboyne opened 8 years ago

andyboyne commented 8 years ago

In a normal terminal something like ctrl-c will usually kill a started process. How do we do the same thing in glue?

sparky-dog commented 7 years ago

is there an alternative command to terminate the running process?

chrissimpkins commented 7 years ago

Unfortunately not. There is no connection to any process that the plug in executes. When I developed it, couldn't figure out a way to make this happen with Python and the plugin/extension structure of Sublime. Sorry...

mittalyashu commented 6 years ago

Can't we add a custom key binding which can stop all the running process (which are running in glue terminal)?

mittalyashu commented 6 years ago

Why don't we add a common command by using that it will terminate all the process running currently?

For example: Glue stop

chrissimpkins commented 6 years ago

This repo is not being actively maintained but if you come up with a solution that you would like to PR in, I would be happy to review and try to get this pushed up to ST packager.

chrissimpkins commented 6 years ago

If it is easier, please feel free to fork and create a new project with any extensions that you need and push those as a new ST extension.