mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
1. Delete `intellij.python.community.impl.xml` (move content to `PythonCore` plugin). It is necessary to fix incorrect dependencies: `PythonCore`, `Pythonid` include the same module. 2. Fixed dependencies: if some plugin/module needs Python core functionality, then it should depend on `PythonCore`. Co-authored-by: Vladimir Koshelev <Vladimir.Koshelev@jetbrains.com> Merge-request: IJ-MR-136158 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: ce9ed4c17f601ee1ca2b6cf608f4e30fdac1d879
10 lines
520 B
XML
10 lines
520 B
XML
<idea-plugin package="com.intellij.python.grazie">
|
|
<dependencies>
|
|
<plugin id="tanvd.grazi"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij.grazie">
|
|
<textExtractor language="Python" implementationClass="com.intellij.python.grazie.PythonTextExtractor"/>
|
|
<problemFilter language="Python" implementationClass="com.intellij.grazie.text.LiteralProblemFilter"/>
|
|
<problemFilter language="Python" implementationClass="com.intellij.python.grazie.PythonProblemFilter"/>
|
|
</extensions>
|
|
</idea-plugin> |