core/com.nokia.carbide.cpp.doc.user/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 167 260432b65ee7
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
cawthron
parents:
diff changeset
     4
<plugin>
cawthron
parents:
diff changeset
     5
   <extension
cawthron
parents:
diff changeset
     6
         point="org.eclipse.help.toc">
cawthron
parents:
diff changeset
     7
      <toc
cawthron
parents:
diff changeset
     8
            file="debuggerTOC.xml"
cawthron
parents:
diff changeset
     9
            primary="true"/>
cawthron
parents:
diff changeset
    10
      <toc
cawthron
parents:
diff changeset
    11
            file="tocCarbide.xml"
cawthron
parents:
diff changeset
    12
            primary="false"/>     
cawthron
parents:
diff changeset
    13
      <!--<toc
cawthron
parents:
diff changeset
    14
            file="tocRelease.xml"
cawthron
parents:
diff changeset
    15
            primary="false"/> -->
cawthron
parents:
diff changeset
    16
	   
cawthron
parents:
diff changeset
    17
		<index path="index" />
cawthron
parents:
diff changeset
    18
   </extension>
cawthron
parents:
diff changeset
    19
  
cawthron
parents:
diff changeset
    20
	
cawthron
parents:
diff changeset
    21
	<!-- Carbide.c++ cheatsheets extension -->
cawthron
parents:
diff changeset
    22
	
cawthron
parents:
diff changeset
    23
   <extension
cawthron
parents:
diff changeset
    24
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
cawthron
parents:
diff changeset
    25
      <category
cawthron
parents:
diff changeset
    26
            id="com.nokia.carbide.ide.cheatsheets"
cawthron
parents:
diff changeset
    27
            name="Carbide.c++ Getting Started" />
cawthron
parents:
diff changeset
    28
      <cheatsheet
cawthron
parents:
diff changeset
    29
            category="com.nokia.carbide.ide.cheatsheets"
cawthron
parents:
diff changeset
    30
            contentFile="html/cheatsheets/getStarted_cs.xml"
cawthron
parents:
diff changeset
    31
            id="com.nokia.carbide.cpp.doc.user.getStarted"
cawthron
parents:
diff changeset
    32
            name="HelloCarbide Project Example"/>
cawthron
parents:
diff changeset
    33
   </extension>
cawthron
parents:
diff changeset
    34
cawthron
parents:
diff changeset
    35
   <extension
cawthron
parents:
diff changeset
    36
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
		<category
cawthron
parents:
diff changeset
    39
            id="com.nokia.carbide.trk.cheatsheets"
cawthron
parents:
diff changeset
    40
            name="Carbide.c++ On-device Debugging"/>
cawthron
parents:
diff changeset
    41
       
cawthron
parents:
diff changeset
    42
		 <cheatsheet
cawthron
parents:
diff changeset
    43
		   composite="true"
cawthron
parents:
diff changeset
    44
		   category="com.nokia.carbide.trk.cheatsheets"
cawthron
parents:
diff changeset
    45
           contentFile="html/cheatsheets/trk_appTrk_Using_cs.xml"
cawthron
parents:
diff changeset
    46
           id="com.nokia.carbide.cpp.doc.user.trk_appTRK_Using"
cawthron
parents:
diff changeset
    47
           name="Run Mode On-Device Debugging"/>
cawthron
parents:
diff changeset
    48
	   
cawthron
parents:
diff changeset
    49
   </extension>
cawthron
parents:
diff changeset
    50
cawthron
parents:
diff changeset
    51
   <extension
cawthron
parents:
diff changeset
    52
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
cawthron
parents:
diff changeset
    53
		 
cawthron
parents:
diff changeset
    54
          <cheatsheet
cawthron
parents:
diff changeset
    55
            contentFile="html/cheatsheets/trk_appTrk_intro_cs.xml"
cawthron
parents:
diff changeset
    56
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_intro"
cawthron
parents:
diff changeset
    57
            name="Introduction to Run Mode Debugging" />
