core/com.nokia.carbide.cpp/plugin.xml
author timkelly
Tue, 22 Jun 2010 14:54:23 -0500
branchC3_BUILDER_WORK
changeset 1522 58667ad9656d
parent 1376 120480c02651
child 1534 4c41c83709ff
permissions -rw-r--r--
Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2. Clean up the Build Configuration Filtering prefs and rename hyperlinks from other prefs to note the new name.
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"
492
542ba23e791d revised splash, welcome, welcome text to 3.0
fturovic <frank.turovich@nokia.com>
parents: 464
diff changeset
    37
			value="Carbide.c++ v3.0.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"
1344
2ff302f69405 added new brandmark image
fturovic <frank.turovich@nokia.com>
parents: 892
diff changeset
    40
			value="product:themes/carbide/graphics/root/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"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
			value="The following web resources provide information and guidance on creating Symbian OS progams using Carbide.c++"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    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" 
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1373
diff changeset
    69
			value="0,244,469,22" /> 
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" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
			value="777777" />
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" 
464
23791b613725 revert commit to plugin.xml, was accidental commit
timkelly
parents: 463
diff changeset
    75
			value="12,180,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
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
<extension   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
	id="intro"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	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
    96
	<config
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
		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
    98
		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
    99
		content="intro/introContent.xml">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
	<presentation
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
		home-page-id="root" standby-page-id="standby">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
			<implementation
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
 				ws="win32"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   104
                style="$theme$/html/shared.css"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
				kind="html"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
				os="win32">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
			</implementation>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
			<implementation
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
				kind="swt">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
			</implementation>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
			<launchBar
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
               	location="fastview" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
            	bg="$launchbarBackground$"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
            	computed="true" >
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
			</launchBar>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
	</presentation>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
	</config>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
</extension>  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
<!-- 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
   122
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
		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
   125
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
			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
   128
			content="html/intro/overviewExtensionContent.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
		<!--
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
			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
   132
			content="html/intro/whatsnewExtensionContent.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
		-->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
			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
   136
			content="html/intro/webresourcesExtensionContent.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
			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
   140
			content="html/intro/webresourcesExtensionContent2.xml" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   142
		<configExtension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
            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
   144
			content="html/intro/migrateExtensionContent.xml" /> 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
			
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
	</extension>
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
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
<!-- Action sets                                 										 -->
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
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
         point="org.eclipse.ui.actionSets">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
      <actionSet
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
            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
   155
            label="Carbide.c++ Release Notes"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
            visible="true">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
         <action
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
               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
   159
               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
   160
               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
   161
               menubarPath="help/groupHelp"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
               style="push"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   163
               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
   164
      </actionSet>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
<!-- 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
   169
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
		  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
   172
	   <category
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
			 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
   174
			 name="Carbide.c++ Tools">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
	   </category>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   179
<!-- NOKIA TOP-LEVEL TOC                                                                 -->
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
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   182
         point="org.eclipse.help.toc">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   183
      <toc
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   184
            file="nokiaTOC.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   185
            primary="true"/>      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   186
      <toc
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   187
            file="html/tocCarbide.xml"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   188
            primary="false"/>      
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   189
    </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   190
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   191
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   192
<!-- 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
   193
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   194
	<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
   195
       <!-- 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
   196
       <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
   197
       		plugin="org.eclipse.ui" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   198
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   199
	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   200
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   201
<!-- Index extension                                                                     -->
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
	<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
   204
		<index file="html/index.xml"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   205
	</extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   206
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   207
<!-- CARBIDE KEY SHORTCUT EXTENSIONS                                                     -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   208
<!-- 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
   209
