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