OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <?eclipse version="3.4"?> | 2 <?eclipse version="3.4"?> |
3 <plugin> | 3 <plugin> |
4 <extension | 4 <extension |
5 point="org.eclipse.core.expressions.propertyTesters"> | 5 point="org.eclipse.core.expressions.propertyTesters"> |
6 <propertyTester | 6 <propertyTester |
7 class="com.google.dart.tools.debug.ui.launch.RunPropertyTester" | 7 class="com.google.dart.tools.debug.ui.launch.RunPropertyTester" |
8 id="com.google.dart.tools.debug.ui.run.propertyTester" | 8 id="com.google.dart.tools.debug.ui.run.propertyTester" |
9 namespace="com.google.dart.tools.debug.ui.launch" | 9 namespace="com.google.dart.tools.debug.ui.launch" |
10 properties="canLaunch" | 10 properties="canLaunch" |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 </view> | 270 </view> |
271 </extension> | 271 </extension> |
272 <extension | 272 <extension |
273 point="org.eclipse.ui.popupMenus"> | 273 point="org.eclipse.ui.popupMenus"> |
274 <viewerContribution | 274 <viewerContribution |
275 id="com.google.dart.tools.debug.ui.viewerContribution" | 275 id="com.google.dart.tools.debug.ui.viewerContribution" |
276 targetID="com.google.dart.tools.ui.LibraryExplorer"> | 276 targetID="com.google.dart.tools.ui.LibraryExplorer"> |
277 <action | 277 <action |
278 class="com.google.dart.tools.debug.ui.launch.DartRunAction" | 278 class="com.google.dart.tools.debug.ui.launch.DartRunAction" |
279 enablesFor="1" | 279 enablesFor="1" |
280 id="com.google.dart.tools.debug.ui.run" | 280 id="com.google.dart.tools.debug.ui.run.selection" |
281 label="Run in Browser" | 281 label="Run in Browser" |
282 menubarPath="additions"> | 282 menubarPath="additions"> |
283 </action> | 283 </action> |
284 <visibility> | 284 <visibility> |
285 <objectState | 285 <objectState |
286 name="elementType" | 286 name="elementType" |
287 value="com.google.dart.tools.core.model.DartElement.HTML_FILE"
> | 287 value="com.google.dart.tools.core.model.DartElement.HTML_FILE"
> |
288 </objectState> | 288 </objectState> |
289 </visibility> | 289 </visibility> |
290 </viewerContribution> | 290 </viewerContribution> |
291 </extension> | 291 </extension> |
292 | 292 |
293 <extension | 293 <extension |
294 point="org.eclipse.core.runtime.adapters"> | 294 point="org.eclipse.core.runtime.adapters"> |
295 <factory | 295 <factory |
296 adaptableType="com.google.dart.tools.core.model.DartElement" | 296 adaptableType="com.google.dart.tools.core.model.DartElement" |
297 class="com.google.dart.tools.debug.ui.launch.ActionFilterAdapterFact
ory"> | 297 class="com.google.dart.tools.debug.ui.launch.ActionFilterAdapterFact
ory"> |
298 <adapter | 298 <adapter |
299 type="org.eclipse.ui.IActionFilter"> | 299 type="org.eclipse.ui.IActionFilter"> |
300 </adapter> | 300 </adapter> |
301 </factory> | 301 </factory> |
302 </extension> | 302 </extension> |
303 | 303 |
304 <extension | 304 <extension |
305 point="org.eclipse.ui.commands"> | 305 point="org.eclipse.ui.commands"> |
306 <command | 306 <command |
307 categoryId="org.eclipse.ui.category.window" | 307 categoryId="org.eclipse.ui.category.window" |
| 308 defaultHandler="com.google.dart.tools.debug.ui.launch.DartRunLastHan
dler" |
| 309 description="%runCommandName" |
| 310 id="com.google.dart.tools.debug.ui.run.last" |
| 311 name="%runCommandName"> |
| 312 </command> |
| 313 <command |
| 314 categoryId="org.eclipse.ui.category.window" |
308 defaultHandler="com.google.dart.tools.debug.ui.launch.DartRunHandler
" | 315 defaultHandler="com.google.dart.tools.debug.ui.launch.DartRunHandler
" |
309 description="%runCommandName" | 316 description="%runCommandName" |
310 id="com.google.dart.tools.debug.ui.run" | 317 id="com.google.dart.tools.debug.ui.run.selection" |
311 name="%runCommandName"> | 318 name="%runCommandName"> |
312 </command> | 319 </command> |
313 <command | 320 <command |
314 categoryId="org.eclipse.ui.category.window" | 321 categoryId="org.eclipse.ui.category.window" |
315 defaultHandler="com.google.dart.tools.debug.ui.launch.ManageLaunches
Handler" | 322 defaultHandler="com.google.dart.tools.debug.ui.launch.ManageLaunches
Handler" |
316 description="%launchDialogCommandName" | 323 description="%launchDialogCommandName" |
317 id="com.google.dart.tools.debug.ui.launchDialog" | 324 id="com.google.dart.tools.debug.ui.launchDialog" |
318 name="%launchDialogCommandName"> | 325 name="%launchDialogCommandName"> |
319 </command> | 326 </command> |
320 </extension> | 327 </extension> |
321 <extension | 328 <extension |
322 point="org.eclipse.ui.menus"> | 329 point="org.eclipse.ui.menus"> |
323 <menuContribution | 330 <menuContribution |
324 allPopups="true" | 331 allPopups="true" |
325 locationURI="popup:com.google.dart.tools.ui.FileExplorer?after=addit
ions"> | 332 locationURI="popup:com.google.dart.tools.ui.FileExplorer?after=addit
ions"> |
326 <command | 333 <command |
327 commandId="com.google.dart.tools.debug.ui.run" | 334 commandId="com.google.dart.tools.debug.ui.run.selection" |
328 style="push"> | 335 style="push"> |
329 <visibleWhen | 336 <visibleWhen |
330 checkEnabled="false"> | 337 checkEnabled="false"> |
331 <with | 338 <with |
332 variable="selection"> | 339 variable="selection"> |
333 <count | 340 <count |
334 value="1"> | 341 value="1"> |
335 </count> | 342 </count> |
336 <and> | 343 <and> |
337 <test | 344 <test |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 disabledIcon="icons/full/dtool16/run_exc.gif" | 403 disabledIcon="icons/full/dtool16/run_exc.gif" |
397 icon="icons/full/etool16/run_exc.gif" | 404 icon="icons/full/etool16/run_exc.gif" |
398 helpContextId="run_action_context" | 405 helpContextId="run_action_context" |
399 label="Run" | 406 label="Run" |
400 style="pulldown"> | 407 style="pulldown"> |
401 </action> | 408 </action> |
402 </actionSet> | 409 </actionSet> |
403 </extension--> | 410 </extension--> |
404 | 411 |
405 </plugin> | 412 </plugin> |
OLD | NEW |