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