mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
PY-72274 separating content for python core/pro plugins
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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9c5d2e3085
commit
0c73c9eff9
@@ -68,7 +68,7 @@ import static com.jetbrains.python.ast.PyAstFunction.Modifier.STATICMETHOD;
|
||||
* These methods don't depend on the Python runtime.
|
||||
*
|
||||
* @see PyPsiUtils for utilities used in Python PSI API
|
||||
* @see PyUiUtil for UI-related utilities for Python (available in intellij.python.community.impl)
|
||||
* @see PyUiUtil for UI-related utilities for Python (available in PythonCore plugin)
|
||||
*/
|
||||
public final class PyUtil {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user