Skip to content

Commit 1b74cd4

Browse files
author
benholloway
committed
fixed external tools for windows
1 parent 38e4508 commit 1b74cd4

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

templates/idea/tools/Angularity.xml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<toolSet name="Angularity">
1+
<toolSet name="angularity">
22
<tool name="watch" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
33
<exec>
44
<option name="COMMAND" value="angularity" />
@@ -13,7 +13,7 @@
1313
</tool>
1414
<tool name="watch nominify" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
1515
<exec>
16-
<option name="COMMAND" value="angularity" />
16+
<option name="COMMAND" value="angularity.cmd" />
1717
<option name="PARAMETERS" value="nominify" />
1818
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
1919
</exec>
@@ -23,10 +23,22 @@
2323
<option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$" />
2424
</filter>
2525
</tool>
26-
<tool name="release" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
26+
<tool name="build" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
2727
<exec>
28-
<option name="COMMAND" value="angularity" />
29-
<option name="PARAMETERS" value="release" />
28+
<option name="COMMAND" value="angularity.cmd" />
29+
<option name="PARAMETERS" value="build" />
30+
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
31+
</exec>
32+
<filter>
33+
<option name="NAME" value="$FILE_PATH$:$LINE$:$COLUMN$" />
34+
<option name="DESCRIPTION" />
35+
<option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$" />
36+
</filter>
37+
</tool>
38+
<tool name="build nominify" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
39+
<exec>
40+
<option name="COMMAND" value="angularity.cmd" />
41+
<option name="PARAMETERS" value="build nominify" />
3042
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
3143
</exec>
3244
<filter>
@@ -37,7 +49,7 @@
3749
</tool>
3850
<tool name="test" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
3951
<exec>
40-
<option name="COMMAND" value="angularity" />
52+
<option name="COMMAND" value="angularity.cmd" />
4153
<option name="PARAMETERS" value="test" />
4254
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
4355
</exec>
@@ -47,10 +59,10 @@
4759
<option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$" />
4860
</filter>
4961
</tool>
50-
<tool name="build" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
62+
<tool name="release" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
5163
<exec>
52-
<option name="COMMAND" value="angularity" />
53-
<option name="PARAMETERS" value="build" />
64+
<option name="COMMAND" value="angularity.cmd" />
65+
<option name="PARAMETERS" value="release" />
5466
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
5567
</exec>
5668
<filter>

0 commit comments

Comments
 (0)