| 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 | 4 |
| 5 <extension-point id="dartElementFilters" name="%elementFiltersName" schema="s
chema/dartElementFilters.exsd"/> | 5 <extension-point id="dartElementFilters" name="%elementFiltersName" schema="s
chema/dartElementFilters.exsd"/> |
| 6 <extension-point id="dartEditorTextHovers" name="%javaEditorTextHoversName" s
chema="schema/dartEditorTextHovers.exsd"/> | 6 <extension-point id="dartEditorTextHovers" name="%javaEditorTextHoversName" s
chema="schema/dartEditorTextHovers.exsd"/> |
| 7 <extension-point id="dartDocCompletionProcessor" name="%javadocCompletionProc
essor" schema="schema/dartDocCompletionProcessor.exsd"/> | 7 <extension-point id="dartDocCompletionProcessor" name="%javadocCompletionProc
essor" schema="schema/dartDocCompletionProcessor.exsd"/> |
| 8 <extension-point id="quickFixProcessors" name="%quickFixProcessorExtensionPoi
nt" schema="schema/quickFixProcessors.exsd"/> | 8 <extension-point id="quickFixProcessors" name="%quickFixProcessorExtensionPoi
nt" schema="schema/quickFixProcessors.exsd"/> |
| 9 <extension-point id="quickAssistProcessors" name="%quickAssistProcessorExtens
ionPoint" schema="schema/quickAssistProcessors.exsd"/> | 9 <extension-point id="quickAssistProcessors" name="%quickAssistProcessorExtens
ionPoint" schema="schema/quickAssistProcessors.exsd"/> |
| 10 <extension-point id="foldingStructureProviders" name="%foldingStructureProvid
ersExtensionPoint" schema="schema/foldingStructureProviders.exsd"/> | 10 <extension-point id="foldingStructureProviders" name="%foldingStructureProvid
ersExtensionPoint" schema="schema/foldingStructureProviders.exsd"/> |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 </hyperlinkDetector> | 694 </hyperlinkDetector> |
| 695 </extension> | 695 </extension> |
| 696 | 696 |
| 697 <extension | 697 <extension |
| 698 point="org.eclipse.ui.preferencePages"> | 698 point="org.eclipse.ui.preferencePages"> |
| 699 <page | 699 <page |
| 700 name="%dartPrefName" | 700 name="%dartPrefName" |
| 701 class="com.google.dart.tools.ui.internal.preferences.DartBasePrefere
ncePage" | 701 class="com.google.dart.tools.ui.internal.preferences.DartBasePrefere
ncePage" |
| 702 id="com.google.dart.tools.ui.preferences.DartBasePreferencePage"> | 702 id="com.google.dart.tools.ui.preferences.DartBasePreferencePage"> |
| 703 </page> | 703 </page> |
| 704 <page |
| 705 class="com.google.dart.tools.ui.internal.preferences.FontPreferenceP
age" |
| 706 id="com.google.dart.tools.ui.fontOptionsPage" |
| 707 name="Font"> |
| 708 </page> |
| 704 </extension> | 709 </extension> |
| 705 | 710 |
| 706 <extension | 711 <extension |
| 707 point="org.eclipse.ui.keywords"> | 712 point="org.eclipse.ui.keywords"> |
| 708 <keyword | 713 <keyword |
| 709 label="%preferenceKeywords.general" | 714 label="%preferenceKeywords.general" |
| 710 id="org.eclipse.wst.jsdt.ui.general"/> | 715 id="org.eclipse.wst.jsdt.ui.general"/> |
| 711 <keyword | 716 <keyword |
| 712 label="%preferenceKeywords.appearance" | 717 label="%preferenceKeywords.appearance" |
| 713 id="org.eclipse.wst.jsdt.ui.appearance"/> | 718 id="org.eclipse.wst.jsdt.ui.appearance"/> |
| (...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1457 description="%Command.openFolder.description" | 1462 description="%Command.openFolder.description" |
| 1458 id="com.google.dart.tools.ui.folder.open" | 1463 id="com.google.dart.tools.ui.folder.open" |
| 1459 name="%Command.openFolder.name"> | 1464 name="%Command.openFolder.name"> |
| 1460 </command> | 1465 </command> |
| 1461 <command | 1466 <command |
| 1462 categoryId="org.eclipse.ui.category.file" | 1467 categoryId="org.eclipse.ui.category.file" |
| 1463 description="%Command.newFile.description" | 1468 description="%Command.newFile.description" |
| 1464 id="com.google.dart.tools.ui.file.new" | 1469 id="com.google.dart.tools.ui.file.new" |
| 1465 name="%Command.newFile.name"> | 1470 name="%Command.newFile.name"> |
| 1466 </command> | 1471 </command> |
| 1467 <command | |
| 1468 categoryId="org.eclipse.ui.category.file" | |
| 1469 defaultHandler="com.google.dart.tools.ui.internal.handlers.NewApplic
ationHandler" | |
| 1470 description="%Command.newApplication.description" | |
| 1471 id="com.google.dart.tools.ui.application.new" | |
| 1472 name="%Command.newApplication.name"> | |
| 1473 </command> | |
| 1474 | |
| 1475 <!-- edit --> | 1472 <!-- edit --> |
| 1476 <command | 1473 <command |
| 1477 name="%ActionDefinition.selectEnclosing.name" | 1474 name="%ActionDefinition.selectEnclosing.name" |
| 1478 description="%ActionDefinition.selectEnclosing.description" | 1475 description="%ActionDefinition.selectEnclosing.description" |
| 1479 categoryId="org.eclipse.ui.category.edit" | 1476 categoryId="org.eclipse.ui.category.edit" |
| 1480 id="com.google.dart.tools.ui.edit.text.dart.select.enclosing"> | 1477 id="com.google.dart.tools.ui.edit.text.dart.select.enclosing"> |
| 1481 </command> | 1478 </command> |
| 1482 <command | 1479 <command |
| 1483 name="%ActionDefinition.selectNext.name" | 1480 name="%ActionDefinition.selectNext.name" |
| 1484 description="%ActionDefinition.selectNext.description" | 1481 description="%ActionDefinition.selectNext.description" |
| (...skipping 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3422 <with variable="affectedNatures"> | 3419 <with variable="affectedNatures"> |
| 3423 <iterate operator="or"> | 3420 <iterate operator="or"> |
| 3424 <equals value="com.google.dart.tools.core.dartNature"/> | 3421 <equals value="com.google.dart.tools.core.dartNature"/> |
| 3425 </iterate> | 3422 </iterate> |
| 3426 </with> | 3423 </with> |
| 3427 </enablement> | 3424 </enablement> |
| 3428 </renameParticipant> | 3425 </renameParticipant> |
| 3429 </extension> | 3426 </extension> |
| 3430 | 3427 |
| 3431 </plugin> | 3428 </plugin> |
| OLD | NEW |