Bug 29283 - [Schema Editor] Does not allow paste
Summary: [Schema Editor] Does not allow paste
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 27539
Blocks:
  Show dependency tree
 
Reported: 2003-01-10 06:22 EST by Dani Megert CLA
Modified: 2003-02-10 15:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2003-01-10 06:22:53 EST
Build 20030107

The Description field in the PDE Schema editor allows to copy text but does not
allow to past it. Intended behavior?
Comment 1 Dani Megert CLA 2003-01-10 10:10:11 EST
Just found that it works if I past form the same editor. I wanted to paste text
that I copied in another PDE Schema editor.
Comment 2 Dejan Glozic CLA 2003-01-12 13:56:04 EST
No, you should be able to copy and paste. I just started two editors and 
managed to paste between the two. Maybe this is related to the exceptions you 
found in the log (separate defects open for these).
Comment 3 Dani Megert CLA 2003-01-13 04:31:36 EST
Test Case to reproduce the problem without producing any error:
1. Open a workspace and ensure org.eclipse.ui is in source
2. Open schema editor for editors.mxsd
3. Switch to 'Definiton' page and select attribute extension->point
4. In the Description text area select all text and press Ctrl+C or use 'Copy'
from the menu
5. Open schema editor for editorActions.mxsd
6. Switch to 'Definiton' page and select attribute extension->point
7. In the Description text area press Ctrl+V or use 'Paste' from the menu
==> nothing happens / Copy is disabled
Comment 4 Dejan Glozic CLA 2003-01-23 17:31:33 EST
We do allow paste (and other common global actions) but there is a defect 
(#27539) that causes non-source page to loose key bindings as soon as you 
switch to the source page and back.
Comment 5 Dejan Glozic CLA 2003-02-10 15:45:06 EST
Fixed by providing a workaround for bug 27539.