Run Configuration across projects?

Is there a way to save Run Configuration across different projects? Everytime I create a new project, all the Run Configuration settings are reset.

0
3 comments

You can edit the default run configuration settings (expand the "Defaults" node in the Run/Debug Configurations dialog). Default settings are global for all projects.

0

Not for me they are not. If I change the defaults in one project and open another, I don't see my changes to the Defaults. I am using Intellij 11.x on Mac OS 10.7

0
Avatar
Permanently deleted user

Changing the defaults in a project has always only changed them for that project for me as well.(This is actually desirable for me.) To make changes to global defaults for all new projects, do the following. Close all your projects (File > Close Project) so you are at the IntelliJ IDEA Welcome Screen. Then go to Run > Edit Configurations from the menu. Edit the defaults there. They will apply to all newly created projects (but not existing ones.)

0

Please sign in to leave a comment.