sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

use values from ${idea.config}/options/project.default.xml in generated config files

Open retronym opened this issue 14 years ago • 0 comments

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.

retronym avatar Jul 10 '11 07:07 retronym