|
241 | 241 | <extension |
242 | 242 | point="org.eclipse.ui.console.consoleFactories"> |
243 | 243 | <consoleFactory |
| 244 | + id="io.cucumber.console" |
244 | 245 | class="io.cucumber.eclipse.editor.console.CucumberConsoleFactory" |
245 | 246 | icon="icons/cukes.gif" |
246 | 247 | label="Cucumber Console"> |
|
277 | 278 | class="io.cucumber.eclipse.editor.launching.CucumberFeatureLaunchShortcut" |
278 | 279 | description="Run this feature with cucumber-jvm" |
279 | 280 | icon="icons/cukes.gif" |
280 | | - id="io.cucumber.eclipse.editor.shortcut1" |
| 281 | + id="io.cucumber.eclipse.editor.launchShortcut" |
281 | 282 | label="Cucumber" |
282 | 283 | modes="run,debug,profile"> |
283 | 284 | <configurationType |
|
390 | 391 | name="Cucumber"> |
391 | 392 | </page> |
392 | 393 | </extension> |
393 | | - |
| 394 | + <!-- Eclipse Activity Support --> |
| 395 | + <extension |
| 396 | + point="org.eclipse.ui.activities"> |
| 397 | + <category |
| 398 | + id="io.cucumber.eclipse.editor.category" |
| 399 | + name="Cucumber" |
| 400 | + description="Cucumber Editor for Eclipse"> |
| 401 | + </category> |
| 402 | + |
| 403 | + <!-- Preference Pages --> |
| 404 | + <activity |
| 405 | + id="io.cucumber.eclipse.editor.preferences" |
| 406 | + name="Cucumber Preferences" |
| 407 | + description="Show Cucumber preference pages"> |
| 408 | + </activity> |
| 409 | + <defaultEnablement |
| 410 | + id="io.cucumber.eclipse.editor.preferences"> |
| 411 | + </defaultEnablement> |
| 412 | + <categoryActivityBinding |
| 413 | + activityId="io.cucumber.eclipse.editor.preferences" |
| 414 | + categoryId="io.cucumber.eclipse.editor.category"> |
| 415 | + </categoryActivityBinding> |
| 416 | + <activityPatternBinding |
| 417 | + activityId="io.cucumber.eclipse.editor.preferences" |
| 418 | + pattern="io.cucumber.eclipse.editor/cucumber.eclipse.editor.preferences.main"> |
| 419 | + </activityPatternBinding> |
| 420 | + |
| 421 | + <!-- Properties Pages --> |
| 422 | + <activity |
| 423 | + id="io.cucumber.eclipse.editor.properties" |
| 424 | + name="Cucumber Properties" |
| 425 | + description="Show Cucumber property pages"> |
| 426 | + </activity> |
| 427 | + <defaultEnablement |
| 428 | + id="io.cucumber.eclipse.editor.properties"> |
| 429 | + </defaultEnablement> |
| 430 | + <categoryActivityBinding |
| 431 | + activityId="io.cucumber.eclipse.editor.properties" |
| 432 | + categoryId="io.cucumber.eclipse.editor.category"> |
| 433 | + </categoryActivityBinding> |
| 434 | + <activityPatternBinding |
| 435 | + activityId="io.cucumber.eclipse.editor.properties" |
| 436 | + pattern="io.cucumber.eclipse.editor/cucumber.eclipse.editor.properties.main"> |
| 437 | + </activityPatternBinding> |
| 438 | + |
| 439 | + <!-- Launch Shortcuts --> |
| 440 | + <activity |
| 441 | + id="io.cucumber.eclipse.editor.launch" |
| 442 | + name="Launch Shortcuts" |
| 443 | + description="Show Cucumber launch shortcuts"> |
| 444 | + </activity> |
| 445 | + <defaultEnablement |
| 446 | + id="io.cucumber.eclipse.editor.launch"> |
| 447 | + </defaultEnablement> |
| 448 | + <categoryActivityBinding |
| 449 | + activityId="io.cucumber.eclipse.editor.launch" |
| 450 | + categoryId="io.cucumber.eclipse.editor.category"> |
| 451 | + </categoryActivityBinding> |
| 452 | + <activityPatternBinding |
| 453 | + activityId="io.cucumber.eclipse.editor.launch" |
| 454 | + pattern="io.cucumber.eclipse.editor/io.cucumber.eclipse.editor.launchShortcut"> |
| 455 | + </activityPatternBinding> |
| 456 | + |
| 457 | + <!-- Console --> |
| 458 | + <activity |
| 459 | + id="io.cucumber.eclipse.editor.console" |
| 460 | + name="Cucumber Console" |
| 461 | + description="Show Cucumber Console"> |
| 462 | + </activity> |
| 463 | + <defaultEnablement |
| 464 | + id="io.cucumber.eclipse.editor.console"> |
| 465 | + </defaultEnablement> |
| 466 | + <categoryActivityBinding |
| 467 | + activityId="io.cucumber.eclipse.editor.console" |
| 468 | + categoryId="io.cucumber.eclipse.editor.category"> |
| 469 | + </categoryActivityBinding> |
| 470 | + <activityPatternBinding |
| 471 | + activityId="io.cucumber.eclipse.editor.console" |
| 472 | + pattern="io.cucumber.eclipse.editor/io.cucumber.console"> |
| 473 | + </activityPatternBinding> |
| 474 | + </extension> |
394 | 475 | </plugin> |
0 commit comments