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 100630 Details for
Bug 189977
Recorder wizard page needs context-sensitive help
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.
Defect_189977_patch.txt (text/plain), 4.48 KB, created by
Paul Slauenwhite
on 2008-05-16 08:36:29 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-05-16 08:36:29 EDT
Size:
4.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java,v >retrieving revision 1.3 >diff -u -r1.3 ContextIds.java >--- src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java 7 Dec 2007 04:04:22 -0000 1.3 >+++ src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java 16 May 2008 12:36:12 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -17,11 +17,14 @@ > * > * > * @author Paul E. Slauenwhite >- * @version December 6, 2007 >+ * @version May 16, 2008 > * @since February 1, 2005 > */ > public class ContextIds { > >+ //New test from recording wizard: >+ public static final String REC_WIZ = ".recw0001"; //$NON-NLS-1$ >+ > //New resource wizard: > public static final String RES_WIZ = ".resw0001"; //$NON-NLS-1$ > >Index: src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java,v >retrieving revision 1.16 >diff -u -r1.16 NewRecordingWizardPage.java >--- src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java 7 Mar 2008 15:20:41 -0000 1.16 >+++ src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java 16 May 2008 12:36:12 -0000 >@@ -23,6 +23,7 @@ > import org.eclipse.hyades.test.ui.TestUIImages; > import org.eclipse.hyades.test.ui.UiPlugin; > import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; >+import org.eclipse.hyades.test.ui.internal.util.ContextIds; > import org.eclipse.jface.preference.IPreferenceStore; > import org.eclipse.jface.resource.ImageDescriptor; > import org.eclipse.jface.wizard.WizardPage; >@@ -43,6 +44,7 @@ > import org.eclipse.swt.widgets.TableItem; > import org.eclipse.tptp.test.provisional.recorder.ui.wizards.IGenericRecorderWizard; > import org.eclipse.tptp.test.provisional.recorder.ui.wizards.IRecorderPageProvider; >+import org.eclipse.ui.PlatformUI; > > /** > * The first page of the Generic Recorder Framework (GRF) wizard. >@@ -55,7 +57,7 @@ > * > * @author Jeffery Nevicosi > * @author Paul E. Slauenwhite >- * @version March 7, 2008 >+ * @version May 16, 2008 > * @since September 23, 2005 > */ > public class NewRecordingWizardPage extends WizardPage implements >@@ -106,6 +108,10 @@ > * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite) > */ > public void createControl(Composite parent) { >+ >+ //Set the context sensitive help for the wizard page: >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.REC_WIZ); >+ > setPageComplete(false); > setDescription(UiPluginResourceBundle.NewRecordingWizardPage_DESCRIPTION); > Composite composite = new Composite(parent, SWT.NULL); >Index: infopop/testUI.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/infopop/testUI.xml,v >retrieving revision 1.4 >diff -u -r1.4 testUI.xml >--- infopop/testUI.xml 29 Feb 2008 03:36:10 -0000 1.4 >+++ infopop/testUI.xml 16 May 2008 12:36:12 -0000 >@@ -177,6 +177,12 @@ > <!--topic href="../org.eclipse.hyades.test.doc/tasks/tsetting_preferences.htm" label="Setting Test preferences"/--> > </context> > >+<context id="recw0001"> >+<!--New test from recording wizard content--> >+<description>Select the recorder to create a new recording and test or create a new test from an existing recording.</description> >+<topic href="../org.eclipse.tptp.test.recorders.url.doc.user/tasks/trecordtest.html" label="Creating a new test from a recording"/> >+</context> >+ > <context id="resw0001"> > <!--New resource wizard content--> > <description>Select an existing resource in the workspace or create a new resource in the workspace.</description>
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
Actions:
View
|
Diff
Attachments on
bug 189977
: 100630