core/com.nokia.carbide.cpp/plugin.xml
author fturovic <frank.turovich@nokia.com>
Wed, 13 Oct 2010 14:15:17 -0500
changeset 2156 76029713f570
parent 1998 d14d52983564
permissions -rw-r--r--
updated version to 3.1 in text
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" 
407
23f0709213fb fix about box, bug 9554.
timkelly
parents: 387
diff changeset
    20
			value="icons/about.png"/>   
26
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="aboutText" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
			value="%productBlurb"/> 
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="appName" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
			value="Carbide.c++"/>
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="preferenceCustomization" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
			value="plugin_customization.ini"/>
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="featureImage"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
			  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
    33
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
		<!-- 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
    35
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
			name="introTitle"
2156
76029713f570 updated version to 3.1 in text
fturovic <frank.turovich@nokia.com>
parents: 1998
diff changeset
    37
			value="Carbide.c++ v3.1.0 for Symbian"/> 
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
			name="introBrandingImage"
1725
90bba933bb36 added views overview and modified css file colors
fturovic <frank.turovich@nokia.com>
parents: 1713
diff changeset
    40
			value="intro/css/graphics/rootpage/brandmark.png"/>
26
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="introBrandingImageText"
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 531
diff changeset
    43
			value="Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved."/>
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="introDescription-overview"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
			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
    47
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
			name="introDescription-firststeps"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
			value="First steps information available."/>
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-tutorials"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
			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
    53
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
			name="introDescription-samples"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
			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
    56
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
			name="introDescription-whatsnew"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
			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
    59
		<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
			name="introDescription-migrate"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
			value="Migration information available."/>
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-webresources"
1554
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1534
diff changeset
    64
			value="The following web resources provide information and guidance on creating Symbian OS programs using Carbide.c++"/>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
		<!-- Splash screen attributes -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
			name="startupProgressRect" 
1866
360d93d852be revised branding for welcome icons and splash
fturovic <frank.turovich@nokia.com>
parents: 1725
diff changeset
    69
			value="0,267,490,10" />
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
		<property 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
			name="startupForegroundColor" 
1866
360d93d852be revised branding for welcome icons and splash
fturovic <frank.turovich@nokia.com>
parents: 1725
diff changeset
    72
			value="FFFFFF" />
26
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="startupMessageRect" 
1866
360d93d852be revised branding for welcome icons and splash
fturovic <frank.turovich@nokia.com>
parents: 1725
diff changeset
    75
			value="20,248,441,15" /> 
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    76
	</product> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
  <extension  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
         point="org.eclipse.ui.intro">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
      <intro
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
            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
    84
            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
    85
            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
    86
      </intro>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
      <introProductBinding
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
            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
    89
            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
    90
      </introProductBinding>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
1585
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
    93
<!--
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
<extension   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	id="intro"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
	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
    97
	<config
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
		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
    99
		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
   100
		content="intro/introContent.xml">
1585
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   101
		<presentation
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   102
			home-page-id="root" standby-page-id="standby">
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   103
				<implementation
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   104
	 				ws="win32"
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   105
	                style="$theme$/html/shared.css"
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   106
					kind="html"
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   107
					os="win32">
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   108
				</implementation>
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   109
				<implementation
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   110
					kind="swt">
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   111
				</implementation>
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   112
				<launchBar
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   113
	               	location="fastview" 
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   114
	            	bg="$launchbarBackground$"
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   115
	            	computed="true" >
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   116
				</launchBar>
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   117
		</presentation>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
	</config>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
</extension>  
1585
0c61100dff19 changed default theme to slate
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
   120
-->
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
<!-- 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
   124
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
		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
   127
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
			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
   130
			content="html/intro/overviewExtensionContent.xml" />
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/whatsnewExtensionContent.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/webresourcesExtensionContent.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/webresourcesExtensionContent2.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/migrateExtensionContent.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
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
<!-- Action sets                                 										 -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
         point="org.eclipse.ui.actionSets">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
      <actionSet
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
            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
   157
            label="Carbide.c++ Release Notes"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
            visible="true">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
         <action
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
               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
   161
               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
   162
               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
   163
               menubarPath="help/groupHelp"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   164
               style="push"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
               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
   166
      </actionSet>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   169
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
<!-- 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
   171
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
		  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
   174
	   <category
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
			 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
   176
			 name="Carbide.c++ Tools">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
	   </category>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   179
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   181
<!-- NOKIA TOP-LEVEL TOC                                                                 -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   182
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   183
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   184
         point="org.eclipse.help.toc">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   185
      <toc
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   186
            file="nokiaTOC.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   187
            primary="true"/>      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   188
      <toc
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   189
            file="html/tocCarbide.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   190
            primary="false"/>      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   191
    </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   192
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   193
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   194
<!-- 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
   195
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   196
	<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
   197
       <!-- 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
   198
       <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
   199
       		plugin="org.eclipse.ui" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   200
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   201
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   202
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   203
<!-- Index extension                                                                     -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   204
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   205
	<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
   206
		<index file="html/index.xml"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   207
	</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
