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 131278 Details for
Bug 271007
Context-sensitive (F1) help missing from datapool windows
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_271007_patch.txt (text/plain), 7.85 KB, created by
Paul Slauenwhite
on 2009-04-08 09:31:01 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2009-04-08 09:31:01 EDT
Size:
7.85 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.6 >diff -u -r1.6 ContextIds.java >--- src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java 2 Apr 2009 17:29:17 -0000 1.6 >+++ src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java 8 Apr 2009 13:13:51 -0000 >@@ -16,7 +16,7 @@ > * > * > * @author Paul E. Slauenwhite >- * @version April 2, 2009 >+ * @version April 8, 2009 > * @since February 1, 2005 > */ > public class ContextIds { >@@ -145,9 +145,6 @@ > public static final String EXEC_EDIT_EVENTS = ".exed0002"; //$NON-NLS-1$ > > //Dtapools: >- >- //Datapool Editor: >- public static final String DATA_BASE_DIALOG = ".dpld0001"; //$NON-NLS-1$ > > //New Datapool wizard: > public static final String NEW_DATAPOOL_WIZARD = ".dplw0001"; //$NON-NLS-1$ >@@ -158,44 +155,45 @@ > //Export Datapool as CSV File wizard: > public static final String EXPORT_DATAPOOL_AS_CSV_FILE_WIZARD = ".dplw0003"; //$NON-NLS-1$ > >+ //Datapool Editor (base dialog): >+ public static final String DATA_BASE_DIALOG = ".dpld0001"; //$NON-NLS-1$ >+ >+ //Datapool Editor (form): > public static final String DATA_FORM = ".datf0001"; //$NON-NLS-1$ >+ >+ //Datapool Editor (text form): > public static final String DATA_TEXT_FORM = ".datf0002"; //$NON-NLS-1$ >+ >+ //Datapool Editor (name form): > public static final String DATA_NAME_FORM = ".datf0003"; //$NON-NLS-1$ >+ >+ //Datapool Editor (table form): > public static final String DATA_TABLE_FORM = ".datbf0001"; //$NON-NLS-1$ > >- //Insert column action: >+ //Datapool Editor (insert column action): > public static final String INS_COL_ACT = ".ica0001"; //$NON-NLS-1$ > >- //Edit column action: >+ //Datapool Editor (edit column action): > public static final String EDIT_COL_ACT = ".eca0001"; //$NON-NLS-1$ > >- //Delete column action: >+ //Datapool Editor (delete column action): > public static final String DEL_COL_ACT = ".dca0001"; //$NON-NLS-1$ > >- //Insert row action: >+ //Datapool Editor (insert row action): > public static final String INS_ROW_ACT = ".ira0001"; //$NON-NLS-1$ > >- //Edit row action: >+ //Datapool Editor (edit row action): > public static final String EDIT_ROW_ACT = ".era0001"; //$NON-NLS-1$ > >- //Delete row action: >+ //Datapool Editor (delete row action): > public static final String DEL_ROW_ACT = ".dra0001"; //$NON-NLS-1$ >- >- //Insert row group action: >- public static final String INS_ROW_GRP_ACT = ".irga0001"; //$NON-NLS-1$ >- >- //Edit row group action: >- public static final String EDIT_ROW_GRP_ACT = ".erga0001"; //$NON-NLS-1$ > >- //Delete row group action: >- public static final String DEL_ROW_GRP_ACT = ".drga0001"; //$NON-NLS-1$ >- >- //Copy action: >+ //Datapool Editor (copy action): > public static final String COPY_ACT = ".cpya0001"; //$NON-NLS-1$ > >- //Cut action: >+ //Datapool Editor (cut action): > public static final String CUT_ACT = ".cuta0001"; //$NON-NLS-1$ > >- //Paste action: >+ //Datapool Editor (paste action): > public static final String PASTE_ACT = ".psta0001"; //$NON-NLS-1$ > } >Index: infopop/testDatapool.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/infopop/testDatapool.xml,v >retrieving revision 1.5 >diff -u -r1.5 testDatapool.xml >--- infopop/testDatapool.xml 2 Apr 2009 17:29:17 -0000 1.5 >+++ infopop/testDatapool.xml 8 Apr 2009 13:13:51 -0000 >@@ -11,12 +11,6 @@ > <?NLS TYPE="org.eclipse.help.contexts"?> > <contexts> > >-<!-- Datapool Editor: --> >-<context id="dpld0001"> >-<description>Edit the structure of datapools.</description> >-<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >-</context> >- > <!-- New Datapool wizard: --> > <context id="dplw0001"> > <description>Create a new datapool.</description> >@@ -35,4 +29,88 @@ > <topic href="../org.eclipse.hyades.test.doc.user/tasks/cdatapoolexport.htm" label="Exporting a datapool as a Comma-Separated Value (CSV) file"/> > </context> > >+<!-- Datapool Editor (base dialog): --> >+<context id="dpld0001"> >+<description>Edit the structure of a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (form): --> >+<context id="datf0001"> >+<description>Edit the structure of a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (text form): --> >+<context id="datf0002"> >+<description>Edit the structure of a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (name form): --> >+<context id="datf0003"> >+<description>Edit the structure of a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (table form): --> >+<context id="datbf0001"> >+<description>Edit the structure of a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (insert variable (column) action): --> >+<context id="ica0001"> >+<description>Insert a new variable (column) in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (edit variable (column) action): --> >+<context id="eca0001"> >+<description>Edit a variable (column) in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (delete variable (column) action): --> >+<context id="dca0001"> >+<description>Delete a variable (column) in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (insert record (row) action): --> >+<context id="ira0001"> >+<description>Insert a new record (row) in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (edit record (row) action): --> >+<context id="era0001"> >+<description>Edit a record (row) in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (delete record (row) action): --> >+<context id="dra0001"> >+<description>Delete a record (row) in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (copy action): --> >+<context id="cpya0001"> >+<description>Copy a record (row) or cell in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (cut action): --> >+<context id="cuta0001"> >+<description>Cut a record (row) or cell in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ >+<!-- Datapool Editor (paste action): --> >+<context id="psta0001"> >+<description>Paste a record (row) or cell in a datapool.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/> >+</context> >+ > </contexts>
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 271007
:
130723
| 131278