mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[RDCT] IJPL-210300: Move methodImplementor extension to backend Java plugin
This extension point is registered in `JavaPlugin.xml` only on the backend. But `intellij.java.psi.impl` module is loaded on both frontend and backend. This commit fixes that by moving this particular extension registration to backend only. GitOrigin-RevId: daa1b3f6288ea6c8d3b387b31e31ae00b101f13c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dd50a23496
commit
3d76914d43
@@ -1029,6 +1029,7 @@
|
||||
<enterHandlerDelegate implementation="com.intellij.javadoc.JavadocSnippetEnterHandler" order="before EnterBetweenBracesHandler, before EnterInPropertiesFileHandler"/>
|
||||
<enterHandlerDelegate implementation="com.intellij.javadoc.JavaDocMarkdownEnterHandler" order="after EnterInLineCommentHandler" />
|
||||
<editorNavigation implementation="com.intellij.javadoc.JavadocNavigationDelegate"/>
|
||||
<methodImplementor implementation="com.intellij.codeInsight.javadoc.SnippetDocTagMethodImplementor"/>
|
||||
<methodNavigationOffsetProvider implementation="com.intellij.codeInsight.navigation.JavaMethodNavigationOffsetProvider"/>
|
||||
<dom.customAnnotationChecker implementation="com.intellij.util.xml.impl.ExtendsClassChecker"/>
|
||||
<codeInsight.surroundWithRangeAdjuster implementation="com.intellij.codeInsight.generation.surroundWith.XmlSurroundWithRangeAdjuster"/>
|
||||
|
||||
Reference in New Issue
Block a user