Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Problems with Context Menu actions

Title: Problems with Context Menu actions

        Hello,

I am developing a gef application, and my main plugin is a Multi-editor page, that contains two pages (plugins too), a GraphicalEditor and a XMLEditor. 

The problem is when I load a input file, the context menu actions associated to graphical editor page, never are showed. If I load the graphical editor separately, it works ok, but not inside of multi-editor.

I am trying modifying the contributor class of each plugin (ActionBarContributor for graphical editor, MultiPageEditorActionBarContributor for multi-page), but it is appear that is not involved in menu context actions register process.  This actions are registered in main class of graphical editor (extends GraphicalEditorWithPalette), inside of method "configureGraphicalViewer", but when load this class from multi-editor, this actions seems to be registered but are not shown.

Does any of you how to solve this problem? Thanks in advance.


Back to the top