From 268bc9307fc1a416172b95ab68dce8fb2fa5f49d Mon Sep 17 00:00:00 2001 From: "Vladimir.Koshelev" Date: Mon, 17 Feb 2025 13:24:35 +0100 Subject: [PATCH] [python] move PyProjectScopeBuilder to pycharm community customization GitOrigin-RevId: fb38f3038a19bd66302920ce435d03da891a5fb5 --- .../resources/intellij.pycharm.community.ide.impl.xml | 9 +++++++++ .../community/ide/impl}/PyProjectScopeBuilder.java | 4 ++-- python/pluginCore/resources/META-INF/plugin.xml | 3 --- 3 files changed, 11 insertions(+), 5 deletions(-) rename python/{src/com/jetbrains/python/psi/search => ide/impl/src/com/intellij/pycharm/community/ide/impl}/PyProjectScopeBuilder.java (95%) diff --git a/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml b/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml index bf5b7c87c140..6a85b50ba408 100644 --- a/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml +++ b/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml @@ -17,6 +17,10 @@ + + + + + diff --git a/python/src/com/jetbrains/python/psi/search/PyProjectScopeBuilder.java b/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/PyProjectScopeBuilder.java similarity index 95% rename from python/src/com/jetbrains/python/psi/search/PyProjectScopeBuilder.java rename to python/ide/impl/src/com/intellij/pycharm/community/ide/impl/PyProjectScopeBuilder.java index 7b7522d12008..a8ab926c893f 100644 --- a/python/src/com/jetbrains/python/psi/search/PyProjectScopeBuilder.java +++ b/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/PyProjectScopeBuilder.java @@ -1,5 +1,5 @@ -// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -package com.jetbrains.python.psi.search; +// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. +package com.intellij.pycharm.community.ide.impl; import com.intellij.injected.editor.VirtualFileWindow; import com.intellij.openapi.project.Project; diff --git a/python/pluginCore/resources/META-INF/plugin.xml b/python/pluginCore/resources/META-INF/plugin.xml index 8cc80f009188..ec567bfa329b 100644 --- a/python/pluginCore/resources/META-INF/plugin.xml +++ b/python/pluginCore/resources/META-INF/plugin.xml @@ -85,9 +85,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of implementationClass="com.jetbrains.python.requirements.PoetryDependencyPackageNameCompletionContributor"/> -