Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] MapEditor and context menu

Hi uDigers,

I'm playing with modal tool that should contribute some items into
the MapEditor  context menu. It works good (by implemnting
IContextMenuContributionTool), but I would like also to be able to 
delete all the stuff that is there and this is currently not possible AFAIK. 

Do you think that we should give the ability to contributors also to remove
the items from context menu in their ModalTools - if you agree I can try to fix it.

I guess that it jut needs minor changes in ToolManager, MapEditor and also
extends  IContextMenuContributionTool interface. 

So what do you think?

Cheers, 
Jan.



Back to the top