| Direct Edit with copy/paste [message #1005764] |
Mon, 28 January 2013 11:23  |
ModelGeek Mising name Messages: 347 Registered: June 2011 |
Senior Member |
|
|
Hi,
There is a GEF editpart having direct edit working on label and direct edit is working fine but cut/copy/paste is not available for direct editing . I would like to have cut/copy/paste actions available for direct editing as well.
any idea?
Cheers,
|
|
|
|
| Re: Direct Edit with copy/paste [message #1005983 is a reply to message #1005912] |
Tue, 29 January 2013 08:23   |
ModelGeek Mising name Messages: 347 Registered: June 2011 |
Senior Member |
|
|
Hi,
I have just realized that during direct edit, if i press ctrl + x(cut) then cut operation for widget is called.
i have
register(ActionFactory.CUT.create(window));
register(ActionFactory.COPY.create(window));
register(ActionFactory.PASTE.create(window));
in my ApplicationActionBarAdvisor's makeActions method. If i remoe this piece of code then cut/copy/paste start working for direct edit's text widget.
Do you know how to solve this?
Thanks!
Cheers,
[Updated on: Tue, 29 January 2013 08:27] Report message to a moderator
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01830 seconds