source: trunk/.idea/README.txt @ 939

Last change on this file since 939 was 939, checked in by gav, 13 years ago

Add IntelliJ IDEA runConfigurations.
The "module" is set to a path variable "$grailsAppModuleName$".
Set the value in IDEA settings not in runConfigurations dialogue.

File size: 584 bytes
Line 
1
2IntelliJ IDEA
3
4- Create new project.
5- Import from Grails sources.
6- Overwrite .idea -> yes (should not destroy runConfigurations).
7- Don't commit any other IDEA project files (they can all be generated).
8
9#### runConfigurations.
10The "module" is set to a path variable "$grailsAppModuleName$".
11Set the value in IDEA settings not in runConfigurations dialogue.
12Once the path variable is set, change it with all projects closed when switching branches.
13
14Do not commit changes to "$grailsAppModuleName$".
15If accidentally changed with the runConfigurations dialogue then please revert.
Note: See TracBrowser for help on using the repository browser.