Ticket #85 (closed defect: fixed)

Opened 3 years ago

Last modified 5 months ago

can't copy-paste from output

Reported by: akaihola Assigned to:
Priority: moderate Keywords: editing
Cc:

Description

Example:

print "copy me!"
copy me!

Try to select and copy the second line, then paste it. Nothing happens.

Select, copy and paste both lines: only the first line appears.

Also tried using Xorg's middle mouse button pasting, but it behaves similarly.

Change History

04/04/09 07:11:30 changed by akaihola

Actually, a blank line appears when pasting.

The Copy as Doctests function can be used as a work-around, but it copies both the Python statement and the whole output instead of just the marked region.

09/17/11 14:27:49 changed by otaylor

  • status changed from new to closed.
  • resolution set to fixed.

Eventually fixed:

commit 0145944f12c4560061155de65993ccba04ecaaed Author: Robert Schroll <rschroll@gmail.com> Date: Mon Nov 8 19:43:17 2010 -0500

Allow cut-and-pasting of results when only results are selected

https://bugzilla.gnome.org/show_bug.cgi?id=634378