mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
PY-40470 Move Python support from the bundled Grazie plugin to PyCharm core
First of all, it's easier to maintain the corresponding extensions this way as the language evolves. Also, it will help to extract remaining language-specific logic from Grazie to other language plugins, as existing direction of optional dependencies (Grazie -> Python) prevented doing the same for JavaScript because of an introduced plugin dependency (JavaScript -> Grazie -> Python -> JavaScriptDebugger). GitOrigin-RevId: a1e5a3d8121daf4f949abd0a602eb79c8a6f6dd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ac50dea990
commit
17ed1d40a1
@@ -29,6 +29,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<depends optional="true" config-file="python-copyright-plugin.xml">com.intellij.copyright</depends>
|
||||
<depends optional="true" config-file="intellilang-python-support.xml">org.intellij.intelliLang</depends>
|
||||
<depends optional="true" config-file="python-terminal-plugin.xml">org.jetbrains.plugins.terminal</depends>
|
||||
<depends optional="true" config-file="python-grazie-plugin.xml">tanvd.grazi</depends>
|
||||
|
||||
<application-components>
|
||||
<component>
|
||||
|
||||
Reference in New Issue
Block a user