-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Click on a line, then press Ctrl+X to cut it. (This activates the problem)
1. Copy a few characters (eg "abc", no new lines) from notepad.
2. Paste it into eclipse
What is the expected output? What do you see instead?
It is supposed to simply insert the text at the cursor position, or replace the
selected text. Instead, it inserts a blank new line, and pastes the text there.
From my understanding, this should only happen if the text on the clipboard
contains a new line.
What version of the product are you using? On what operating system?
v1.0.0
Eclipse Pulsar Helios x32, on win7 x64
Please provide any additional information below.
Original issue reported on code.google.com by xer...@gmail.com
on 13 Dec 2011 at 3:36