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