> 3) Support image pasting from the clipboard. Untested because I can't > tell what clipboard GIMP is posting stuff too, but it doesn't seem to be > PRIMARY > > Dom
I have implemented this on win32. Right now, AP_MENU_ID_EDIT_PASTE_SPECIAL and AP_MENU_ID_EDIT_PASTE use the method canPasteFromClipboard() to active the menu when there is stuff to paste. If you are 'pasting' graphics Paste Unformated does not make sense. Should we include a new method called canPasteSpecialFromClipboard() and implemented it in all platforms? Thanks, -- Jordi Mas http://www.softcatala.org