cawthron
parents:
diff changeset
    58
cawthron
parents:
diff changeset
    59
          <cheatsheet
cawthron
parents:
diff changeset
    60
            contentFile="html/cheatsheets/trk_appTrk_transfer_cs.xml"
cawthron
parents:
diff changeset
    61
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_transfer"
cawthron
parents:
diff changeset
    62
            name="Transferring and Installing Trk Debug Agent" />
cawthron
parents:
diff changeset
    63
cawthron
parents:
diff changeset
    64
          <cheatsheet
cawthron
parents:
diff changeset
    65
            contentFile="html/cheatsheets/trk_appTrk_pkgsis_cs.xml"
cawthron
parents:
diff changeset
    66
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_pkgsis"
cawthron
parents:
diff changeset
    67
            name="Creating a Project .pkg file and Application .sis file" />
cawthron
parents:
diff changeset
    68
cawthron
parents:
diff changeset
    69
          <cheatsheet
cawthron
parents:
diff changeset
    70
            contentFile="html/cheatsheets/trk_appTrk_launch_cs.xml"
cawthron
parents:
diff changeset
    71
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_launch"
cawthron
parents:
diff changeset
    72
            name="Defining a Launch Configuration for Run Mode Debugging" />
cawthron
parents:
diff changeset
    73
cawthron
parents:
diff changeset
    74
          <cheatsheet
cawthron
parents:
diff changeset
    75
            contentFile="html/cheatsheets/trk_appTrk_debugapps_cs.xml"
cawthron
parents:
diff changeset
    76
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_debugapps"
cawthron
parents:
diff changeset
    77
            name="Debugging DLLs, Applications, and Executables" />
cawthron
parents:
diff changeset
    78
cawthron
parents:
diff changeset
    79
          <cheatsheet
cawthron
parents:
diff changeset
    80
            contentFile="html/cheatsheets/trk_appTrk_viewdata_cs.xml"
cawthron
parents:
diff changeset
    81
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_viewdata"
cawthron
parents:
diff changeset
    82
            name="Viewing Registers and Symbian OS Data and Troubleshooting Tips" />
cawthron
parents:
diff changeset
    83
cawthron
parents:
diff changeset
    84
          <cheatsheet
cawthron
parents:
diff changeset
    85
            category="com.nokia.carbide.trk.cheatsheets"
cawthron
parents:
diff changeset
    86
			contentFile="html/cheatsheets/stop_mode_cs.xml"
cawthron
parents:
diff changeset
    87
            id="com.nokia.carbide.cpp.doc.user.stop_mode"
cawthron
parents:
diff changeset
    88
            name="Stop Mode On-Device Debugging" />
cawthron
parents:
diff changeset
    89
cawthron
parents:
diff changeset
    90
   </extension>
cawthron
parents:
diff changeset
    91
cawthron
parents:
diff changeset
    92
<!-- TRK cheatsheets extension -->
cawthron
parents:
diff changeset
    93
 <!-- replaced by newer cheatsheet
cawthron
parents:
diff changeset
    94
   <extension
cawthron
parents:
diff changeset
    95
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
cawthron
parents:
diff changeset
    96
          <category
cawthron
parents:
diff changeset
    97
            id="com.nokia.carbide.trk.cheatsheets"
cawthron
parents:
diff changeset
    98
            name="Carbide.c++ On-device Debugging"/>
cawthron
parents:
diff changeset
    99
cawthron
parents:
diff changeset
   100
cawthron
parents:
diff changeset
   101
          <cheatsheet
cawthron
parents:
diff changeset
   102
            category="com.nokia.carbide.trk.cheatsheets"
cawthron
parents:
diff changeset
   103
            contentFile="html/cheatsheets/trk_setup_cs.xml"
cawthron
parents:
diff changeset
   104
            id="com.nokia.carbide.cpp.doc.user.trk_setup"
cawthron
parents:
diff changeset
   105
            name="On-device Debugging Setup" />
cawthron
parents:
diff changeset
   106
