From: Dmitry Jemerov Date: Wed, 15 Sep 2010 17:29:06 +0000 (+0400) Subject: don't try to preserve indentation when pasting single-line fragment (PY-1815) X-Git-Tag: cidr/96.1188~4 X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=commitdiff_plain;h=be4165fa01e8758344749ad07888f527757cf017 don't try to preserve indentation when pasting single-line fragment (PY-1815) --- diff --git a/platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyPasteIndentProcessor.java b/platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyPasteIndentProcessor.java index fb158f8d93bb..235e5b2b6180 100644 --- a/platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyPasteIndentProcessor.java +++ b/platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyPasteIndentProcessor.java @@ -124,6 +124,11 @@ public class CopyPasteIndentProcessor implements CopyPastePostProcessor