core/com.nokia.carbide.cpp/plugin.xml
author wpaul
Thu, 04 Jun 2009 13:51:12 -0500
changeset 208 432a9f56a75c
parent 56 887bd61e1328
child 263 6294cf316382
permissions -rw-r--r--
added Carbide Extensions project property page (bug #9218).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<?eclipse version="3.0"?>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<plugin>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
   <extension-point id="diagnosticLogGroup" name="diagnosticLogGroup" schema="schema/diagnosticLogGroup.exsd"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
   <extension-point id="diagnosticLog" name="diagnosticLog" schema="schema/diagnosticLog.exsd"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
      point="org.eclipse.core.runtime.products"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
      id="product">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
	<product 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
		name="Carbide.c++" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
		application="org.eclipse.ui.ide.workbench" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
		description="%productBlurb"> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
			name="windowImages" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
			value="icons/Carbide_c_icon_16x16.png,icons/Carbide_c_icon_32x32.png,icons/Carbide_c_icon_48x48.png"/> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
			name="aboutImage" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
			value="icons/about.png"/> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
			name="aboutTextImage" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
			value="icons/aboutTextImage.png"/>       
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
			name="aboutText" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
			value="%productBlurb"/> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
			name="appName" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
			value="Carbide.c++"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
			name="versionText" 
27
f9ae9c159fde updated welcome note and page title to 2.1.0
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
			value="Version 2.1.0"/>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
			name="preferenceCustomization" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
			value="plugin_customization.ini"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
			  name="featureImage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
			  value="icons/Carbide_c_icon_32x32.png"/> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
		<!-- Product attributes that support themes and universal intro -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
			name="introTitle"
27
f9ae9c159fde updated welcome note and page title to 2.1.0
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
			value="Carbide.c++ v2.1.0 for Symbian"/>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
			name="introBrandingImage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
			value="product:themes/carbide/graphics/root/brandmark.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
			name="introBrandingImageText"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
			value="Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
			name="introDescription-overview"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
			value="Carbide.c++ provides C/C++ developer tools for creating programs that operate on the Symbian OS. Carbide.c++ is based on Eclipse - an open extensible IDE for anything and nothing in particular."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
			name="introDescription-firststeps"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
			value="First steps information available."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
			name="introDescription-tutorials"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
			value="Tutorials included with this release..."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
			name="introDescription-samples"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
			value="Sample programs included with this release..."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    62
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
			name="introDescription-whatsnew"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
			value="This release of Carbide.c++ provides a host of new features and bug fixes. Learn more about Carbide.c++ and its many useful developer features using the links below."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
			name="introDescription-migrate"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
			value="Migration information available."/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    69
			name="introDescription-webresources"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
			value="The following web resources provide information and guidance on creating Symbian OS progams using Carbide.c++"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
		<!-- Splash screen attributes -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
			name="startupProgressRect" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
			value="0,244,469,21" /> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    76
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
			name="startupForegroundColor" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
			value="777777" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
			name="startupMessageRect" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
			value="12,180,441,15" /> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
	</product> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
  <extension  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
         point="org.eclipse.ui.intro">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
      <intro
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
            class="org.eclipse.ui.intro.config.CustomizableIntroPart"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
            id="com.nokia.carbide.cpp.intro"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
            icon="icons/Carbide_c_icon_16x16.png">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
      </intro>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
      <introProductBinding
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
            introId="org.eclipse.ui.intro.universal"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
            productId="com.nokia.carbide.cpp.product">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
      </introProductBinding>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
<extension   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
	id="intro"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
	point="org.eclipse.ui.intro.config">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
	<config
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
		introId="com.nokia.carbide.cpp.intro"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   104
		id="com.nokia.carbide.cpp.introConfig"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
		content="intro/introContent.xml">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
	<presentation
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
		home-page-id="root" standby-page-id="standby">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
			<implementation
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
 				ws="win32"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
                style="$theme$/html/shared.css"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
				kind="html"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
				os="win32">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
			</implementation>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
			<implementation
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
				kind="swt">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
			</implementation>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
			<launchBar
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
               	location="fastview" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
            	bg="$launchbarBackground$"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
            	computed="true" >
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
			</launchBar>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
	</presentation>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
	</config>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
</extension>  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
<!-- Universal intro extensions to show content in welcome pages                         -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
		point="org.eclipse.ui.intro.configExtension">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   132
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
			configId="org.eclipse.ui.intro.universalConfig"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
			content="html/intro/overviewExtensionContent.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
		<!--
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
			configId="org.eclipse.ui.intro.universalConfig"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
			content="html/intro/whatsnewExtensionContent.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
		-->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
			configId="org.eclipse.ui.intro.universalConfig"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   142
			content="html/intro/webresourcesExtensionContent.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
			configId="org.eclipse.ui.intro.universalConfig"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
			content="html/intro/webresourcesExtensionContent2.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   147
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
            configId="org.eclipse.ui.intro.universalConfig"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
			content="html/intro/migrateExtensionContent.xml" /> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
			
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
<!-- Action sets                                 										 -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
         point="org.eclipse.ui.actionSets">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
      <actionSet
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
            id="com.nokia.carbide.cpp.displayReleaseNotes"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
            label="Carbide.c++ Release Notes"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
            visible="true">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   163
         <action
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   164
               class="com.nokia.carbide.cpp.actions.DisplayReleaseNotesAction"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
               id="com.nokia.carbide.cpp.displayReleaseNotes"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
               label="Carbide.c++ &amp;Release Notes"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
               menubarPath="help/groupHelp"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
               style="push"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   169
               tooltip="Launches the Help system at the Carbide.c++ Release Notes topic"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
      </actionSet>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   174
<!-- Cheatsheet category that support Carbide Tools                                      -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
		  point="org.eclipse.ui.cheatsheets.cheatSheetContent">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
	   <category
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   179
			 id="com.nokia.carbide.cpp.tools.cheatsheets"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
			 name="Carbide.c++ Tools">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   181
	   </category>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   182
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   183
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   184
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   185
<!-- NOKIA TOP-LEVEL TOC                                                                 -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   186
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   187
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   188
         point="org.eclipse.help.toc">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   189
      <toc
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   190
            file="nokiaTOC.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   191
            primary="true"/>      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   192
      <toc
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   193
            file="html/tocCarbide.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   194
            primary="false"/>      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   195
    </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   196
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   197
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   198
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   199
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   200
	<extension point="org.eclipse.help.contexts" >
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   201
       <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   202
       <contexts file="html/context_help/org_eclipse_ui.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   203
       		plugin="org.eclipse.ui" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   204
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   205
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   206
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   207
<!-- Index extension                                                                     -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   208
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   209
	<extension point="org.eclipse.help.index">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   210
		<index file="html/index.xml"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   211
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   212
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   213
<!-- CARBIDE KEY SHORTCUT EXTENSIONS                                                     -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   214
<!-- win32:  M1=CTRL,    M2=SHIFT, M3=ALT, M4=-                                          -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   215
<!-- carbon: M1=COMMAND, M2=SHIFT, M3=ALT, M4=CTRL                                       -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   216
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   217
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   218
         point="org.eclipse.ui.bindings">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   219
      <scheme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   220
            id="com.nokia.carbide.cpp.carbidedefault"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   221
			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   222
            name="Carbide.c++"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   223
      <scheme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   224
            id="com.nokia.carbide.cpp.codewarrior"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   225
			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   226
            name="Nokia CodeWarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   227
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   228
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   229
<!-- CARBIDE KEY SHORTCUTS                                                               -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   230
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   231
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   232
            sequence="M1+M3+C"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   233
            contextId="org.eclipse.ui.globalScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   234
            commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   235
            schemeId="com.nokia.carbide.cpp.carbidedefault"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   236
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   237
            commandId="com.nokia.carbide.cpp.buildProject"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   238
            sequence="M1+B"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   239
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   240
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   241
            commandId="com.nokia.carbide.cpp.builder.utils.commands.abldTarget"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   242
            sequence="M1+M3+B"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   243
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   244
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   245
            commandId="com.nokia.carbide.cpp.builder.utils.commands.buildAllConfigs"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   246
            sequence="M1+M3+A"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   247
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   248
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   249
            commandId="org.eclipse.ui.project.cleanAction"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   250
            sequence="M1+M2+-"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   251
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   252
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   253
            commandId="com.nokia.carbide.cpp.builder.utils.commands.cleanSymbianComponent"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   254
            sequence="M1+M3+X"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   255
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   256
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   257
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   258
            commandId="com.nokia.carbide.cpp.builder.utils.commands.buildSymbianComponent"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   259
            sequence="M1+M3+P"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   260
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   261
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   262
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   263
            commandId="com.nokia.carbide.cpp.builder.utils.commands.freezeSymbianComponent"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   264
            sequence="M1+M3+F"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   265
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   266
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   267
		<!-- Add Bookmark bug#4203  -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   268
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   269
            sequence="M1+F2" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   270
            commandId="org.eclipse.ui.edit.addBookmark"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   271
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   272
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   273
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   274
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   275
<!-- MICROSOFT VISUAL STUDIO KEY SHORTCUTS                                               -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   276
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   277
<!-- Note : most of the Visual Studio key shortcuts have been integrated into CDT 5.0    -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   278
		<!-- Project Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   279
		<!-- MSVS BuildSolution -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   280
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   281
			sequence="F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   282
			commandId="com.nokia.carbide.cpp.buildProject"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   283
			schemeId="org.eclipse.cdt.ui.visualstudio"/>	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   284
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   285
			sequence="M1+F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   286
			commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   287
			schemeId="org.eclipse.cdt.ui.visualstudio"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   288
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   289
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   290
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   291
<!-- NOKIA CODEWARRIOR KEY SHORTCUTS                                                     -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   292
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   293
		<!-- C/C++ Source Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   294
	    <!-- CW Find Definition -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   295
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   296
			sequence="M1+'"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   297
			commandId="org.eclipse.cdt.ui.edit.opendef"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   298
			contextId="org.eclipse.cdt.ui.cEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   299
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   300
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   301
		<!-- Edit Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   302
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   303
	   	<!-- CW Replace -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   304
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   305
			sequence="M1+H"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   306
			commandId="org.eclipse.ui.edit.findReplace"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   307
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   308
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   309
	   	<!-- CW Undo -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   310
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   311
			commandId="org.eclipse.ui.edit.undo"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   312
			sequence="M1+BS"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   313
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   314
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   315
	   	<!-- File Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   316
		<!-- Help Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   317
		<!-- MakeFile Source Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   318
		<!-- Navigate Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   319
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   320
		<!-- Project Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   321
		<!-- CW Make -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   322
 		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   323
			sequence="F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   324
			commandId="com.nokia.carbide.cpp.buildProject"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   325
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   326
		<!-- CW Remove Object Code (Clean) -->	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   327
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   328
			sequence="M1+-"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   329
			commandId="org.eclipse.ui.project.cleanAction"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   330
			schemeId="com.nokia.carbide.cpp.codewarrior"/>	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   331
		<!-- CW Compile -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   332
 		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   333
			sequence="M1+F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   334
			commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   335
			schemeId="com.nokia.carbide.cpp.codewarrior"/>		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   336
		<!-- CW New -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   337
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   338
			sequence="M1+M2+N"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   339
			commandId="org.eclipse.ui.newWizard"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   340
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   341
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   342
		<!-- Run/Debug Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   343
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   344
		<!-- CW Start -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   345
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   346
			sequence="M1+F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   347
			commandId="org.eclipse.debug.ui.commands.RunLast"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   348
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   349
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   350
		<!-- CW StartWithoutDebugging -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   351
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   352
			sequence="F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   353
			commandId="org.eclipse.debug.ui.commands.DebugLast"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   354
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   355
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   356
		<!-- CW Resume -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   357
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   358
            sequence="F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   359
            commandId="org.eclipse.debug.ui.commands.Resume"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   360
            contextId="org.eclipse.debug.ui.debugging"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   361
            schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   362
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   363
		<!-- CW StepInto -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   364
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   365
			sequence="F11"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   366
			commandId="org.eclipse.debug.ui.commands.StepInto"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   367
			contextId="org.eclipse.debug.ui.debugging"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   368
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   369
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   370
		<!-- CW StepOver -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   371
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   372
			sequence="F10"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   373
			commandId="org.eclipse.debug.ui.commands.StepOver"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   374
			contextId="org.eclipse.debug.ui.debugging"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   375
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   376
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   377
		<!-- MSVS StepReturn -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   378
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   379
			sequence="M2+F11"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   380
			commandId="org.eclipse.debug.ui.commands.StepReturn"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   381
			contextId="org.eclipse.debug.ui.debugging"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   382
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   383
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   384
		<!-- CW ToggleBreakpoint -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   385
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   386
			sequence="F9"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   387
			commandId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   388
            contextId="org.eclipse.ui.globalScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   389
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   390
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   391
		<!-- Search Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   392
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   393
			sequence="Ctrl+Shift+M"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   394
			commandId="com.nokia.carbide.search.system.ui.openSystemSearchPage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   395
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   396
			
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   397
		<!-- CW Word searching -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   398
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   399
			sequence="M1+F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   400
			commandId="org.eclipse.search.ui.performTextSearchWorkspace"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   401
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   402
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   403
		<!-- CW Find Next -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   404
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   405
			sequence="F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   406
	        commandId="org.eclipse.ui.edit.findNext"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   407
	        contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   408
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   409
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   410
		<!-- CW Find Previous -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   411
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   412
			sequence="M2+F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   413
	        commandId="org.eclipse.ui.edit.findPrevious"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   414
	        contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   415
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   416
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   417
		<!-- Text Editing Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   418
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   419
	   	<!-- CW Goto Line -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   420
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   421
			sequence="M1+G"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   422
			commandId="org.eclipse.ui.edit.text.goto.line"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   423
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   424
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   425
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   426
		<key	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   427
			sequence="M1+M2+ARROW_LEFT"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   428
			commandId="org.eclipse.ui.edit.text.select.wordPrevious"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   429
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   430
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   431
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   432
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   433
			sequence="M1+M2+ARROW_RIGHT"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   434
			commandId="org.eclipse.ui.edit.text.select.wordNext"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   435
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   436
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   437
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   438
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   439
            sequence="M1+F2" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   440
            commandId="org.eclipse.ui.edit.addBookmark"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   441
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   442
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   443
	    <!-- View Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   444
		<!-- Views Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   445
		<!-- Window Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   446
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   447
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   448
			sequence="M1+TAB"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   449
            commandId="org.eclipse.ui.window.nextEditor"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   450
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   451
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   452
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   453
			sequence="M1+M2+TAB"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   454
            commandId="org.eclipse.ui.window.previousEditor"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   455
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   456
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   457
	  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   458
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   459
   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   460
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   461
<!-- Product startup extension                                                           -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   462
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   463
	<extension point="org.eclipse.ui.startup">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   464
		  <startup class="com.nokia.carbide.cpp.ProductStartup"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   465
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   466
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   467
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   468
<!-- Carbide welcome page theme                                                          -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   469
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   470
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   471
		  point="org.eclipse.ui.intro.configExtension">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   472
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   473
	   <theme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   474
			 default="true"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   475
			 id="com.nokia.carbide.cpp.carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   476
			 name="%theme.name.carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   477
			 path="$nl$/themes/carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   478
			 previewImage="$nl$/themes/carbide/preview.png">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   479
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   480
		   	<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   481
				name="launchbarBackground"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   482
				value="#a1c2cb"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   483
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   484
            <property name="capitalizeTitles"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   485
            		value="true"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   486
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   487
            <property name="launchbarOverviewIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   488
            		  value="$theme$graphics/launchbar/overview.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   489
            <property name="launchbarFirststepsIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   490
            		  value="$theme$graphics/launchbar/firststeps16.png"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   491
            <property name="launchbarTutorialsIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   492
            		  value="$theme$graphics/launchbar/tutorials.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   493
            <property name="launchbarSamplesIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   494
            		  value="$theme$graphics/launchbar/samples.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   495
            <property name="launchbarWhatsnewIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   496
            		  value="$theme$graphics/launchbar/whatsnew.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   497
            <property name="launchbarMigrateIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   498
            		  value="$theme$graphics/launchbar/migrate16.png"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   499
            <property name="launchbarWebresourcesIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   500
            		  value="$theme$graphics/launchbar/webresources16.png"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   501
            		  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   502
            <property name="highContrast-overview"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   503
            		  value="$theme$graphics/icons/etool/overview72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   504
            <property name="highContrast-firststeps"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   505
            		  value="$theme$graphics/icons/etool/firsteps72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   506
            <property name="highContrast-tutorials"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   507
            		  value="$theme$graphics/icons/etool/tutorials72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   508
            <property name="highContrast-samples"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   509
            		  value="$theme$graphics/icons/etool/samples72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   510
            <property name="highContrast-whatsnew"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   511
            		  value="$theme$graphics/icons/etool/whatsnew72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   512
            <property name="highContrast-webresources"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   513
            		  value="$theme$graphics/icons/etool/webrsrc72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   514
            <property name="highContrast-migrate"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   515
            		  value="$theme$graphics/icons/etool/migrate72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   516
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   517
		</theme>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   518
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   519
 <extension point="com.nokia.carbide.cpp.diagnosticLogGroup">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   520
   <diagnosticLogGroup
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   521
           id="com.nokia.carbide.cpp.diagnosticLogs"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   522
           name="Carbide.c++ Diagnostic Logs">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   523
   </diagnosticLogGroup>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   524
       
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   525
 </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   526
 <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   527
       point="org.eclipse.ui.preferencePages">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   528
    <page
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   529
          category="com.nokia.carbide.cpp.project.ui.preferences.CarbidePreferencePage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   530
          class="com.nokia.carbide.cpp.logging.LoggingPreferencesPage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   531
          id="com.nokia.carbide.cpp.LoggingPreferencesPage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   532
          name="Diagnostic Logs">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   533
    </page>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   534
 </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   535
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   536
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   537
         point="org.eclipse.ui.preferencePages">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   538
      <page
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   539
           name="Carbide Extensions"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   540
           class="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   541
           id="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage"/>         
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   542
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   543
208
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   544
	<extension
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   545
         point="org.eclipse.ui.propertyPages">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   546
      <page
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   547
           name="Carbide Extensions"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   548
           class="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   549
           id="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   550
            <filter
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   551
             	name="nature"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   552
        		value="com.nokia.carbide.cdt.builder.carbideCPPBuilderNature">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   553
    	    </filter>            
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   554
         <enabledWhen>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   555
            <or>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   556
		     <instanceof value="org.eclipse.core.resources.IProject"/>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   557
		     <instanceof value="org.eclipse.cdt.core.model.ICProject"/>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   558
		    </or>          
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   559
         </enabledWhen>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   560
      </page>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   561
   </extension>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   562
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   563
</plugin>