debuggercdi/com.nokia.carbide.cpp.debug.capabilities/plugin.xml
branchRCL_2_4
changeset 1029 a85434c6dd79
parent 432 f0a3eb120614
equal deleted inserted replaced
1028:2bae15d3b247 1029:a85434c6dd79
    10             name="Unused CDT UI"
    10             name="Unused CDT UI"
    11             description="These UI elements from CDT are not used and have been hidden using this capability"
    11             description="These UI elements from CDT are not used and have been hidden using this capability"
    12             id="com.nokia.carbide.cpp.debug.cdtactivity">
    12             id="com.nokia.carbide.cpp.debug.cdtactivity">
    13       </activity>
    13       </activity>
    14       
    14       
    15 <!-- The signals view is added to the debug perspective by CDT and therefore it
    15       <activityPatternBinding
    16 	 tries to show the view no matter what.  Because we hide it here it fails to
    16             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
    17 	 show the view properly and gives an error.  There is no way to remove it from
    17             isEqualityPattern="true"
    18 	 the default debug perspective without modifying CDT.  We'll just leave it in
       
    19 	 for now, it won't have any content anyway.
       
    20 
       
    21       <activityPatternBinding
       
    22             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
       
    23             pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView">
    18             pattern="org.eclipse.cdt.debug.ui/org.eclipse.cdt.debug.ui.SignalsView">
    24       </activityPatternBinding>
    19       </activityPatternBinding>
    25 -->
       
    26 
    20 
    27 <!-- The following UI elements are from org.eclipse.cdt.launch -->
    21 <!-- The following UI elements are from org.eclipse.cdt.launch -->
    28  
    22  
    29       <activityPatternBinding
    23       <activityPatternBinding
    30             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
    24             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
   135        <activityPatternBinding
   129        <activityPatternBinding
   136             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
   130             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
   137             pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown">
   131             pattern="org\.eclipse\.cdt.*/.*NewFolderDropDown">
   138       </activityPatternBinding>
   132       </activityPatternBinding>
   139   
   133   
       
   134 <!-- The following UI elements are from org.eclipse.cdt.dsf.ui -->
       
   135       <activityPatternBinding
       
   136             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
       
   137             isEqualityPattern="true"
       
   138             pattern="org.eclipse.cdt.dsf.ui/org.eclipse.cdt.dsf.debug.ui.disassembly.view">
       
   139       </activityPatternBinding>
       
   140  
   140 <!-- The following UI elements are from org.eclipse.debug.ui -->
   141 <!-- The following UI elements are from org.eclipse.debug.ui -->
   141       <activityPatternBinding
   142       <activityPatternBinding
   142             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
   143             activityId="com.nokia.carbide.cpp.debug.cdtactivity"
   143             pattern="org\.eclipse\.debug.*/.*relaunch">
   144             pattern="org\.eclipse\.debug.*/.*relaunch">
   144       </activityPatternBinding>
   145       </activityPatternBinding>