+

Search Tips   |   Advanced Search


Test editor menus

The test editor has three menus. You can extend the menus by adding more actions such as remove, move up, or move down

The first menu is displayed when the user right-clicks inside the left side of the tree. The other two menus are displayed when the user clicks the Add and Insert buttons. The Add or Insert menus are also displayed as submenus in the tree menu. The IDs of the menus and named group separators are listed in the following table:

ID Group separator defined in ITestEditorActionIDs
org.eclipse.hyades.test.ui.editor.TestSuiteEditorPart.tree.menu

  • additions.new-start

  • additions.new-end

  • additions.edit-start

  • additions.edit-end

  • additions.find-start

  • additions.find-end

  • IWorkbenchActionConstants.MB_ADDITIONS

org.eclipse.hyades.test.ui.editor.TestSuiteEditorPart.action_add

  • IWorkbenchActionConstants.MB_ADDITIONS

org.eclipse.hyades.test.ui.editor.TestSuiteEditorPart.action_insert

  • IWorkbenchActionConstants.MB_ADDITIONS


Related tasks

  • Create actions