we need to show the toggle grid action in the contextmenu of the editor.
So we added the action to the menumanager in the contextmenu like others
but following error occurs: !MESSAGE The command
("org.eclipse.gef.toggle_grid_visibility") is undefined.
I know that this happens if the action is not defined in the plugin.xml
but I thought that I don't need that.