Set deployment options globally
Hello,
I am looking for a possibility to preset the deployment options for any new project. Currently I have to do every settings, again and again, for every new project.
I mean the settings, which are located here in main menu:
It would be okay for me to set some values manually in some xml files or something like that.
Thanks for your attension!
Kind regards
Armin
Please sign in to leave a comment.
Hi Armin,
At the moment default values are hard-coded in the applications, so there's no way to change them. The only [quite dirty] workaround would be to modify project config files instead of clicking in the checkboxes (see project_dir/.idea/workspace.xml, <component name="PublishConfig"> tag).
Seriously, we need to allow one to change default option when no project is opened: http://youtrack.jetbrains.net/issue/WI-7041.
Regards,
Kirill
Okay thank you!