Community
Participate
Working Groups
the plugin org.eclipse..emf.facet.widgets.nattable.workbench provides the following toolbar : org.eclipse.emf.facet.widgets.nattable.workbench.editor.NatTableEditor.toolbar. The Papyrus Perspective should display this toolbar + The integrated Papyrus table editor provides new menus, which should be displayed. the menu : org.eclipse.papyrus.table.menu : actions for tables the sub-menu for table creation: Papyrus-> Tables : org.eclipse.papyrus.table.ui.menu.tables the toolbar for table creation : org.eclipse.papyrus.table.ui.toolbar
Created attachment 188878 [details] Patch which correct this bug This patch modify the plugin.xml in order to correct this bug
In R4518 : modify the perspective papyrus for the toolbar of the table editors + remoe the duplicated tables menu.
(In reply to comment #2) > In R4518 : modify the perspective papyrus for the toolbar of the table editors + > remoe the duplicated tables menu. Sorry : In R4730!
This bug is not corrected. Steps to reproduce : - Launch eclipse in a clean workspace - Go to the Papyrus Perspective - Create a new project - Create a new table -> the toolbar and the menu associated to the table are not displayed.
(In reply to comment #4) Done in R5119 and merged with the trunk in R5120.
The correction consists on add the category "org.eclipse.emf.facet.widgets.nattable.command.category" in the list of the configuration (plugin.xml of oep.papyrus.uml.ui.perspectiveconfiguration).
This bug can be marked as closed fixed.