IJPL-207762 extract common code for registering serialization extension point for RD

GitOrigin-RevId: 5e73ac6f91ad6933416be5e7c193368d1866d8cc
This commit is contained in:
Max Medvedev
2025-12-22 11:35:06 +00:00
committed by intellij-monorepo-bot
parent fa4083ca39
commit 867427c56e
7 changed files with 223 additions and 118 deletions
@@ -75,11 +75,11 @@
<statementUpDownMover implementation="com.intellij.codeInsight.editorActions.moveUpDown.JavaCatchBlockMover" id="catchBlock"
order="before statement"/>
<completion.frontendFriendlyInsertHandler handler="com.intellij.codeInsight.completion.method.DiamondInsertHandler"/>
<completion.frontendFriendlyInsertHandler handler="com.intellij.codeInsight.completion.method.RefStartInsertHandler"/>
<completion.frontendFriendlyInsertHandler handler="com.intellij.codeInsight.completion.method.FrontendFriendlyParenthesesInsertHandler"/>
<completion.frontendFriendlyInsertHandler handler="com.intellij.codeInsight.completion.method.MethodCallInstallerHandler"/>
<completion.frontendFriendlyInsertHandler handler="com.intellij.codeInsight.completion.method.NegationInsertHandler"/>
<completion.frontendFriendlyInsertHandler target="com.intellij.codeInsight.completion.method.DiamondInsertHandler"/>
<completion.frontendFriendlyInsertHandler target="com.intellij.codeInsight.completion.method.RefStartInsertHandler"/>
<completion.frontendFriendlyInsertHandler target="com.intellij.codeInsight.completion.method.FrontendFriendlyParenthesesInsertHandler"/>
<completion.frontendFriendlyInsertHandler target="com.intellij.codeInsight.completion.method.MethodCallInstallerHandler"/>
<completion.frontendFriendlyInsertHandler target="com.intellij.codeInsight.completion.method.NegationInsertHandler"/>
<registryKey key="code.style.package.entry.table.check.compatibility"
defaultValue="true"