<!-- CARBIDE KEY SHORTCUT EXTENSIONS                                                     -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   210
<!-- 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
   211
<!-- 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
   212
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   213
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   214
         point="org.eclipse.ui.bindings">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   215
      <scheme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   216
            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
   217
			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   218
            name="Carbide.c++"/>
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.codewarrior"
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="Nokia CodeWarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   223
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   224
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   225
<!-- CARBIDE KEY SHORTCUTS                                                               -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   226
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   227
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   228
            sequence="M1+M3+C"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   229
            contextId="org.eclipse.ui.globalScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   230
            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
   231
            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
   232
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   233
            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
   234
            sequence="M1+M3+B"
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.builder.utils.commands.buildAllConfigs"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   238
            sequence="M1+M3+A"
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="org.eclipse.ui.project.cleanAction"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   242
            sequence="M1+M2+-"
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.cleanSymbianComponent"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   246
            sequence="M1+M3+X"
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
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   249
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   250
            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
   251
            sequence="M1+M3+P"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   252
            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
   253
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   254
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   255
            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
   256
            sequence="M1+M3+F"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   257
            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
   258
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   259
		<!-- Add Bookmark bug#4203  -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   260
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   261
            sequence="M1+F2" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   262
            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
   263
            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
   264
		
1989
4325bb87befb fix bug 9928 - issues with platform project > build (ctrl+b)- removes workaround
timkelly
parents: 1866
diff changeset
   265
		<key
4325bb87befb fix bug 9928 - issues with platform project > build (ctrl+b)- removes workaround
timkelly
parents: 1866
diff changeset
   266
			sequence="M1+B"
4325bb87befb fix bug 9928 - issues with platform project > build (ctrl+b)- removes workaround
timkelly
parents: 1866
diff changeset
   267
			commandId="org.eclipse.ui.project.buildProject"
4325bb87befb fix bug 9928 - issues with platform project > build (ctrl+b)- removes workaround
timkelly
parents: 1866
diff changeset
   268
			schemeId="com.nokia.carbide.cpp.carbidedefault"/>	
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   269
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   270
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   271
<!-- MICROSOFT VISUAL STUDIO KEY SHORTCUTS                                               -->
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
<!-- 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
   274
		<!-- Project Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   275
		<!-- MSVS BuildSolution -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   276
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   277
			sequence="F7"
1989
4325bb87befb fix bug 9928 - issues with platform project > build (ctrl+b)- removes workaround
timkelly
parents: 1866
diff changeset
   278
			commandId="org.eclipse.ui.project.buildProject"
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   279
			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
   280
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   281
			sequence="M1+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.builder.utils.commands.compileSource"
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
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   285
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   286
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   287
<!-- NOKIA CODEWARRIOR KEY SHORTCUTS                                                     -->
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
		<!-- C/C++ Source Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   290
	    <!-- CW Find Definition -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   291
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   292
			sequence="M1+'"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   293
			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
   294
			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
   295
			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
   296
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   297
		<!-- Edit Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   298
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   299
	   	<!-- CW Replace -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   300
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   301
			sequence="M1+H"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   302
			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
   303
			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
   304
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   305
	   	<!-- CW Undo -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   306
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   307
			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
   308
			sequence="M1+BS"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   309
			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
   310
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   311
	   	<!-- File Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   312
		<!-- Help Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   313
		<!-- MakeFile Source Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   314
		<!-- Navigate Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   315
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   316
		<!-- Project Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   317
		<!-- CW Make -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   318
 		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   319
			sequence="F7"
