
- #Installbuilder project properties how to#
- #Installbuilder project properties archive#
- #Installbuilder project properties code#
ipr file is already under version control, project configuration files are silently scheduled for addition to VCS. The new file will also go to the list that will be there until you select one of the options even if you restart the IDE. If you close the notification without selecting any option, it will appear again after a new configuration file is created. idea directory for addition to VCS (applies only to the current project).ĭon't Ask Again: never schedule configuration files for addition to VCS they will have the unversioned status until you manually add them to VCS (applies only to the current project). After that, the selected files will be scheduled for addition to VCS.Īlways Add: silently schedule all configuration files created in the. View files: view the list of created configuration files and select, which of them you want to place under version control. Once you modify the project settings, and a new configuration file is created, the IDE shows a notification at the bottom of the screen prompting you to select how you want to treat configuration files in this project: IntelliJ IDEA moves workspace.xml - the file with your personal settings - to the list of ignored files to avoid conflicts with other developers' settings.Ĭonfiguration files are processed according to your choice. When you place a project under version control, your personal settings are automatically ignored.
#Installbuilder project properties code#
This folder contains both user-specific settings that shouldn't be placed under version control and project settings that are normally shared among developers working in a team, for example, the code style configuration. Project settings are stored in the project directory as a set of XML files under the.
#Installbuilder project properties how to#
If you use another version control system, refer to How to manage projects under Version Control Systems for information on how to share projects manually. This information is valid for Git and Mercurial. This means that you can set the new default settings for your projects.įrom the main menu, select File | New Projects Setup | Settings/Preferences for New Projects. You can configure project settings not only for the current project, but for all projects that you will create later.

#Installbuilder project properties archive#
You can also export the settings to a ZIP archive and import it later to other IDE instances.įor the detailed description of every option in the settings, refer to Settings/Preferences. If you want to share project settings between already existing projects, you can use the Settings Repository or the Settings Sync plugin. Other settings are global and apply to all existing projects. In the Settings/Preferences dialog, project settings that apply only to the current project are marked with the icon. Alternatively, you can press Ctrl+Alt+S to show the IDE settings. To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. You can add these settings to your VCS along with other project files.

idea directory in XML format.įor example, project settings include VCS settings, code style settings, the list of language injections, and so on. They are stored together with other project files in the. Project settings apply to the current project only.