<!-- 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
   210
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   211
   <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   212
         point="org.eclipse.ui.bindings">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   213
      <scheme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   214
            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
   215
			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   216
            name="Carbide.c++"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   217
      <scheme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   218
            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
   219
			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   220
            name="Nokia CodeWarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   221
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   222
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   223
<!-- CARBIDE KEY SHORTCUTS                                                               -->
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
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   226
            sequence="M1+M3+C"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   227
            contextId="org.eclipse.ui.globalScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   228
            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
   229
            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
   230
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   231
            commandId="com.nokia.carbide.cpp.buildProject"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   232
            sequence="M1+B"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   233
            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
   234
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   235
            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
   236
            sequence="M1+M3+B"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   237
            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
   238
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   239
            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
   240
            sequence="M1+M3+A"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   241
            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
   242
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   243
            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
   244
            sequence="M1+M2+-"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   245
            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
   246
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   247
            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
   248
            sequence="M1+M3+X"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   249
            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
   250
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   251
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   252
            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
   253
            sequence="M1+M3+P"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   254
            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
   255
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   256
        <key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   257
            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
   258
            sequence="M1+M3+F"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   259
            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
   260
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   261
		<!-- Add Bookmark bug#4203  -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   262
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   263
            sequence="M1+F2" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   264
            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
   265
            schemeId="com.nokia.carbide.cpp.carbidedefault" />
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   266
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   267
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   268
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   269
<!-- MICROSOFT VISUAL STUDIO KEY SHORTCUTS                                               -->
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
<!-- 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
   272
		<!-- Project Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   273
		<!-- MSVS BuildSolution -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   274
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   275
			sequence="F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   276
			commandId="com.nokia.carbide.cpp.buildProject"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   277
			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
   278
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   279
			sequence="M1+F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   280
			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
   281
			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
   282
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   283
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
<!-- NOKIA CODEWARRIOR KEY SHORTCUTS                                                     -->
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
		<!-- C/C++ Source Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   288
	    <!-- CW Find Definition -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   289
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   290
			sequence="M1+'"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   291
			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
   292
			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
   293
			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
   294
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   295
		<!-- Edit Keys -->
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
	   	<!-- CW Replace -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   298
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   299
			sequence="M1+H"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   300
			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
   301
			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
   302
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   303
	   	<!-- CW Undo -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   304
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   305
			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
   306
			sequence="M1+BS"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   307
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   308
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   309
	   	<!-- File Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   310
		<!-- Help Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   311
		<!-- MakeFile Source Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   312
		<!-- Navigate Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   313
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   314
		<!-- Project Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   315
		<!-- CW Make -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   316
 		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   317
			sequence="F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   318
			commandId="com.nokia.carbide.cpp.buildProject"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   319
			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
   320
		<!-- CW Remove Object Code (Clean) -->	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   321
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   322
			sequence="M1+-"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   323
			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
   324
			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
   325
		<!-- CW Compile -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   326
 		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   327
			sequence="M1+F7"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   328
			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
   329
			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
   330
		<!-- CW New -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   331
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   332
			sequence="M1+M2+N"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   333
			commandId="org.eclipse.ui.newWizard"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   334
			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
   335
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   336
		<!-- Run/Debug Keys -->
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
		<!-- CW Start -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   339
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   340
			sequence="M1+F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   341
			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
   342
			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
   343
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   344
		<!-- CW StartWithoutDebugging -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   345
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   346
			sequence="F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   347
			commandId="org.eclipse.debug.ui.commands.DebugLast"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   348
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   349
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   350
		<!-- CW Resume -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   351
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   352
            sequence="F5"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   353
            commandId="org.eclipse.debug.ui.commands.Resume"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   354
            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
   355
            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
   356
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   357
		<!-- CW StepInto -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   358
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   359
			sequence="F11"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   360
			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
   361
			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
   362
			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
   363
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   364
		<!-- CW StepOver -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   365
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   366
			sequence="F10"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   367
			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
   368
			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
   369
			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
   370
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   371
		<!-- MSVS StepReturn -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   372
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   373
			sequence="M2+F11"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   374
			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
   375
			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
   376
			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
   377
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   378
		<!-- CW ToggleBreakpoint -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   379
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   380
			sequence="F9"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   381
			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
   382
            contextId="org.eclipse.ui.globalScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   383
			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
   384
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   385
		<!-- Search Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   386
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   387
			sequence="Ctrl+Shift+M"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   388
			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
   389
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   390
			
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   391
		<!-- CW Word searching -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   392
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   393
			sequence="M1+F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   394
			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
   395
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   396
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   397
		<!-- CW Find Next -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   398
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   399
			sequence="F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   400
	        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
   401
	        contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   402
			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
   403
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   404
		<!-- CW Find Previous -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   405
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   406
			sequence="M2+F3"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   407
	        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
   408
	        contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   409
			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
   410
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   411
		<!-- Text Editing Keys -->
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
	   	<!-- CW Goto Line -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   414
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   415
			sequence="M1+G"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   416
			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
   417
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   418
			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
   419
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   420
		<key	
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   421
			sequence="M1+M2+ARROW_LEFT"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   422
			commandId="org.eclipse.ui.edit.text.select.wordPrevious"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   423
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   424
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   425
	   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   426
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   427
			sequence="M1+M2+ARROW_RIGHT"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   428
			commandId="org.eclipse.ui.edit.text.select.wordNext"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   429
			contextId="org.eclipse.ui.textEditorScope"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   430
			schemeId="com.nokia.carbide.cpp.codewarrior"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   431
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   432
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   433
            sequence="M1+F2" 
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   434
            commandId="org.eclipse.ui.edit.addBookmark"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   435
			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
   436
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   437
	    <!-- View Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   438
		<!-- Views Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   439
		<!-- Window Keys -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   440
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   441
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   442
			sequence="M1+TAB"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   443
            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
   444
			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
   445
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   446
		<key
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   447
			sequence="M1+M2+TAB"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   448
            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
   449
			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
   450
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   451
	  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   452
   </extension>
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
<!-- =================================================================================== -->
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   455
<!-- Carbide welcome page theme                                                          -->
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
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   458
		  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
   459
		
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   460
	   <theme
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   461
			 default="true"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   462
			 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
   463
			 name="%theme.name.carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   464
			 path="$nl$/themes/carbide"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   465
			 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
   466
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   467
		   	<property
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   468
				name="launchbarBackground"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   469
				value="#a1c2cb"/>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   470
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   471
            <property name="capitalizeTitles"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   472
            		value="true"/>
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="launchbarOverviewIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   475
            		  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
   476
            <property name="launchbarFirststepsIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   477
            		  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
   478
            <property name="launchbarTutorialsIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   479
            		  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
   480
            <property name="launchbarSamplesIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   481
            		  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
   482
            <property name="launchbarWhatsnewIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   483
            		  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
   484
            <property name="launchbarMigrateIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   485
            		  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
   486
            <property name="launchbarWebresourcesIcon"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   487
            		  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
   488
            		  
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   489
            <property name="highContrast-overview"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   490
            		  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
   491
            <property name="highContrast-firststeps"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   492
            		  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
   493
            <property name="highContrast-tutorials"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   494
            		  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
   495
            <property name="highContrast-samples"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   496
            		  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
   497
            <property name="highContrast-whatsnew"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   498
            		  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
   499
            <property name="highContrast-webresources"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   500
            		  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
   501
            <property name="highContrast-migrate"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   502
            		  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
   503
		   
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   504
		</theme>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   505
	</extension>
