Revision history [back]
This has been fixed in version 7.2.1.0.
It was a bug where it's failing to auto-indent the pasted code after it has been placed. It occurs with certain things that contain a blank line before a 'def', 'class' or decorator is found in the pasted text.
A work-around would be to select the pasted code and Use Source > Indentation > Indent or Source > Indentation > Outdent. It's the Indent to Match function that's got the bug.
Sorry about that!
This has been fixed in version 7.2.1.0.
It was is a bug where it's failing to auto-indent the pasted code after it has been placed. It occurs with certain things that contain a blank line before a 'def', 'class' or decorator is found in the pasted text.text. This will be fixed in the next update, version 7.2.0.3, when that becomes available.
A work-around would be to select the pasted code and Use Source > Indentation > Indent or Source > Indentation > Outdent. It's the Indent to Match function that's got the bug.
Sorry about that!