WS-2016.1 <martin@steamrunner.local Update ide.general.xml, other.xml Create xpath.xml

This commit is contained in:
Martin Donnelly 2016-03-17 15:56:17 +00:00
parent 4f448af1c3
commit 772e91ca3d
3 changed files with 19 additions and 8 deletions

View File

@ -8,5 +8,6 @@
<component name="Registry">
<entry key="ide.firstStartup" value="false" />
<entry key="ide.windowSystem.autoShowProcessPopup" value="true" />
<entry key="dumb.aware.run.configurations" value="true" />
</component>
</application>

View File

@ -110,6 +110,14 @@
<selectInFileManagerName value="MacOSX Finder" />
<nativeExtensions value="" />
</component>
<component name="NodeJsLocalInterpreters">
<local-interpreter path="/usr/local/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/versions/node/v5.7.0/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/v5.0.0/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/v4.2.2/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/v0.12.2/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/versions/node/v0.12.2/bin/node" />
</component>
<component name="NodeLocalInterpreterManager">
<node-interpreter path="/usr/local/bin/node" version="5.1.0" last-modified="1447793347000" />
<node-interpreter path="$USER_HOME$/.nvm/v4.2.2/bin/node" version="4.2.2" last-modified="1446580476000" />
@ -143,14 +151,6 @@
</set>
</option>
</component>
<component name="XPathView.XPathViewPlugin">
<option name="attributes">
<TextAttributes />
</option>
<option name="contextAttributes">
<TextAttributes />
</option>
</component>
<component name="com.intellij.ide.fileTemplates.impl.FileTemplateManagerImpl">
<recent_templates>
<option name="RECENT_TEMPLATES">

10
xpath.xml Normal file
View File

@ -0,0 +1,10 @@
<application>
<component name="XPathView.XPathViewPlugin">
<option name="attributes">
<TextAttributes />
</option>
<option name="contextAttributes">
<TextAttributes />
</option>
</component>
</application>