I am running IntelliJ IDEA 14.0 ultimate 64 bit .i started a spring mvc project from default template with jetty application server. In Edit configuration i unchecked the Show Dialog every time i run/Debug the project .
But every time i run/Debug the project i see this annoying Dialog box
I their any way to stop this dialog every time i run/Debug project in intellij?
Settings "On Update action", that you showed on screenshot will work only for Upadate project(ctrl+f10
). For execute update you can press ctrl+f10
or click on icon (blue circle arrow) on left toolbar of bottom panel.
In this case IDEA will work as specified in settings, and dialog will be not shown, if you disabled "Show dialog" checkbox.
Note, that IDEA will always show this dialog when you will try Run(shift+f10
) or Debug(shift+f9
) for application, which already running.
Restart and redeployment of project can take a lot of time. But when you want just update resources, or classes (without changes of interfaces), you don't need to restart project, because container (Thomcat, Jetty etc) can apply this changes "on fly". That's why IDEA offers you this options, for save your time, and make your work more convenient and effective.
So, to avoid showing of "Update" dialog you can:
Execute updating of the project (ctrl+f10
), with disabled "Show dialog" checkbox.
Stop(ctrl+f2
) current project running and Run(shift+f9
) or
Debug(shift+f10
) it again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With