Opened 13 years ago

Closed 13 years ago

#3712 closed bug (fixed)

Python console paste error

Reported by: borysiasty Owned by: wonder
Priority: minor: annoyance Milestone: Version 1.7.0
Component: Python plugins and bindings Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

If I try to paste from clipboard between two words in the console, it always goes to the end of the line.

Change History (3)

comment:1 by imincik1, 13 years ago

Confirmed on current Trunk, Debian Squeeze, Gnome.

When trying to override existing current string in console with string in clipboard, it will be always appended at the end of the line.

comment:2 by borysiasty, 13 years ago

Fixed in r15729. Now it's appended at the end only if either: the pasted text is multi-line or is going to be pasted not to the last line.

comment:3 by borysiasty, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.