Changeset 643
- Timestamp:
- 04/17/08 07:43:23 (8 months ago)
- Files:
-
- 1 modified
-
org.cfeclipse.cfml/trunk/plugin.xml (modified) (58 diffs)
Legend:
- Unmodified
- Added
- Removed
-
org.cfeclipse.cfml/trunk/plugin.xml
r634 r643 5 5 name="CFML Plug-in" 6 6 version="1.3.2" 7 provider-name=" The CFEclipse Crew"7 provider-name="CFEclipse Project" 8 8 class="org.cfeclipse.cfml.CFMLPlugin"> 9 9 … … 59 59 <import plugin="org.eclipse.ui.editors"/> 60 60 <import plugin="org.eclipse.ui.workbench.texteditor"/> 61 61 62 62 <import plugin="org.eclipse.core.resources"/> 63 63 <import plugin="org.eclipse.ui.ide"/> 64 64 <import plugin="org.eclipse.ui.views"/> 65 65 <!-- <import plugin="org.apache.ant"/> --> 66 <import plugin="org.eclipse.core.filesystem" optional="true"/> 66 <import plugin="org.eclipse.core.filesystem" optional="true"/> 67 67 <import plugin="org.eclipse.ui.browser"/> 68 68 <!--<import plugin="org.junit"/>--> … … 70 70 <extension-point id="cacorNatures" name="CACorContributingNatures" schema="schema/cacorNature.exsd"/> 71 71 72 <extension 72 <extension 73 73 point="org.eclipse.ui.decorators"> 74 74 <decorator … … 80 80 id="org.cfeclipse.cfml.ui.decorators.cfcdecorator" 81 81 location="TOP_LEFT"> 82 <description>Shows distinct icon for CFC files</description> 82 <description>Shows distinct icon for CFC files</description> 83 83 <enablement> 84 84 <and> … … 96 96 id="org.cfeclipse.cfml.ui.decorators.cfereadonlydecorator" 97 97 location="BOTTOM_LEFT"> 98 <description>Shows readonly indicator</description> 98 <description>Shows readonly indicator</description> 99 99 <enablement> 100 100 <and> … … 124 124 --> 125 125 </extension> 126 126 127 127 <extension 128 128 point="org.eclipse.ui.perspectives"> … … 134 134 </perspective> 135 135 </extension> 136 136 137 137 <!-- ////////////////////////////////////////////////////////////// --> 138 138 <!-- Editor --> … … 159 159 --> 160 160 </extension> 161 161 162 162 <!-- ////////////////////////////////////////////////////////////// --> 163 164 163 164 165 165 <!-- Actions --> 166 166 <extension … … 169 169 targetID="org.cfeclipse.cfml.editors.CFMLEditor" 170 170 id="org.cfeclipse.cfml.editors.CFMLEditorActions"> 171 172 171 172 173 173 <menu 174 174 id="org.cfeclipse.cfml.menus.source" 175 175 label="&Source" 176 176 path="window"> 177 <groupMarker 178 name="source"> 179 </groupMarker> 177 180 <groupMarker 178 181 name="output"> … … 190 193 name="format"> 191 194 </groupMarker> 192 </menu> 193 195 </menu> 196 194 197 <menu 195 198 id="org.cfeclipse.cfml.menus.browse" … … 200 203 </groupMarker> 201 204 </menu> 202 203 205 206 204 207 <!-- Word Wrap --> 205 208 <action … … 517 520 tooltip="%action.tooltip.Refresh"> 518 521 </action> 519 520 522 523 521 524 <!-- insert snippet action --> 522 525 <action … … 567 570 tooltip="%action.tooltip.LocateInExplorer"> 568 571 </action> 569 570 572 573 571 574 <!-- external browser --> 572 575 <action … … 625 628 id="org.cfeclipse.cfml.editors.actions.EditTagAction" 626 629 label="%action.label.EditTagAction" 627 menubarPath="org.cfeclipse.cfml.menus.source/ "630 menubarPath="org.cfeclipse.cfml.menus.source/source" 628 631 tooltip="%action.tooltip.EditTagAction"> 629 632 </action> … … 636 639 menubarPath="navigate/additions"> 637 640 </action> 638 639 <!-- Surround with clipboard link -->641 642 <!-- Surround with clipboard link --> 640 643 <action 641 644 definitionId="org.cfeclipse.cfml.editors.actions.ClipboardLink" … … 647 650 id="org.cfeclipse.cfml.editors.actions.ClipboardLinkAction"> 648 651 </action> 649 650 652 651 653 <!-- 652 654 <menu … … 674 676 menubarPath="org.cfeclipse.cfml.cfcmenu/maingroup" 675 677 toolbarPath="CFEditorResourceCommand"/> 676 677 --> 678 679 <!-- Highlight bracket pair 678 679 --> 680 681 <!-- Highlight bracket pair 680 682 <action 681 683 toolbarPath="BasicCFEditorCommand" … … 690 692 </editorContribution> 691 693 </extension> 692 694 693 695 <!-- ////////////////////////////////////////////////////////////// --> 694 696 <!-- popup menu --> … … 810 812 <action 811 813 class="org.cfeclipse.cfml.ui.actions.SetMappingAction" 812 id="org.cfeclipse.cfml.setMapping "814 id="org.cfeclipse.cfml.setMapping.IProject" 813 815 label="Set CF Mapping"/> 814 816 </objectContribution> … … 825 827 <action 826 828 class="org.cfeclipse.cfml.ui.actions.SetMappingAction" 827 id="org.cfeclipse.cfml.setMapping "829 id="org.cfeclipse.cfml.setMapping.IFolder" 828 830 label="Set CF Mapping" 829 831 /> 830 832 </objectContribution> 831 833 832 834 <objectContribution 833 835 objectClass="org.eclipse.core.resources.IProject" … … 874 876 label="Edit URL"/> 875 877 </objectContribution> 876 877 878 878 879 880 879 881 </extension> 880 882 881 883 <!-- Commands --> 882 884 <extension … … 1035 1037 keySequence="M1+M2+Z"> 1036 1038 </keyBinding> 1037 1039 1038 1040 <!-- insert date --> 1039 1041 <command … … 1277 1279 commandId="org.cfeclipse.cfml.editors.actions.ExternalBrowserActionID" 1278 1280 keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration"> 1279 </keyBinding> 1280 1281 </keyBinding> 1282 1281 1283 <!-- Open in secondary external browser --> 1282 1284 <command … … 1286 1288 id="org.cfeclipse.cfml.editors.actions.ExternalBrowserActionID2"> 1287 1289 </command> 1288 1290 1289 1291 <keyBinding 1290 1292 keySequence="M2+F12" … … 1294 1296 </keyBinding> 1295 1297 1296 1298 1297 1299 <command 1298 1300 name="%command.name.30" … … 1308 1310 </keyBinding> 1309 1311 <!-- edit tag command --> 1310 <command 1312 <command 1311 1313 name="%command.name.EditTag" 1312 1314 description="%command.description.EditTag" 1313 categoryId="org.cfeclipse.cfml.commandCategory"1315 categoryId="org.cfeclipse.cfml.commandCategory" 1314 1316 id="org.cfeclipse.cfml.editors.actions.EditTagAction"> 1315 1317 1316 1318 </command> 1317 1319 <keyBinding … … 1321 1323 keySequence="M1+T"> 1322 1324 </keyBinding> 1323 1324 <command 1325 1326 <command 1325 1327 name="%command.name.GotoFile" 1326 1328 description="%command.description.GotoFile" 1327 1329 categoryId="org.cfeclipse.cfml.commandCategory" 1328 1330 id="org.cfeclipse.cfml.editors.actions.GotoFileAction"> 1329 1331 1330 1332 </command> 1331 1333 <keyBinding … … 1368 1370 --> 1369 1371 </extension> 1370 1371 <extension point="org.eclipse.ui.bindings"> 1372 <extension point="org.eclipse.ui.bindings"> 1372 1373 <key sequence="Ctrl+Alt+V" 1373 1374 commandId="org.cfeclipse.cfml.editors.actions.ClipboardLink" … … 1375 1376 contextId="rg.cfeclipse.cfml.cfmleditorcontext"/> 1376 1377 </extension> 1377 1378 1378 1379 <!-- ////////////////////////////////////////////////////////////// --> 1379 1380 <!-- Views --> … … 1423 1424 name="%view.name.5" 1424 1425 id="org.cfeclipse.cfml.views.explorer.FileExplorerView"/> 1425 1426 <!-- 1426 1427 <!-- 1427 1428 <view 1428 1429 icon="icons/obj16/document.gif" … … 1431 1432 name="%view.name.6" 1432 1433 id="org.cfeclipse.cfml.views.explorer.ftp.FtpLogView"/> 1433 1434 1434 1435 <view 1435 1436 category="org.cfeclipse.cfml" … … 1438 1439 id="org.cfeclipse.cfml.views.Toolbar" 1439 1440 name="Toolbar"/> 1440 1441 1441 1442 1442 1443 <view 1443 1444 category="org.cfeclipse.cfml" … … 1446 1447 id="org.cfeclipse.cfml.views.snipex.SnipEx" 1447 1448 name="SnipEx"/> 1448 1449 1449 1450 1450 1451 <view 1451 1452 category="org.cfeclipse.cfml" … … 1459 1460 <!-- ////////////////////////////////////////////////////////////// --> 1460 1461 <!-- help --> 1461 1462 1462 1463 <extension 1463 1464 point="org.eclipse.ui.preferencePages"> … … 1469 1470 <page 1470 1471 class="org.cfeclipse.cfml.preferences.CFMLColorsPreferencePage" 1471 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1472 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1472 1473 name="%page.name.1" 1473 1474 id="org.cfeclipse.cfml.preferences.CFMLColorsPreferencePage"> … … 1475 1476 <page 1476 1477 class="org.cfeclipse.cfml.preferences.SQLColorsPreferencePage" 1477 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1478 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1478 1479 name="%page.name.2" 1479 1480 id="org.cfeclipse.cfml.preferences.SQLColorsPreferencePage"> … … 1481 1482 <page 1482 1483 class="org.cfeclipse.cfml.preferences.HTMLColorsPreferencePage" 1483 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1484 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1484 1485 name="%page.name.3" 1485 1486 id="org.cfeclipse.cfml.preferences.HTMLColorsPreferencePage"> … … 1492 1493 <page 1493 1494 class="org.cfeclipse.cfml.preferences.AutoIndentPreferencePage" 1494 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1495 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1495 1496 name="%page.name.5" 1496 1497 id="org.cfeclipse.cfml.preferences.AutoIndentPreferencePage"/> … … 1507 1508 <page 1508 1509 class="org.cfeclipse.cfml.preferences.AnnotationPreferencePage" 1509 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1510 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1510 1511 name="%page.name.8" 1511 1512 id="org.cfeclipse.cfml.preferences.AnnotationPreferencePage"/> 1513 1514 <page 1515 name="%page.name.markOccurrences" 1516 class="org.cfeclipse.cfml.preferences.MarkOccurrencesPreferencePage" 1517 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1518 id="org.cfeclipse.cfml.preferences.MarkOccurrencesPreferencePage"> 1519 <enabledWhen> 1520 <adapt type="org.eclipse.core.resources.IProject"> 1521 <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.cfml.javanature"/> 1522 </adapt> 1523 </enabledWhen> 1524 <keywordReference id="org.cfeclipse.cfml.ui.MarkOccurrences"/> 1525 </page> 1526 1512 1527 <page 1513 1528 class="org.cfeclipse.cfml.preferences.FoldingPreferencePage" 1514 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1529 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1515 1530 name="%page.name.9" 1516 1531 id="org.cfeclipse.cfml.preferences.FoldingPreferencePage"/> … … 1520 1535 id="org.cfeclipse.cfml.preferences.BrowserPreferencePage" 1521 1536 name="Browser"/> 1522 1537 1523 1538 <page 1524 category="org.cfeclipse.cfml.preferences. CFMLPreferencePage"1539 category="org.cfeclipse.cfml.preferences.EditorPreferencePage" 1525 1540 class="org.cfeclipse.cfml.preferences.CFMLTemplatesPreferencePage" 1526 1541 id="org.cfeclipse.cfml.preferences.Templates" … … 1531 1546 id="org.cfeclipse.cfml.preferences.SnipExPreferencePage" 1532 1547 name="%page.name.11"/> 1533 1548 1534 1549 </extension> 1535 1550 1536 1551 <extension 1537 1552 point="org.eclipse.ui.propertyPages"> … … 1561 1576 --> 1562 1577 </extension> 1563 1578 1564 1579 <!-- Chris Queeners area --> 1565 1580 <extension … … 1573 1588 1574 1589 class="org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard" 1575 1590 1576 1591 category="org.cfeclipse.cfml.category1" 1577 1592 preferredPerspectives="org.cfeclipse.cfml.perspective.CFML" 1578 project="true" 1593 project="true" 1579 1594 finalPerspective="org.cfeclipse.cfml.perspective.CFML" 1580 1595 id="org.cfeclipse.cfml.wizards.NewProject"> … … 1614 1629 <description>%wizard.description.3</description> 1615 1630 </wizard> 1616 1617 1618 1631 1632 1633 1619 1634 <!-- 1620 1635 <wizard … … 1664 1679 <one-of-nature id="CFEclipse-2.one-of-nature1"/> 1665 1680 </extension> 1666 1681 1667 1682 <extension 1668 1683 point="org.eclipse.ui.ide.resourceFilters"> … … 1763 1778 </extension> 1764 1779 1765 <extension point="org.eclipse.core.resources.markers" 1766 id="todomarker" 1780 <extension point="org.eclipse.core.resources.markers" 1781 id="todomarker" 1767 1782 name="CFEclipse TODO Task"> 1768 1783 <super type="org.eclipse.core.resources.taskmarker"/> … … 1773 1788 1774 1789 </extension> 1775 1776 1777 1790 1791 1792 1778 1793 <extension point="org.eclipse.core.resources.markers" 1779 1794 id="parserProblemMarker" … … 1782 1797 <persistent value="true"/> 1783 1798 </extension> 1784 1785 1786 1799 1800 1801 1787 1802 <extension point="org.eclipse.core.resources.markers" 1788 1803 id="parserWarningMarker" … … 1792 1807 </extension> 1793 1808 1809 <extension point="org.eclipse.core.resources.markers" 1810 id="markOccurrencesMarker" 1811 name="markOccurrencesMarker"> 1812 <super type="org.eclipse.core.resources.textmarker"/> 1813 <persistent value="false"/> 1814 </extension> 1815 1794 1816 <extension point="org.eclipse.ui.editors.annotationTypes"> 1795 1817 <type name="org.cfeclipse.cfml.parserProblemAnnotation" 1796 1818 markerType="org.cfeclipse.cfml.parserProblemMarker"/> 1797 </extension> 1798 1799 <extension point="org.eclipse.ui.editors.annotationTypes"> 1819 1800 1820 <type name="org.cfeclipse.cfml.parserWarningAnnotation" 1801 1821 markerType="org.cfeclipse.cfml.parserWarningMarker"/> 1822 1823 <type name="org.cfeclipse.cfml.markOccurrencesAnnotation" /> 1824 1802 1825 </extension> 1803 1826 … … 1818 1841 overviewRulerPreferenceValue="true" 1819 1842 symbolicIcon="error"/> 1820 </extension> 1821 1822 <extension point="org.eclipse.ui.editors.markerAnnotationSpecification"> 1843 1823 1844 <specification 1824 1845 annotationType="org.cfeclipse.cfml.parserWarningAnnotation" … … 1836 1857 overviewRulerPreferenceValue="true" 1837 1858 symbolicIcon="warning"/> 1838 </extension> 1839 1840 1841 1842 1843 1859 1860 <specification 1861 annotationType="org.cfeclipse.cfml.markOccurrencesAnnotation" 1862 label="%OccurrenceAnnotation.label" 1863 icon="icons/ctool16/showandselect.gif" 1864 textPreferenceKey="cfml.markOccurrencesAnnotation" 1865 textPreferenceValue="false" 1866 highlightPreferenceKey="cfml.markOccurrencesAnnotation.Highlighting" 1867 highlightPreferenceValue="true" 1868 contributesToHeader="false" 1869 overviewRulerPreferenceKey="cfml.markOccurrencesAnnotation.IndicationInOverviewRuler" 1870 overviewRulerPreferenceValue="true" 1871 verticalRulerPreferenceKey="cfml.markOccurrencesAnnotation.IndicationInVerticalRuler" 1872 verticalRulerPreferenceValue="false" 1873 colorPreferenceKey="cfml.markOccurrencesAnnotation.IndicationColor" 1874 colorPreferenceValue="212,212,212" 1875 presentationLayer="4" 1876 showInNextPrevDropdownToolbarActionKey="showOccurrenceInNextPrevDropdownToolbarAction" 1877 showInNextPrevDropdownToolbarAction="true" 1878 isGoToNextNavigationTargetKey="isOccurrenceGoToNextNavigationTarget" 1879 isGoToNextNavigationTarget="false" 1880 isGoToPreviousNavigationTargetKey="isOccurrenceGoToPreviousNavigationTarget" 1881 isGoToPreviousNavigationTarget="false"> 1882 </specification> 1883 1884 </extension> 1885 1886 1887 1844 1888 <extension point="org.eclipse.ui.perspectiveExtensions"> 1845 1889 <perspectiveExtension … … 1868 1912 parentId="org.eclipse.ui.textEditorScope"/> 1869 1913 </extension> 1870 1914 1871 1915 <extension 1872 1916 id="product" … … 1945 1989 </viewPage> 1946 1990 </extension> 1947 1948 1991 1992 1949 1993 <!-- detachable toolbar --> 1950 1994 1951 1995 <extension 1952 1996 point="org.eclipse.ui.actionSets"> … … 1955 1999 label="CFEclipse" 1956 2000 visible="true"> 1957 1958 2001 2002 1959 2003 <!-- Word Wrap --> 1960 2004 <action … … 2095 2139 tooltip="%action.tooltip.InsertColor"> 2096 2140 </action> 2097 2141 2098 2142 <!-- repeat last tag (for Brian Sadler) --> 2099 2143 <action … …
