So Ctrl/Cmd + F11 starts the server, but is there a key to restart the server? I'm developing using app engine and GWT if that makes any difference (I suspect not).
|
|
|
Not that I know of. Debug Last Launched
|
|||
|
|
|
While focused on the Servers view, you can press Ctrl + Alt + R to restart the server. |
|||
|
|
|
The approach of Nirmal Patel can be extended to restart the server while using only the keyboard. Therefore define a shortcut to switch from the editor (or wherever you want) to the Servers View. Go to Window -> Preferences -> General -> Keys. Select 'Show Views (Servers)', choose for the 'When' attribute: 'In Windows' and use your prefered shortcut in the binding input field, for example Ctrl + Alt + R. Hitting this shortcut twice now will restart the server. (First one will bring you to the Servers View, second is the default to restart the server while in Servers View.) With a macro program like AutoHotKey you can bring it down to one simple shortcut. Example for AutoHotKey: Create a script like discribed in the Tutorial containing just
Run the script (Rightclick on it -> Run Script) and if you defined the shortcut like mentioned above, you can now restart the server with a simple Ctrl + R. Pretty convenient. :) |
||||
|
|