mark CopyPastePostProcessor as dynamic

GitOrigin-RevId: 7a484a504c52891751ca053345bc6f9fd44be47e
This commit is contained in:
Sergey Ignatov
2019-11-26 10:40:24 +00:00
committed by intellij-monorepo-bot
parent 395e089ede
commit 64760ffe0b
@@ -33,7 +33,7 @@
<!--copy/paste-->
<extensionPoint name="customPasteProvider" interface="com.intellij.ide.PasteProvider" dynamic="true"/>
<extensionPoint name="copyPastePreProcessor" interface="com.intellij.codeInsight.editorActions.CopyPastePreProcessor" dynamic="true"/>
<extensionPoint name="copyPastePostProcessor" interface="com.intellij.codeInsight.editorActions.CopyPastePostProcessor"/>
<extensionPoint name="copyPastePostProcessor" interface="com.intellij.codeInsight.editorActions.CopyPastePostProcessor" dynamic="true"/>
<extensionPoint name="preserveIndentOnPaste" beanClass="com.intellij.codeInsight.editorActions.PreserveIndentOnPasteBean" dynamic="true"/>
<extensionPoint name="commentCompleteHandler" interface="com.intellij.codeInsight.editorActions.CommentCompleteHandler" dynamic="true"/>