mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
mark CopyPastePostProcessor as dynamic
GitOrigin-RevId: 7a484a504c52891751ca053345bc6f9fd44be47e
This commit is contained in:
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"/>
|
||||
|
||||
Reference in New Issue
Block a user