core/com.nokia.carbide.cpp.doc.user/plugin.xml
author fturovic <frank.turovich@nokia.com>
Thu, 12 Aug 2010 09:55:33 -0500
changeset 1815 32e6452eb8d3
parent 1797 1d2877a5a423
child 1834 cd7a67219042
permissions -rw-r--r--
revised new how to cheat sheets
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     2
<?eclipse version="3.2"?>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     3
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     4
<plugin>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     5
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     6
         point="org.eclipse.help.toc">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     7
      <toc
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     8
            file="debuggerTOC.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     9
            primary="true"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    10
      <toc
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    11
            file="tocCarbide.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    12
            primary="false"/>     
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    13
      <!--<toc
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
            file="tocRelease.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    15
            primary="false"/> -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    16
	   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    17
	 	<!-- Prebuilt Index -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    18
		<index path="index" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    19
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    20
  
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    21
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    22
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    23
<!-- Manual Index                                                                        -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    24
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    25
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    26
 <extension point="org.eclipse.help.index">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    27
    <index file="html/index.xml"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    28
 </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    29
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    30
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    31
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    32
<!-- Cheatsheets extension                                                               -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    33
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    34
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    35
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    36
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    37
      <category
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    38
            id="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    39
            name="Carbide How do I..." />
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    40
            
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    41
            
1797
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    42
         <!-- HOW TO PROJECTS CARBIDE 								-->
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    43
         
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    44
         <!-- HOW TO DEBUG CARBIDE 									-->
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    45
         
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    46
         <!-- HOW TO CUSTOMIZE CARBIDE 								-->
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    47
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    48
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    49
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    50
           contentFile="html/cheatsheets/how_to_customize_cmd_groups.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    51
           id="com.nokia.carbide.cpp.doc.user.customize_cmd_groups"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    52
           name="Customize Toolbars and Menus"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    53
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    54
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    55
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    56
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    57
           contentFile="html/cheatsheets/how_to_customize_code_styles.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    58
           id="com.nokia.carbide.cpp.doc.user.customize_code_styles"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    59
           name="Customize Code Styles"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    60
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    61
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    62
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    63
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    64
           contentFile="html/cheatsheets/how_to_customize_editors.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    65
           id="com.nokia.carbide.cpp.doc.user.customize_editors"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    66
           name="Customize Editors"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    67
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    68
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    69
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    70
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    71
           contentFile="html/cheatsheets/how_to_customize_key_cmds.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    72
           id="com.nokia.carbide.cpp.doc.user.customize_key_cmds"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    73
           name="Customize Key Commands"/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    74
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    75
		 <cheatsheet
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    76
           composite="false"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    77
		   category="com.nokia.carbide.how_to.cheatsheets"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    78
           contentFile="html/cheatsheets/how_to_customize_share_settings.xml"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    79
           id="com.nokia.carbide.cpp.doc.user.customize_share_settings"
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    80
           name="Share my Settings..."/>
1d2877a5a423 initial drafts for how to cheatsheeets and plugin.xml links
fturovic <frank.turovich@nokia.com>
parents: 1768
diff changeset
    81
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    82
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    83
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    84
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    85
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    86
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    87
		<category
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    88
            id="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    89
            name="Carbide.c++ On-device Debugging"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    90
       
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    91
		 <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    92
		   category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    93
           contentFile="html/cheatsheets/new_remote_conn.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    94
           id="com.nokia.carbide.cpp.doc.user.new_remote_connection"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    95
           name="Creating On-device Connections"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    96
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    97
		 <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    98
		   category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    99
           contentFile="html/cheatsheets/install_remote_agent.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   100
           id="com.nokia.carbide.cpp.doc.user.install_remote_agent"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   101
           name="Downloading and Installing Remote Agents"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   102
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   103
		 <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   104
		   category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   105
           contentFile="html/cheatsheets/run_mode_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   106
           id="com.nokia.carbide.cpp.doc.user.trk_appTRK_Using"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   107
           name="Run Mode On-Device Debugging"/>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   108
	   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   109
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   110
            category="com.nokia.carbide.trk.cheatsheets"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   111
			contentFile="html/cheatsheets/stop_mode_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   112
            id="com.nokia.carbide.cpp.doc.user.stop_mode"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   113
            name="Stop Mode On-Device Debugging" />
