Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 237166 Details for
Bug 418298
F3 should always open the selected element in its corresponding editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
0001-F3-opens-editor-for-specTCs-test-suites-and-test-job.patch (text/plain), 3.00 KB, created by
Sebastian Struckmann
on 2013-11-04 06:31:14 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Sebastian Struckmann
Created:
2013-11-04 06:31:14 EST
Size:
3.00 KB
patch
obsolete
>From 910fe2b67f53b8ed5d2ad0e96514f2c157b5b89f Mon Sep 17 00:00:00 2001 >From: Sebastian Struckmann <sebastian.struckmann@bredex.de> >Date: Mon, 4 Nov 2013 10:22:32 +0100 >Subject: [PATCH] F3 opens editor for specTCs, test suites and test jobs > >--- > org.eclipse.jubula.client.ui.rcp/plugin.xml | 60 +++++++++++++++++++++++++++++ > 1 file changed, 60 insertions(+) > >diff --git a/org.eclipse.jubula.client.ui.rcp/plugin.xml b/org.eclipse.jubula.client.ui.rcp/plugin.xml >index efd5b5d..c879d81 100644 >--- a/org.eclipse.jubula.client.ui.rcp/plugin.xml >+++ b/org.eclipse.jubula.client.ui.rcp/plugin.xml >@@ -3540,6 +3540,66 @@ > </activeWhen> > </handler> > <handler >+ class="org.eclipse.jubula.client.ui.rcp.handlers.open.OpenTestCaseEditorHandler" >+ commandId="org.eclipse.jubula.client.ui.commands.OpenSpecification"> >+ <activeWhen> >+ <and> >+ <with variable="activePartId"> >+ <equals value="org.eclipse.jubula.client.ui.rcp.views.TestCaseBrowser" /> >+ </with> >+ <iterate >+ ifEmpty="false" >+ operator="and"> >+ <or> >+ <instanceof >+ value="org.eclipse.jubula.client.core.model.ISpecTestCasePO"> >+ </instanceof> >+ </or> >+ </iterate> >+ </and> >+ </activeWhen> >+ </handler> >+ <handler >+ class="org.eclipse.jubula.client.ui.rcp.handlers.open.OpenTestSuiteEditorHandler" >+ commandId="org.eclipse.jubula.client.ui.commands.OpenSpecification"> >+ <activeWhen> >+ <and> >+ <with variable="activePartId"> >+ <equals value="org.eclipse.jubula.client.ui.rcp.views.TestSuiteBrowser" /> >+ </with> >+ <iterate >+ ifEmpty="false" >+ operator="and"> >+ <or> >+ <instanceof >+ value="org.eclipse.jubula.client.core.model.ITestSuitePO"> >+ </instanceof> >+ </or> >+ </iterate> >+ </and> >+ </activeWhen> >+ </handler> >+ <handler >+ class="org.eclipse.jubula.client.ui.rcp.handlers.open.OpenTestJobEditorHandler" >+ commandId="org.eclipse.jubula.client.ui.commands.OpenSpecification"> >+ <activeWhen> >+ <and> >+ <with variable="activePartId"> >+ <equals value="org.eclipse.jubula.client.ui.rcp.views.TestSuiteBrowser" /> >+ </with> >+ <iterate >+ ifEmpty="false" >+ operator="and"> >+ <or> >+ <instanceof >+ value="org.eclipse.jubula.client.core.model.ITestJobPO"> >+ </instanceof> >+ </or> >+ </iterate> >+ </and> >+ </activeWhen> >+ </handler> >+ <handler > class="org.eclipse.jubula.client.ui.rcp.handlers.ShowSpecificationHandlerRefTS" > commandId="org.eclipse.jubula.client.ui.commands.ShowSpecification"> > <activeWhen> >-- >1.7.11 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
marvin_m
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 418298
:
235946
|
235976
| 237166