cawthron
parents:
diff changeset
   107
	   	  <cheatsheet
cawthron
parents:
diff changeset
   108
            category="com.nokia.carbide.trk.cheatsheets"
cawthron
parents:
diff changeset
   109
			composite="true"
cawthron
parents:
diff changeset
   110
            contentFile="html/cheatsheets/trk_appTrk_Using_cs.xml"
cawthron
parents:
diff changeset
   111
            id="com.nokia.carbide.cpp.doc.user.trk_appTRK_Using"
cawthron
parents:
diff changeset
   112
            name="Run Mode On-device Application Debugging" />
cawthron
parents:
diff changeset
   113
cawthron
parents:
diff changeset
   114
	</extension>
cawthron
parents:
diff changeset
   115
  -->
cawthron
parents:
diff changeset
   116
cawthron
parents:
diff changeset
   117
	
cawthron
parents:
diff changeset
   118
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
   119
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
cawthron
parents:
diff changeset
   120
<!-- XML help content is stored in these files:                                          -->
cawthron
parents:
diff changeset
   121
<!--     carbide_debug_dialogs_help.xml  (debugger help)                                 -->
cawthron
parents:
diff changeset
   122
<!--     carbide_ide_dialogs_help.xml  (ide help)                                        -->
cawthron
parents:
diff changeset
   123
<!--     cdt_dialogs_help.xml  (cdt help)                                                -->
cawthron
parents:
diff changeset
   124
<!--     eclipse_dialogs_help.xml  (eclipse ide help)                                    -->
cawthron
parents:
diff changeset
   125
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
   126
	
cawthron
parents:
diff changeset
   127
	<extension point="org.eclipse.help.contexts" >
cawthron
parents:
diff changeset
   128
cawthron
parents:
diff changeset
   129
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   130
		<!-- CARBIDE DIALOGS AND PREFS                             -->
cawthron
parents:
diff changeset
   131
		<!-- XML: carbide_ide_dialogs_help.xml                     -->
cawthron
parents:
diff changeset
   132
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   133
		   
cawthron
parents:
diff changeset
   134
       <!-- CARBIDE BUILDER HELP -->
cawthron
parents:
diff changeset
   135
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   136
       		plugin="com.nokia.carbide.cdt.builder" />
cawthron
parents:
diff changeset
   137
cawthron
parents:
diff changeset
   138
		<!-- PREPROCESS PREF/PROPERTIES PANEL -->
cawthron
parents:
diff changeset
   139
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   140
       		plugin="com.nokia.carbide.cpp.builder.utils" />
cawthron
parents:
diff changeset
   141
cawthron
parents:
diff changeset
   142
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   143
       		plugin="com.nokia.carbide.cpp.leavescan" />
cawthron
parents:
diff changeset
   144
cawthron
parents:
diff changeset
   145
       <!-- SPN VIEW, INF IMPORTER, MMP, MBM, AIF editors, and miscellaneous HELP  -->
cawthron
parents:
diff changeset
   146
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   147
       		plugin="com.nokia.carbide.cpp.project.ui" />
cawthron
parents:
diff changeset
   148
cawthron
parents:
diff changeset
   149
       <!-- SDK Preferences HELP -->
cawthron
parents:
diff changeset
   150
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   151
       		plugin="com.nokia.carbide.cpp.sdk.ui" />
cawthron
parents:
diff changeset
   152
cawthron
parents:
diff changeset
   153
       <!-- NEW OS CLASS/ NEW OS PROJECT WIZARD HELP  -->
cawthron
parents:
diff changeset
   154
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   155
       		plugin="com.nokia.carbide.templatewizard" />
cawthron
parents:
diff changeset
   156
cawthron
parents:
diff changeset
   157
       <!-- Project Updater HELP  -->
cawthron
parents:
diff changeset
   158
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   159
       		plugin="com.nokia.carbide.updater" />
cawthron
parents:
diff changeset
   160
cawthron
parents:
diff changeset
   161
        <!-- System Search HELP  (added 1.3) -->
