| Summary: | Delete and Select All context and file menus are missing. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Paul Slauenwhite <paulslau> | ||||
| Component: | TPTP | Assignee: | Paul Slauenwhite <paulslau> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | alexberns, paulslau | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | adopter | ||||||
| Bug Depends on: | 173653, 256807 | ||||||
| Bug Blocks: | 293690, 307782 | ||||||
| Attachments: |
|
||||||
|
Description
Paul Slauenwhite
Also, support the 'Find/Replace... (Ctrl+F)' menu on the datapool table context menu. Deferring to TPTP 4.3 since this defect requires new strings (text (or label) and description) for the Find/Replace (see org.eclipse.hyades.test.ui.datapool.internal.control.DatapoolActionHandlerListener.connectFindReplaceAction(IWorkbenchPart)), Select All, and Delete actions, which require translation. In addition, the copy action (/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/datapool/internal/action/CopyAction.java) requires a new string for the description. Also, support the 'Revert' menu on the datapool table context menu. Requires changes to /org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm to reflect the support added by this defect. Also, delete variable shortcut (right-click on the datapool table and select Ctrl+Insert - see org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm) does not guard against removing all variables. The 'Find/Replace... (Ctrl+F)' context/file menus were added under defect 173653. (In reply to comment #3) > Also, support the 'Revert' menu on the datapool table context menu. Not required since the Revert file menu is working as designed (see 256807) and the 'File' file menus (for example, Save, Save As, etc.) are not display in the datapool table context menu. However, we will deliver a test case for the Revert file menu under this defect. (In reply to comment #5) > Also, delete variable shortcut (right-click on the datapool table and select > Ctrl+Insert - see > org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm) does not guard > against removing all variables. That is, Ctrl + Delete. Created attachment 163414 [details]
Patch.
Added two new test cases and refactored four existing test cases in /org.eclipse.hyades.test.ui.datapool.tests/manual/datapool/Test.UI.DatapoolEditor_editing.testsuite to cover these symptoms. Updated the Datapool Editor documentation. The attached patch is checked in to CVS (HEAD). Verified in TPTP-4.7.0RC4-201006081927. Closing. |