Path Variables
Path Variables page
Item | Description |
---|---|
Reset | Revert path variables and the list of ignored variables to their initially saved states. |
Name | This field shows the name of a path variable (readonly). |
Value | This field shows the value of a path variable (readonly). |
or Alt+Insert | Create a new path variable. |
or Enter | Edit the selected path variable. |
or Alt+Delete | Delete the selected path variable. |
Ignored Variables | List the names of the variables that should be ignored. Use semicolons |
Add / Edit Variable dialog
Item | Description |
---|---|
Name | Specify the path variable name. |
Value | Specify the path variable value. Use Shift+Enter to select the necessary file or folder in the Select Path dialog. |
Example: creating a new path variable
You may have a library that is located outside your project directory. This library is attached to your project, and the path to this library is included in the .iml file of your project. However, this path should not be absolute, because the location of this library may be different on other computers. In this case, you can create the PATH_TO_LIB
variable:
Press Ctrl+Alt+S to open settings and then select
.Click .
In the Add Variable dialog, type the
PATH_TO_LIB
variable, and its value that points to the library location on your disk.Share the .iml file through your version control system.
After your teammates update their projects from VCS, they will change the
PATH_TO_LIB
variable value so that it points to the library location on their computers.