cawthron
parents:
diff changeset
   162
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   163
       		plugin="com.nokia.carbide.search.system" />
cawthron
parents:
diff changeset
   164
cawthron
parents:
diff changeset
   165
        <!-- System Search HELP  (added 2.0) -->
cawthron
parents:
diff changeset
   166
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   167
       		plugin="com.nokia.carbide.remoteConnections" />
cawthron
parents:
diff changeset
   168
cawthron
parents:
diff changeset
   169
        <!-- News Reader HELP  (added 2.0.2) -->
cawthron
parents:
diff changeset
   170
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
cawthron
parents:
diff changeset
   171
       		plugin="com.nokia.carbide.cpp.news.reader" />
cawthron
parents:
diff changeset
   172
           
cawthron
parents:
diff changeset
   173
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   174
		<!-- CARBIDE DEBUGGER DIALOGS AND PREFS                    -->
cawthron
parents:
diff changeset
   175
		<!-- XML: carbide_debug_dialogs_help.xml                   -->
cawthron
parents:
diff changeset
   176
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   177
		   
cawthron
parents:
diff changeset
   178
		<!-- PREFERENCE PANEL F1 HELP -->
cawthron
parents:
diff changeset
   179
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml" 
cawthron
parents:
diff changeset
   180
       		plugin="com.freescale.cdt.debug.cw.core.ui" />		
cawthron
parents:
diff changeset
   181
		
cawthron
parents:
diff changeset
   182
		<!-- SYMBIAN OS VIEW HELP  -->
cawthron
parents:
diff changeset
   183
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml"
cawthron
parents:
diff changeset
   184
       		plugin="com.nokia.cdt.debug.cw.symbian" />
cawthron
parents:
diff changeset
   185
cawthron
parents:
diff changeset
   186
		<!-- SYMBIAN OS DATA VIEW HELP  -->
cawthron
parents:
diff changeset
   187
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml"
cawthron
parents:
diff changeset
   188
       		plugin="com.nokia.carbide.cpp.debug.kernelaware" />
cawthron
parents:
diff changeset
   189
		
cawthron
parents:
diff changeset
   190
		<!-- LAUNCH CONFIG WIZARD HELP -->
cawthron
parents:
diff changeset
   191
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml" 
cawthron
parents:
diff changeset
   192
			plugin="com.nokia.cdt.debug.launch" />
cawthron
parents:
diff changeset
   193
cawthron
parents:
diff changeset
   194
		
cawthron
parents:
diff changeset
   195
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   196
		<!-- CDT DIALOGS AND PREFS                                 -->
cawthron
parents:
diff changeset
   197
		<!-- XML: cdt_dialogs_help.xml                             -->
cawthron
parents:
diff changeset
   198
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   199
		   
cawthron
parents:
diff changeset
   200
       <!-- ECLIPSE DEBUG UI CONTEXT HELP (MEM/DIS/SIG, etc)  -->
cawthron
parents:
diff changeset
   201
       <contexts file="html/context_help/cdt_dialogs_help.xml"
cawthron
parents:
diff changeset
   202
       		plugin="org.eclipse.cdt.debug.ui" />
cawthron
parents:
diff changeset
   203
cawthron
parents:
diff changeset
   204
       <contexts file="html/context_help/cdt_dialogs_help.xml"
cawthron
parents:
diff changeset
   205
       		plugin="org.eclipse.cdt.ui" />
cawthron
parents:
diff changeset
   206
cawthron
parents:
diff changeset
   207
			 
cawthron
parents:
diff changeset
   208
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   209
		<!-- ECLIPSE DIALOGS AND PREFS                             -->
cawthron
parents:
diff changeset
   210
		<!-- XML: eclipse_dialogs_help.xml                         -->
cawthron
parents:
diff changeset
   211
		<!-- ====================================================  -->
cawthron
parents:
diff changeset
   212
		   
