Make checkbox under "Before Launch"
Any way to have this NOT default to be checked, so that whenever I choose to run a new test case for instance, Idea doesn't try to run Make on my whole project and I have to cancel and open the dialog so that I can uncheck the checkbox? Thanks!
Please sign in to leave a comment.
Hello Michael,
There's an "Edit Defaults" button in the Run/Debug Configurations dialog.
It lets you specify the default settings for new run configurations.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Michael,
You can configure the default value for this option in using Edit Defaults for the corresponding Run Configuration type (JUnit in your case, if I understand you correctly).
Thanks,
Anton Makeev
Excellent! Thank you!! This was literally the only thing that has ever really annoyed me in IDEA. And it was right there all along Thanks!!