1998
d14d52983564 remove references to com.nokia.carbide.cpp.buildProject, use org.eclipse.ui.project.buildProject
timkelly
parents: 1989
diff changeset
   320
			commandId="org.eclipse.ui.project.buildProject"
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   321
			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
   322
		<!-- CW Remove Object Code (Clean) -->	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   323
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   324
			sequence="M1+-"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   325
			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
   326
			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
   327
		<!-- CW Compile -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   328
 		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   329
			sequence="M1+F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   330
			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
   331
			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
   332
		<!-- CW New -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   333
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   334
			sequence="M1+M2+N"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   335
			commandId="org.eclipse.ui.newWizard"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   336
			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
   337
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   338
		<!-- Run/Debug Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   339
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   340
		<!-- CW Start -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   341
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   342
			sequence="M1+F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   343
			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
   344
			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
   345
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   346
		<!-- CW StartWithoutDebugging -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   347
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   348
			sequence="F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   349
			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
   350
			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
   351
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   352
		<!-- CW Resume -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   353
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   354
            sequence="F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   355
            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
   356
            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
   357
            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
   358
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   359
		<!-- CW StepInto -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   360
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   361
			sequence="F11"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   362
			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
   363
			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
   364
			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
   365
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   366
		<!-- CW StepOver -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   367
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   368
			sequence="F10"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   369
			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
   370
			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
   371
			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
   372
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   373
		<!-- MSVS StepReturn -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   374
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   375
			sequence="M2+F11"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   376
			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
   377
			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
   378
			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
   379
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   380
		<!-- CW ToggleBreakpoint -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   381
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   382
			sequence="F9"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   383
			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
   384
            contextId="org.eclipse.ui.globalScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   385
			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
   386
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   387
		<!-- Search Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   388
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   389
			sequence="Ctrl+Shift+M"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   390
			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
   391
			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
   392
			
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   393
		<!-- CW Word searching -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   394
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   395
			sequence="M1+F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   396
			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
   397
			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
   398
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   399
		<!-- CW Find Next -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   400
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   401
			sequence="F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   402
	        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
   403
	        contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   404
			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
   405
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   406
		<!-- CW Find Previous -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   407
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   408
			sequence="M2+F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   409
	        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
   410
	        contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   411
			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
   412
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   413
		<!-- Text Editing Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   414
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   415
	   	<!-- CW Goto Line -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   416
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   417
			sequence="M1+G"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   418
			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
   419
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   420
			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
   421
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   422
		<key	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   423
			sequence="M1+M2+ARROW_LEFT"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   424
			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
   425
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   426
			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
   427
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   428
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   429
			sequence="M1+M2+ARROW_RIGHT"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   430
			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
   431
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   432
			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
   433
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   434
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   435
            sequence="M1+F2" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   436
            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
   437
			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
   438
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   439
	    <!-- View Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   440
		<!-- Views Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   441
		<!-- Window Keys -->
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
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   444
			sequence="M1+TAB"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   445
            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
   446
			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
   447
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   448
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   449
			sequence="M1+M2+TAB"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   450
            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
   451
			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
   452
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   453
	  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   454
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   455
	
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
<!-- Carbide welcome page theme                                                          -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   458
<!-- =================================================================================== -->
1713
e715f62cf05d minor edits handling theme references
fturovic <frank.turovich@nokia.com>
parents: 1698
diff changeset
   459
	<!--
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   460
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   461
		  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
   462
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   463
	   <theme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   464
			 default="true"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   465
			 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
   466
			 name="%theme.name.carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   467
			 path="$nl$/themes/carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   468
			 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
   469
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   470
		   	<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   471
				name="launchbarBackground"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   472
				value="#a1c2cb"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   473
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   474
            <property name="capitalizeTitles"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   475
            		value="true"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   476
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   477
            <property name="launchbarOverviewIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   478
            		  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
   479
            <property name="launchbarFirststepsIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   480
            		  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
   481
            <property name="launchbarTutorialsIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   482
            		  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
   483
            <property name="launchbarSamplesIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   484
            		  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
   485
            <property name="launchbarWhatsnewIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   486
            		  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
   487
            <property name="launchbarMigrateIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   488
            		  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
   489
            <property name="launchbarWebresourcesIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   490
            		  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
   491
            		  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   492
            <property name="highContrast-overview"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   493
            		  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
   494
            <property name="highContrast-firststeps"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   495
            		  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
   496
            <property name="highContrast-tutorials"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   497
            		  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
   498
            <property name="highContrast-samples"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   499
            		  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
   500
            <property name="highContrast-whatsnew"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   501
            		  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
   502
            <property name="highContrast-webresources"
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/webrsrc72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   504
            <property name="highContrast-migrate"
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/migrate72.gif"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   506
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   507
		</theme>
