-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaddin.jmpcust
64 lines (64 loc) · 2.98 KB
/
addin.jmpcust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!-- JMP Add-In Builder created --><jm:menu_and_toolbar_customizations xmlns:jm="http://www.jmp.com/ns/menu" version="3">
<jm:insert_in_main_menu>
<jm:insert_in_menu>
<jm:name>Add-Ins</jm:name>
<jm:insert_after>
<jm:name></jm:name>
<jm:menu>
<jm:name>JSL HAMCREST</jm:name>
<jm:caption>JSL Hamcrest</jm:caption>
<jm:command>
<jm:name>TEST RUNNER</jm:name>
<jm:caption>Test Runner</jm:caption>
<jm:action type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Actions\AddTestRunner.jsl</jm:action>
<jm:tip>Add Hamcrest Test Runner to current script editor window</jm:tip>
<jm:icon type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Icons\runner-32px.png</jm:icon>
<jm:accel>Ctrl+F5</jm:accel>
</jm:command>
<jm:command>
<jm:name>RUN TESTS</jm:name>
<jm:caption>Run Tests</jm:caption>
<jm:action type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Actions\RunTests.jsl</jm:action>
<jm:tip>Run tests for the current window</jm:tip>
<jm:accel>F5</jm:accel>
<jm:icon type="none"></jm:icon>
</jm:command>
<jm:command>
<jm:name>INITIALIZE</jm:name>
<jm:caption>Initialize</jm:caption>
<jm:action type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Actions\InitializeFramework.jsl</jm:action>
<jm:tip>Define global functions needed for Hamcrest (without starting Test Runner)</jm:tip>
<jm:icon type="none"></jm:icon>
</jm:command>
<jm:command>
<jm:name>PREFERENCES</jm:name>
<jm:caption>Preferences</jm:caption>
<jm:action type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Actions\OpenTestRunnerPreferences.jsl</jm:action>
<jm:tip>Modify Hamcrest preferences</jm:tip>
<jm:icon type="none"></jm:icon>
</jm:command>
<jm:command>
<jm:name>HELP</jm:name>
<jm:caption>Help</jm:caption>
<jm:action type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Actions\OpenDocumentation.jsl</jm:action>
<jm:tip>Open Hamcrest documentation</jm:tip>
<jm:icon type="none"></jm:icon>
</jm:command>
</jm:menu>
</jm:insert_after>
</jm:insert_in_menu>
</jm:insert_in_main_menu>
<jm:insert_in_toolbar>
<jm:name>SCRIPT EDITOR</jm:name>
<jm:insert_after>
<jm:name>DEBUG SCRIPT</jm:name>
<jm:separator/>
<jm:command>
<jm:name>TEST RUNNER</jm:name>
<jm:caption>Test Runner</jm:caption>
<jm:action type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Actions\AddTestRunner.jsl</jm:action>
<jm:icon type="path">$ADDIN_HOME(com.jmp.jslhamcrest)\Source\Addin\Icons\runner-32px.png</jm:icon>
</jm:command>
</jm:insert_after>
</jm:insert_in_toolbar>
</jm:menu_and_toolbar_customizations>