Bug report #3712
Python console paste error
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Martin Dobias | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 13771 |
Description
If I try to paste from clipboard between two words in the console, it always goes to the end of the line.
Associated revisions
fix #3712
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15729 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #3712
git-svn-id: http://svn.osgeo.org/qgis/trunk@15729 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Ivan Mincik over 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.
#2 Updated by Borys Jurgiel over 13 years ago
Fixed in a8c2cfc2 (SVN r15730). 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.
#3 Updated by Borys Jurgiel over 13 years ago
- Resolution set to fixed
- Status changed from Open to Closed