263
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   506
	
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   507
 <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
   508
   <diagnosticLogGroup
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   509
           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
   510
           name="Carbide.c++ Diagnostic Logs">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   511
   </diagnosticLogGroup>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   512
       
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   513
 </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   514
 <extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   515
       point="org.eclipse.ui.preferencePages">
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   516
    <page
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   517
          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
   518
          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
   519
          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
   520
          name="Diagnostic Logs">
263
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   521
       <keywordReference
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   522
             id="com.nokia.carbide.cpp.common">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   523
       </keywordReference>
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   524
       <keywordReference
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   525
             id="com.nokia.carbide.cpp.diagnostics">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   526
       </keywordReference>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   527
    </page>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   528
 </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   529
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   530
	<extension
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   531
         point="org.eclipse.ui.preferencePages">
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
           name="Carbide Extensions"
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   534
           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
   535
           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
   536
   </extension>
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   537
208
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   538
	<extension
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   539
         point="org.eclipse.ui.propertyPages">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   540
      <page
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   541
           name="Carbide Extensions"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   542
           class="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   543
           id="com.nokia.carbide.cpp.preferences.ExtensionsPropertiesPage">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   544
            <filter
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   545
             	name="nature"
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   546
        		value="com.nokia.carbide.cdt.builder.carbideCPPBuilderNature">
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   547
    	    </filter>            
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   548
         <enabledWhen>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   549
            <or>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   550
		     <instanceof value="org.eclipse.core.resources.IProject"/>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   551
		     <instanceof value="org.eclipse.cdt.core.model.ICProject"/>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   552
		    </or>          
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
      </page>
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   555
   </extension>
263
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   556
   
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   557
<!-- =================================================================================== -->
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   558
<!-- Carbide preference panel keywords                                                   -->
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   559
<!-- =================================================================================== -->
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   560
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   561
 <extension
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   562
       point="org.eclipse.ui.keywords">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   563
    <keyword
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   564
          id="com.nokia.carbide.cpp.common"
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   565
          label="%carbcPreference.common">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   566
    </keyword>
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   567
    <keyword
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   568
          id="com.nokia.carbide.cpp.diagnostics"
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   569
          label="%carbcPreference.diagnostics">
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   570
    </keyword>
6294cf316382 added keywords to diagnostic log pref panel
fturovic <frank.turovich@nokia.com>
parents: 208
diff changeset
   571
 </extension>
208
432a9f56a75c added Carbide Extensions project property page (bug #9218).
wpaul
parents: 56
diff changeset
   572
1373
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   573
   <extension
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   574
         point="org.eclipse.ui.preferencePages">
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   575
	  <page            
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   576
            category="org.eclipse.ui.preferencePages.Workbench"
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   577
            name="%PreferencePages.Capabilities"
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   578
            id="org.eclipse.sdk.capabilities">
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   579
            <class class="org.eclipse.ui.activities.ActivityCategoryPreferencePage">
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   580
                <parameter name="allowAdvanced" value="true"/>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   581
                <parameter name="captionMessage" value="%PreferencePages.Capabilities.captionMessage" />
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   582
            	<parameter name="activityName" value="%PreferencePages.Capabilities.activityName" />
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   583
                <parameter name="categoryName" value="%PreferencePages.Capabilities.categoryName" />
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   584
            	<parameter name="activityPromptButton" value="%PreferencePages.Capabilities.activityPromptButton"/>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   585
            	<parameter name="activityPromptButtonTooltip" value="%PreferencePages.Capabilities.activityPromptButtonTooltip"/>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   586
            </class>
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   587
      </page>   
512ef0799e33 add capabilities pref + p2 restart poilicy change
dadubrow
parents: 1344
diff changeset
   588
   </extension>
26
5855275147bd updated welcome pages and note to 2.0.4
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   589
</plugin>