sbt-idea
sbt-idea copied to clipboard
use values from ${idea.config}/options/project.default.xml in generated config files
When gen-idea is run the first time, the generated config files should take on the defaults configured in IDEA under File - Settings -> Template Settings.
For example:
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="[A-Z]+\-\d+" />
<option name="linkRegexp" value="http://youtrack.jetbrains.net/issue/$0" />
</IssueNavigationLink>
</list>
</option>
</component>
Should be spliced into vcs.xml.
This needs a mapping of the IDEA component to the corresponding config file.