Bug 267797 - [block selection] cut -paste does not work if selected text is different in different columns
Summary: [block selection] cut -paste does not work if selected text is different in ...
Status: RESOLVED DUPLICATE of bug 267804
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 05:36 EDT by Raksha Vasisht CLA
Modified: 2009-03-10 12:51 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raksha Vasisht CLA 2009-03-10 05:36:56 EDT
Build ID:  I20090309-1800

Steps To Reproduce:
1. Ex:
private List foo;
private Map  boo;
2. Block select any two columns
3. Cut and paste -> pastes the first column text twice:
private List
private List
=> should paste the original text


More information:
Comment 1 Dani Megert CLA 2009-03-10 12:05:28 EDT
Cannot reproduce. Markus, can you double-check?
Comment 2 Markus Keller CLA 2009-03-10 12:44:14 EDT
I can reproduce, but only in the Java editor (on WinXP). There, the Cut operation ends with a long caret as suggested in bug 267895, and when I paste then, the first line of the clipboard is inserted for all lines.

In the Text editor, it behaves as described in bug 267895.
Comment 3 Dani Megert CLA 2009-03-10 12:51:25 EDT
Ah I see: I had projection turned off when looking at bug 267804. In fact, this is a dup of that one.

*** This bug has been marked as a duplicate of bug 267804 ***