1768
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   114
          <cheatsheet
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   115
                category="com.nokia.carbide.ide.cheatsheets"
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   116
                composite="false"
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   117
                contentFile="$nl$/html/cheatsheets/getStarted_cs.xml"
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   118
                id="com.nokia.carbide.cpp.doc.user.cheatsheet1176819414"
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   119
                name="Creating and debugging an application project">
ba068b433a3c modified TOC for symbian sdk pref panel
fturovic <frank.turovich@nokia.com>
parents: 1520
diff changeset
   120
          </cheatsheet>
1815
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   121
          <cheatsheet
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   122
                category="com.nokia.carbide.how_to.cheatsheets"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   123
                composite="false"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   124
                contentFile="$nl$/html/cheatsheets/how_to_customize_key_commands.xml"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   125
                id="com.nokia.carbide.cpp.doc.user.cheatsheet1607489319"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   126
                name="Customize Key Commands">
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   127
          </cheatsheet>
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   128
          <cheatsheet
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   129
                category="com.nokia.carbide.how_to.cheatsheets"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   130
                composite="false"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   131
                contentFile="$nl$/html/cheatsheets/how_to_customize_editors.xml"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   132
                id="com.nokia.carbide.cpp.doc.user.cheatsheet1890988061"
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   133
                name="Customize Editors">
32e6452eb8d3 revised new how to cheat sheets
fturovic <frank.turovich@nokia.com>
parents: 1797
diff changeset
   134
          </cheatsheet>
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   135
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   136
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   137
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   138
	<!--
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   139
   <extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   140
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   141
		 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   142
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   143
            contentFile="html/cheatsheets/trk_appTrk_intro_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   144
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_intro"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   145
            name="Introduction to Run Mode Debugging" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   146
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   147
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   148
            contentFile="html/cheatsheets/trk_appTrk_transfer_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   149
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_transfer"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   150
            name="Transferring and Installing Trk Debug Agent" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   151
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   152
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   153
            contentFile="html/cheatsheets/trk_appTrk_pkgsis_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   154
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_pkgsis"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   155
            name="Creating a Project .pkg file and Application .sis file" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   156
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   157
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   158
            contentFile="html/cheatsheets/trk_appTrk_launch_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   159
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_launch"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   160
            name="Defining a Launch Configuration for Run Mode Debugging" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   161
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   162
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   163
            contentFile="html/cheatsheets/trk_appTrk_debugapps_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   164
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_debugapps"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   165
            name="Debugging DLLs, Applications, and Executables" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   166
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   167
          <cheatsheet
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   168
            contentFile="html/cheatsheets/trk_appTrk_viewdata_cs.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   169
            id="com.nokia.carbide.cpp.doc.user.trk_appTrk_viewdata"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   170
            name="Viewing Registers and Symbian OS Data and Troubleshooting Tips" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   171
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   172
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   173
   </extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   174
	-->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   175
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   176
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   177
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   178
<!-- XML help content is stored in these files:                                          -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   179
<!--     carbide_debug_dialogs_help.xml  (debugger help)                                 -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   180
<!--     carbide_ide_dialogs_help.xml  (ide help)                                        -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   181
<!--     cdt_dialogs_help.xml  (cdt help)                                                -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   182
<!--     eclipse_dialogs_help.xml  (eclipse ide help)                                    -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   183
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   184
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   185
	<extension point="org.eclipse.help.contexts" >
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   186
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   187
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   188
		<!-- CARBIDE DIALOGS AND PREFS                             -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   189
		<!-- XML: carbide_ide_dialogs_help.xml                     -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   190
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   191
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   192
       <!-- CARBIDE BUILDER HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   193
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   194
       		plugin="com.nokia.carbide.cdt.builder" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   195
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   196
		<!-- PREPROCESS PREF/PROPERTIES PANEL -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   197
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   198
       		plugin="com.nokia.carbide.cpp.builder.utils" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   199
1520
0142b520a131 revised TOC to remove AIF links
fturovic <frank.turovich@nokia.com>
parents: 1475
diff changeset
   200
       <!-- SPN VIEW, INF IMPORTER, MMP, MBM, and miscellaneous HELP  -->
