Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 246111 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/**********************************************************************
1
/**********************************************************************
2
 * Copyright (c) 2005, 2008 IBM Corporation and others.
2
 * Copyright (c) 2005, 2009 IBM Corporation and others.
3
 * All rights reserved.   This program and the accompanying materials
3
 * All rights reserved.   This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 17-23 Link Here
17
 * 
17
 * 
18
 * 
18
 * 
19
 * @author      Paul E. Slauenwhite
19
 * @author      Paul E. Slauenwhite
20
 * @version     May 16, 2008
20
 * @version     Febraury 20, 2009
21
 * @since       February 1, 2005
21
 * @since       February 1, 2005
22
 */
22
 */
23
public class ContextIds {
23
public class ContextIds {
(-)src-recorder/org/eclipse/hyades/internal/execution/recorder/ui/views/RecorderControlView.java (-2 / +5 lines)
Lines 22-27 Link Here
22
import org.eclipse.hyades.test.core.testgen.ITestgenListener;
22
import org.eclipse.hyades.test.core.testgen.ITestgenListener;
23
import org.eclipse.hyades.test.ui.UiPlugin;
23
import org.eclipse.hyades.test.ui.UiPlugin;
24
import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle;
24
import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle;
25
import org.eclipse.hyades.test.ui.internal.util.ContextIds;
25
import org.eclipse.jface.action.GroupMarker;
26
import org.eclipse.jface.action.GroupMarker;
26
import org.eclipse.jface.action.ToolBarManager;
27
import org.eclipse.jface.action.ToolBarManager;
27
import org.eclipse.jface.dialogs.ErrorDialog;
28
import org.eclipse.jface.dialogs.ErrorDialog;
Lines 58-64 Link Here
58
 * @author  Ernest Jessee
59
 * @author  Ernest Jessee
59
 * @author  Paul E. Slauenwhite
60
 * @author  Paul E. Slauenwhite
60
 * @author  Paul Klicnik
61
 * @author  Paul Klicnik
61
 * @version January 19, 2009
62
 * @version February 20, 2009
62
 * @since   February 1, 2005
63
 * @since   February 1, 2005
63
 */
64
 */
64
public class RecorderControlView extends ViewPart implements ITestgenListener, IRecorderListenerFullFeedback 
65
public class RecorderControlView extends ViewPart implements ITestgenListener, IRecorderListenerFullFeedback 
Lines 111-117 Link Here
111
		int heightHint = fm.getHeight() + fm.getAscent() + fm.getDescent();
112
		int heightHint = fm.getHeight() + fm.getAscent() + fm.getDescent();
112
		int widthHint = fm.getAverageCharWidth() * 50;
113
		int widthHint = fm.getAverageCharWidth() * 50;
113
		Composite parent = new Composite(grandParent,SWT.NULL);
114
		Composite parent = new Composite(grandParent,SWT.NULL);
114
		PlatformUI.getWorkbench().getHelpSystem().setHelp(parent,"org.eclipse.hyades.execution.recorder.RecorderControlView"); //$NON-NLS-1$
115
116
		//Set the context sensitive help:
117
		PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.REC_WIZ);
115
		
118
		
116
		RecorderUIUtility.assignGridLayout(parent,1, false);
119
		RecorderUIUtility.assignGridLayout(parent,1, false);
117
		Canvas bytesReceivedCanvas = new Canvas(parent,SWT.NULL);
120
		Canvas bytesReceivedCanvas = new Canvas(parent,SWT.NULL);
(-)infopop/recorderUI.xml (-1 / +13 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
2
<!--
3
Copyright (c) 2005, 2008 IBM Corporation and others. 
3
Copyright (c) 2005, 2009 IBM Corporation and others. 
4
All rights reserved.   This program and the accompanying materials 
4
All rights reserved.   This program and the accompanying materials 
5
are made available under the terms of the Eclipse Public License v1.0 
5
are made available under the terms of the Eclipse Public License v1.0 
6
which accompanies this distribution, and is available at 
6
which accompanies this distribution, and is available at 
Lines 11-17 Link Here
11
<?NLS TYPE="org.eclipse.help.contexts"?>
11
<?NLS TYPE="org.eclipse.help.contexts"?>
12
<contexts>
12
<contexts>
13
13
14
<context id="recw0001">
15
<!--New test from recording wizard content-->
16
<description>Select the recorder to create a new recording and test or create a new test from an existing recording.</description>
17
<topic href="../org.eclipse.tptp.test.recorders.url.doc.user/tasks/trecordtest.html" label="Creating a new test from a recording"/>
18
</context>
19
20
14
<!--Specify the pathname of the test suite container file-->
21
<!--Specify the pathname of the test suite container file-->
22
<context id="recw0001">
23
<description>I love today!</description>
24
<topic href="../../org.eclipse.tptp.test.recorders.url.doc.user/tasks/trecordtest.html" label="Today is great!"/>
25
</context>
26
15
<context id="TestSuitePathSelector">
27
<context id="TestSuitePathSelector">
16
<description>Specify the pathname of the generated test suite</description>
28
<description>Specify the pathname of the generated test suite</description>
17
<topic href="../org.eclipse.hyades.test.doc.user/ref/enterTestsuitepath.htm" label="Generated test suite file location"/>
29
<topic href="../org.eclipse.hyades.test.doc.user/ref/enterTestsuitepath.htm" label="Generated test suite file location"/>
(-)infopop/testUI.xml (-7 / +1 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
2
<!--
3
Copyright (c) 2005, 2008 IBM Corporation and others. 
3
Copyright (c) 2005, 2009 IBM Corporation and others. 
4
All rights reserved.   This program and the accompanying materials 
4
All rights reserved.   This program and the accompanying materials 
5
are made available under the terms of the Eclipse Public License v1.0 
5
are made available under the terms of the Eclipse Public License v1.0 
6
which accompanies this distribution, and is available at 
6
which accompanies this distribution, and is available at 
Lines 177-188 Link Here
177
<!--topic href="../org.eclipse.hyades.test.doc/tasks/tsetting_preferences.htm" label="Setting Test preferences"/-->
177
<!--topic href="../org.eclipse.hyades.test.doc/tasks/tsetting_preferences.htm" label="Setting Test preferences"/-->
178
</context>
178
</context>
179
179
180
<context id="recw0001">
181
<!--New test from recording wizard content-->
182
<description>Select the recorder to create a new recording and test or create a new test from an existing recording.</description>
183
<topic href="../org.eclipse.tptp.test.recorders.url.doc.user/tasks/trecordtest.html" label="Creating a new test from a recording"/>
184
</context>
185
186
<context id="resw0001">
180
<context id="resw0001">
187
<!--New resource wizard content-->
181
<!--New resource wizard content-->
188
<description>Select an existing resource in the workspace or create a new resource in the workspace.</description>
182
<description>Select an existing resource in the workspace or create a new resource in the workspace.</description>
(-)src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java (-1 / +1 lines)
Lines 109-115 Link Here
109
	 */
109
	 */
110
	public void createControl(Composite parent) {
110
	public void createControl(Composite parent) {
111
		
111
		
112
		//Set the context sensitive help for the wizard page:
112
		//Set the context sensitive help:
113
		PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.REC_WIZ);		
113
		PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.REC_WIZ);		
114
		
114
		
115
		setPageComplete(false);
115
		setPageComplete(false);
(-)plugin.xml (-7 / +7 lines)
Lines 37-49 Link Here
37
   <extension-point id="testNavigatorRefactoringTransactions" name="Test Navigator Refactoring Transactions" schema="schema/testNavigatorRefactoringTransactions.exsd"/>
37
   <extension-point id="testNavigatorRefactoringTransactions" name="Test Navigator Refactoring Transactions" schema="schema/testNavigatorRefactoringTransactions.exsd"/>
38
38
39
   <extension point="org.eclipse.help.contexts">
39
   <extension point="org.eclipse.help.contexts">
40
	    <contexts file="infopop\hyadesUI.xml" plugin ="org.eclipse.hyades.ui"/>
40
	    <contexts file="infopop\hyadesUI.xml"/>
41
	    <contexts file="infopop\testUI.xml" plugin ="org.eclipse.hyades.test.ui"/>	
41
	    <contexts file="infopop\testUI.xml"/>	
42
	    <contexts file="infopop\testDatapool.xml" plugin="org.eclipse.hyades.test.ui"/>	
42
	    <contexts file="infopop\testDatapool.xml"/>	
43
	    <contexts file="infopop\testJava.xml" plugin ="org.eclipse.hyades.test.java"/>	
43
	    <contexts file="infopop\testJava.xml"/>	
44
	    <contexts file="infopop\testCommon.xml" plugin ="org.eclipse.hyades.test.common"/>  
44
	    <contexts file="infopop\testCommon.xml"/>  
45
	    <contexts file="infopop\recorderUI.xml" plugin ="org.eclipse.hyades.execution.testgen"/>		
45
	    <contexts file="infopop\recorderUI.xml"/>		
46
        <contexts file="infopop\recorderUI.xml" plugin ="org.eclipse.hyades.execution.recorder.harness"/>	
46
        <contexts file="infopop\recorderUI.xml"/>	
47
   </extension>
47
   </extension>
48
    
48
    
49
   <extension
49
   <extension

Return to bug 246111