How do I get eclipse to terminate? I use the keyboard shortcut Ctrl+F11 to run a program and I cannot enable the terminate hotkey, since in development
You can basically use Ctrl+F2 to terminate Eclipse.
I think you are looking for this:
This terminates the running process, even if the hotkey is called "Stop", wich is somewhat confusing, since there is another hotkey called "Terminate".
Regards!
Since CTRL + F2 does not work unless you have:
The best that I can come up with is to use the "Keys" preferences to assign CTRL + SHIFT + F2 to "Show View Debug", then you can type the following:
CTRL + SHIFT + F2 (activates the debug view) DOWN (move cursor down onto the first process) CTRL + F2 (Terminate) F12 (activate editing window)
Addendum: Unfortunately there is no keyboard shortcut for the Terminate/Disconnect All option mentioned below and you cannot manually set one. But at the very least, you should be able to terminate all launches with just one mouse click with the instructions below. I would consider this a solution to a significant part of your problem, which is wasting a lot of time clicking the red Terminate square.
To terminate all launches:
First Time Setup:
Following which, how to terminate all launches:
Tips:
Thanks to this SO Q&A, but it wasn't fully clear: Eclipse : How to terminate all applications at once?
I manage to make it work, binding terminate command to PAUSE key with "when" clause to "In window". It works if in debug, not in run. Hope it helps
Use Ctrl+F2 to terminate the current running server, not eclipse. There is no shortcut key to terminate eclipse.
Try here:
http://www.developersbook.com/eclipse/eclipse-keyboard-shortcuts-2.php
http://eclipse-tools.sourceforge.net/Keyboard_shortcuts_%283.0%29.pdf
Yes you are right. In fact if you check Windows --> Preferences --> Keys --> Terminate, "Terminate and relaunch", it is showing for server, not eclipse.