One of the most frequent thing I do with Eclipse is to re-run the last program. I do it by going to Run -> Run History -> [top most item].
Is there a shortc
Ctrl+Shift+F9 stands for Relaunch with the same configuration.
This works out for me!
At least in Pydev-Editor. I'm not sure about the other perspectives...
Way One:
Click the project from of this icon at this time hold the shift Button, Project will restart (Terminate and relaunch) with server port also.
Way Two:
:
From of Eclipse Menu Bar: Windows => Preferences => Type and select keys type filter tex: terminate and relaunch Bind your Shortcut Key Like this:
For Scala projects (Scala IDE) I had to also add this to avoid selecting a Scala lanucher every time:
This also works for other launches that open a dialog when you press Ctrl+F11