cawthron
parents:
diff changeset
   213
       <!-- CARBIDE DEBUG UI HELP  (BRKPT, VAR, EXPR, etc) -->
cawthron
parents:
diff changeset
   214
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
cawthron
parents:
diff changeset
   215
       		plugin="org.eclipse.debug.ui" />
cawthron
parents:
diff changeset
   216
cawthron
parents:
diff changeset
   217
       <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
cawthron
parents:
diff changeset
   218
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
cawthron
parents:
diff changeset
   219
       		plugin="org.eclipse.ui" />
cawthron
parents:
diff changeset
   220
		
cawthron
parents:
diff changeset
   221
       <!-- ECLIPSE CONSOLE VIEW HELP  -->
cawthron
parents:
diff changeset
   222
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
cawthron
parents:
diff changeset
   223
       		plugin="org.eclipse.ui.console" />
cawthron
parents:
diff changeset
   224
		
cawthron
parents:
diff changeset
   225
       <!-- ECLIPSE NEW PROJECT WIZARD HELP -->
cawthron
parents:
diff changeset
   226
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
cawthron
parents:
diff changeset
   227
       		plugin="org.eclipse.ui.ide" />
cawthron
parents:
diff changeset
   228
       		
cawthron
parents:
diff changeset
   229
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
cawthron
parents:
diff changeset
   230
       		plugin="org.eclipse.ui.workbench" />
cawthron
parents:
diff changeset
   231
cawthron
parents:
diff changeset
   232
	</extension>
cawthron
parents:
diff changeset
   233
cawthron
parents:
diff changeset
   234
cawthron
parents:
diff changeset
   235
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
   236
<!-- Manual Index                                                                        -->
cawthron
parents:
diff changeset
   237
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
   238
	
cawthron
parents:
diff changeset
   239
 <extension point="org.eclipse.help.index">
cawthron
parents:
diff changeset
   240
    <index file="index.xml"/>
cawthron
parents:
diff changeset
   241
 </extension>
cawthron
parents:
diff changeset
   242
cawthron
parents:
diff changeset
   243
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
   244
<!-- Universal intro extensions to show content in welcome pages                         -->
cawthron
parents:
diff changeset
   245
<!-- =================================================================================== -->
cawthron
parents:
diff changeset
   246
	<extension
cawthron
parents:
diff changeset
   247
		point="org.eclipse.ui.intro.configExtension">
cawthron
parents:
diff changeset
   248
		
cawthron
parents:
diff changeset
   249
		<configExtension
cawthron
parents:
diff changeset
   250
			content="intro/whatsnew_IntroExt.xml"
cawthron
parents:
diff changeset
   251
			configId="org.eclipse.ui.intro.universalConfig" />
cawthron
parents:
diff changeset
   252
cawthron
parents:
diff changeset
   253
		<configExtension
cawthron
parents:
diff changeset
   254
            content="intro/tutorialsCarbideExtContent.xml"
cawthron
parents:
diff changeset
   255
			configId="org.eclipse.ui.intro.universalConfig" /> 	
cawthron
parents:
diff changeset
   256
			 			 
cawthron
parents:
diff changeset
   257
		<configExtension
cawthron
parents:
diff changeset
   258
            content="intro/tutorialsCarbideExtContentMisc.xml"
cawthron
parents:
diff changeset
   259
			configId="org.eclipse.ui.intro.universalConfig" /> 	
cawthron
parents:
diff changeset
   260
			 			 
cawthron
parents:
diff changeset
   261
		<!--
cawthron
parents:
diff changeset
   262
			<configExtension
cawthron
parents:
diff changeset
   263
            content="intro/migrateExtensionContent.xml" 
cawthron
parents:
diff changeset
   264
			configId="org.eclipse.ui.intro.universalConfig" /> 	
cawthron
parents:
diff changeset
   265
			-->
cawthron
parents:
diff changeset
   266
				 
cawthron
parents:
diff changeset
   267
	</extension>
cawthron
parents:
diff changeset
   268
	
cawthron
parents:
diff changeset
   269
</plugin>