1449
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   201
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   202
       		plugin="com.nokia.carbide.cpp.project.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   203
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   204
       <!-- SDK Preferences HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   205
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   206
       		plugin="com.nokia.carbide.cpp.sdk.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   207
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   208
       <!-- NEW OS CLASS/ NEW OS PROJECT WIZARD HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   209
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   210
       		plugin="com.nokia.carbide.templatewizard" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   211
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   212
       <!-- Project Updater HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   213
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   214
       		plugin="com.nokia.carbide.updater" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   215
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   216
        <!-- System Search HELP  (added 1.3) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   217
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   218
       		plugin="com.nokia.carbide.search.system" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   219
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   220
        <!-- System Search HELP  (added 2.0) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   221
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   222
       		plugin="com.nokia.carbide.remoteConnections" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   223
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   224
        <!-- News Reader HELP  (added 2.0.2) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   225
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   226
       		plugin="com.nokia.carbide.cpp.news.reader" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   227
           
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   228
        <!-- Install Extensions HELP  (added 3.0.0) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   229
       <contexts file="html/context_help/carbide_ide_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   230
       		plugin="com.nokia.carbide.discovery.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   231
           
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   232
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   233
		<!-- CARBIDE DEBUGGER DIALOGS AND PREFS                    -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   234
		<!-- XML: carbide_debug_dialogs_help.xml                   -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   235
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   236
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   237
		<!-- PREFERENCE PANEL F1 HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   238
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml" 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   239
       		plugin="com.freescale.cdt.debug.cw.core.ui" />		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   240
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   241
		<!-- SYMBIAN OS VIEW HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   242
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   243
       		plugin="com.nokia.cdt.debug.cw.symbian" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   244
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   245
		<!-- SYMBIAN OS DATA VIEW HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   246
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   247
       		plugin="com.nokia.carbide.cpp.debug.kernelaware" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   248
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   249
		<!-- LAUNCH CONFIG WIZARD HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   250
		<contexts file="html/context_help/carbide_debug_dialogs_help.xml" 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   251
			plugin="com.nokia.cdt.debug.launch" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   252
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   253
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   254
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   255
		<!-- CDT DIALOGS AND PREFS                                 -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   256
		<!-- XML: cdt_dialogs_help.xml                             -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   257
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   258
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   259
       <!-- ECLIPSE DEBUG UI CONTEXT HELP (MEM/DIS/SIG, etc)  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   260
       <contexts file="html/context_help/cdt_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   261
       		plugin="org.eclipse.cdt.debug.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   262
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   263
       <contexts file="html/context_help/cdt_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   264
       		plugin="org.eclipse.cdt.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   265
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   266
			 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   267
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   268
		<!-- ECLIPSE DIALOGS AND PREFS                             -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   269
		<!-- XML: eclipse_dialogs_help.xml                         -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   270
		<!-- ====================================================  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   271
		   
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   272
       <!-- CARBIDE DEBUG UI HELP  (BRKPT, VAR, EXPR, etc) -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   273
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   274
       		plugin="org.eclipse.debug.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   275
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   276
       <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   277
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   278
       		plugin="org.eclipse.ui" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   279
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   280
       <!-- ECLIPSE CONSOLE VIEW HELP  -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   281
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   282
       		plugin="org.eclipse.ui.console" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   283
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   284
       <!-- ECLIPSE NEW PROJECT WIZARD HELP -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   285
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   286
       		plugin="org.eclipse.ui.ide" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   287
       		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   288
       <contexts file="html/context_help/eclipse_dialogs_help.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   289
       		plugin="org.eclipse.ui.workbench" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   290
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   291
	</extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   292
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   293
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   294
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   295
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   296
<!-- Universal intro extensions to show content in welcome pages                         -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   297
<!-- =================================================================================== -->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   298
	<extension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   299
		point="org.eclipse.ui.intro.configExtension">
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   300
		
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   301
		<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   302
			content="intro/whatsnew_IntroExt.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   303
			configId="org.eclipse.ui.intro.universalConfig" />
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   304
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   305
		<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   306
            content="intro/tutorialsCarbideExtContent.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   307
			configId="org.eclipse.ui.intro.universalConfig" /> 	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   308
			 			 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   309
		<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   310
            content="intro/tutorialsCarbideExtContentMisc.xml"
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   311
			configId="org.eclipse.ui.intro.universalConfig" /> 	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   312
			 			 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   313
		<!--
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   314
			<configExtension
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   315
            content="intro/migrateExtensionContent.xml" 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   316
			configId="org.eclipse.ui.intro.universalConfig" /> 	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   317
			-->
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   318
				 
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   319
	</extension>
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   320
	
a0ba21f7cb12 added context help for Install Extensions view
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
   321
</plugin>