Bug 122153

Summary: [Text] Add support to copy/cut/paste text
Product: [Tools] GEF Reporter: Pratik Shah <ppshah>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: nyssen
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Pratik Shah CLA 2005-12-27 12:15:35 EST
Need to add actions for these.  They should be usable in editors such as the text example as well as in the case of direct-editing (such as in the logic example).
Comment 1 Pratik Shah CLA 2006-01-25 14:57:11 EST
I have copy/cut/paste/select all working in my workspace.  For now, I'm just determining the text to be copied based on the SelectionRange and copying using TextTransfer.  However, we should probably also copy it in the rich-text format.  To properly determine the text to be copied, it should be delegated to the TextEditParts.  Currently, there's no mechanism to do that, but I suppose this calls for some changes to its interface?