Bug 122153 - [Text] Add support to copy/cut/paste text
Summary: [Text] Add support to copy/cut/paste text
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-27 12:15 EST by Pratik Shah CLA
Modified: 2010-11-03 17:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?