1713
e715f62cf05d minor edits handling theme references
fturovic <frank.turovich@nokia.com>
parents: 1698
diff changeset
   508
		
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   509
	</extension>
1713
e715f62cf05d minor edits handling theme references
fturovic <frank.turovich@nokia.com>
parents: 1698
diff changeset
   510
	-->
263
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   511
	
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   512
 <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
   513
   <diagnosticLogGroup
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   514
           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
   515
           name="Carbide.c++ Diagnostic Logs">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   516
   </diagnosticLogGroup>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   517
       
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
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   520
       point="org.eclipse.ui.preferencePages">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   521
    <page
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   522
          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
   523
          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
   524
          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
   525
          name="Diagnostic Logs">
263
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   526
       <keywordReference
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   527
             id="com.nokia.carbide.cpp.common">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   528
       </keywordReference>
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   529
       <keywordReference
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   530
             id="com.nokia.carbide.cpp.diagnostics">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   531
       </keywordReference>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   532
    </page>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   533
 </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   534
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   535
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   536
         point="org.eclipse.ui.preferencePages">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   537
      <page
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   538
           name="Carbide Extensions"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   539
           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
   540
           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
   541
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   542
208
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   543
	<extension
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   544
         point="org.eclipse.ui.propertyPages">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   545
      <page
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   546
           name="Carbide Extensions"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   547
           class="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   548
           id="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   549
            <filter
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   550
             	name="nature"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   551
        		value="com.nokia.carbide.cdt.builder.carbideCPPBuilderNature">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   552
    	    </filter>            
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   553
         <enabledWhen>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   554
            <or>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   555
		     <instanceof value="org.eclipse.core.resources.IProject"/>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   556
		     <instanceof value="org.eclipse.cdt.core.model.ICProject"/>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   557
		    </or>          
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   558
         </enabledWhen>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   559
      </page>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   560
   </extension>
263
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   561
   
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   562
<!-- =================================================================================== -->
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   563
<!-- Carbide preference panel keywords                                                   -->
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   564
<!-- =================================================================================== -->
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   565
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   566
 <extension
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   567
       point="org.eclipse.ui.keywords">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   568
    <keyword
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   569
          id="com.nokia.carbide.cpp.common"
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   570
          label="%carbcPreference.common">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   571
    </keyword>
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   572
    <keyword
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   573
          id="com.nokia.carbide.cpp.diagnostics"
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   574
          label="%carbcPreference.diagnostics">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   575
    </keyword>
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   576
 </extension>
208
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   577
1373
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   578
   <extension
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   579
         point="org.eclipse.ui.preferencePages">
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   580
	  <page            
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   581
            category="org.eclipse.ui.preferencePages.Workbench"
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   582
            name="%PreferencePages.Capabilities"
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   583
            id="org.eclipse.sdk.capabilities">
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   584
            <class class="org.eclipse.ui.activities.ActivityCategoryPreferencePage">
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   585
                <parameter name="allowAdvanced" value="true"/>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   586
                <parameter name="captionMessage" value="%PreferencePages.Capabilities.captionMessage" />
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   587
            	<parameter name="activityName" value="%PreferencePages.Capabilities.activityName" />
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   588
                <parameter name="categoryName" value="%PreferencePages.Capabilities.categoryName" />
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   589
            	<parameter name="activityPromptButton" value="%PreferencePages.Capabilities.activityPromptButton"/>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   590
            	<parameter name="activityPromptButtonTooltip" value="%PreferencePages.Capabilities.activityPromptButtonTooltip"/>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   591
            </class>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   592
      </page>   
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   593
   </extension>
1689
8e2b71714488 removed white background from link items in welcome pages
fturovic <frank.turovich@nokia.com>
parents: 1585
diff changeset
   594
8e2b71714488 removed white background from link items in welcome pages
fturovic <frank.turovich@nokia.com>
parents: 1585
diff changeset
   595
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   596
</plugin>
1689
8e2b71714488 removed white background from link items in welcome pages
fturovic <frank.turovich@nokia.com>
parents: 1585
diff changeset
   597