Is there a shortcut in Eclipse to Re-run the most recently launched program?

后端 未结 9 1816
逝去的感伤
逝去的感伤 2020-11-29 17:03

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

相关标签:
9条回答
  • 2020-11-29 17:50

    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...

    0 讨论(0)
  • 2020-11-29 17:53

    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:

    0 讨论(0)
  • 2020-11-29 17:56

    For Scala projects (Scala IDE) I had to also add this to avoid selecting a Scala lanucher every time:

    • Run/Debug > Launching > Default Launchers preference
    • in Launch Type/Mode select Scala Application
    • in Preferred Launcher select Scala Application (new debugger) Launcher

    This also works for other launches that open a dialog when you press Ctrl+F11

    0 讨论(0)
提交回复
热议问题