|
22 | 22 | modes="run, debug" |
23 | 23 | name="Node Application"> |
24 | 24 | </launchConfigurationType> |
25 | | - <!-- node run/debug with monitor (not yet used) |
26 | 25 | <launchConfigurationType |
27 | 26 | delegate="org.nodeclipse.debug.launch.LaunchConfigurationDelegate" |
28 | | - id="org.nodeclipse.debug.launch.LaunchTypeWithMonitor" |
| 27 | + id="org.nodeclipse.debug.launch.LaunchConfigurationTypeNodeWithMonitor" |
29 | 28 | modes="run, debug" |
30 | 29 | name="Node with monitor"> |
31 | 30 | </launchConfigurationType> |
32 | | - --> |
| 31 | + <launchConfigurationType |
| 32 | + delegate="org.nodeclipse.debug.launch.LaunchConfigurationDelegate" |
| 33 | + id="org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffee" |
| 34 | + modes="run, debug" |
| 35 | + name="Coffee"> |
| 36 | + </launchConfigurationType> |
| 37 | + <launchConfigurationType |
| 38 | + delegate="org.nodeclipse.debug.launch.LaunchConfigurationDelegate" |
| 39 | + id="org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffeeCompile" |
| 40 | + modes="run, debug" |
| 41 | + name="Coffee --compile"> |
| 42 | + </launchConfigurationType> |
| 43 | + <launchConfigurationType |
| 44 | + delegate="org.nodeclipse.debug.launch.LaunchConfigurationDelegate" |
| 45 | + id="org.nodeclipse.debug.launch.LaunchConfigurationTypeTypescriptCompiler" |
| 46 | + modes="run, debug" |
| 47 | + name="Typescript Compiler"> |
| 48 | + </launchConfigurationType> |
| 49 | + |
33 | 50 | <launchConfigurationType |
34 | 51 | id="org.nodeclipse.debug.launch.LaunchType$StandaloneV8" |
35 | 52 | delegate="org.nodeclipse.debug.launch.StandaloneV8LaunchTypeWrapper" |
|
47 | 64 | configTypeID= "org.nodeclipse.debug.launch.LaunchConfigurationType" |
48 | 65 | icon= "icons/node.png" |
49 | 66 | id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeImage" > |
50 | | - </launchConfigurationTypeImage> |
| 67 | + </launchConfigurationTypeImage> |
| 68 | + <launchConfigurationTypeImage |
| 69 | + configTypeID= "org.nodeclipse.debug.launch.LaunchConfigurationTypeNodeWithMonitor" |
| 70 | + icon= "icons/node_with_monitor.png" |
| 71 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeNodeWithMonitor.image" > |
| 72 | + </launchConfigurationTypeImage> |
| 73 | + <launchConfigurationTypeImage |
| 74 | + configTypeID= "org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffee" |
| 75 | + icon= "icons/coffee.png" |
| 76 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffee.image" > |
| 77 | + </launchConfigurationTypeImage> |
| 78 | + <launchConfigurationTypeImage |
| 79 | + configTypeID= "org.nodeclipse.debug.launch.LaunchConfigurationTypeTypescriptCompiler" |
| 80 | + icon= "icons/coffee_compile.png" |
| 81 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeTypescriptCompiler.image" > |
| 82 | + </launchConfigurationTypeImage> |
| 83 | + <!-- TODO tsc |
| 84 | + <launchConfigurationTypeImage |
| 85 | + configTypeID= "org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffeeCompile" |
| 86 | + icon= "icons/coffee_compile.png" |
| 87 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffeeCompile.image" > |
| 88 | + </launchConfigurationTypeImage> |
| 89 | + --> |
| 90 | + |
51 | 91 | <launchConfigurationTypeImage |
52 | 92 | configTypeID= "org.nodeclipse.debug.launch.LaunchType$StandaloneV8" |
53 | 93 | icon= "icons/node.png" |
|
95 | 135 | point= "org.eclipse.debug.ui.launchShortcuts" > |
96 | 136 | <shortcut |
97 | 137 | class= "org.nodeclipse.debug.launch.LaunchShortcutWithMonitor" |
98 | | - icon= "icons/node.png" |
| 138 | + icon= "icons/node_with_monitor.png" |
99 | 139 | id= "org.nodeclipse.debug.launch.LaunchShortcutWithMonitor" |
100 | 140 | label= "Node with monitor" |
101 | 141 | modes= "run, debug" > |
102 | 142 | <configurationType |
103 | | - id= "org.nodeclipse.debug.launch.LaunchConfigurationType" > |
| 143 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeNodeWithMonitor" > |
104 | 144 | </configurationType> |
105 | 145 | <contextualLaunch> |
106 | 146 | <enablement> |
|
136 | 176 | label= "coffee" |
137 | 177 | modes= "run, debug" > |
138 | 178 | <configurationType |
139 | | - id= "org.nodeclipse.debug.launch.LaunchConfigurationType" > |
| 179 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffee" > |
140 | 180 | </configurationType> |
141 | 181 | <contextualLaunch> |
142 | 182 | <enablement> |
|
171 | 211 | point= "org.eclipse.debug.ui.launchShortcuts" > |
172 | 212 | <shortcut |
173 | 213 | class= "org.nodeclipse.debug.launch.LaunchShortcutCoffeeCompile" |
174 | | - icon= "icons/coffee.png" |
| 214 | + icon= "icons/coffee_compile.png" |
175 | 215 | id= "org.nodeclipse.debug.launch.LaunchShortcutCoffeeCompile" |
176 | 216 | label= "coffee --compile" |
177 | 217 | modes= "run, debug" > |
178 | 218 | <configurationType |
179 | | - id= "org.nodeclipse.debug.launch.LaunchConfigurationType" > |
| 219 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeCoffeeCompile" > |
180 | 220 | </configurationType> |
181 | 221 | <contextualLaunch> |
182 | 222 | <enablement> |
|
216 | 256 | label= "tsc" |
217 | 257 | modes= "run, debug" > |
218 | 258 | <configurationType |
219 | | - id= "org.nodeclipse.debug.launch.LaunchConfigurationType" > |
| 259 | + id= "org.nodeclipse.debug.launch.LaunchConfigurationTypeTypescriptCompiler" > |
220 | 260 | </configurationType> |
221 | 261 | <contextualLaunch> |
222 | 262 | <enablement> |
|
0 commit comments