diff --git a/.idea/modules.xml b/.idea/modules.xml index 3173cacbabd0..71a4757295d0 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -1099,6 +1099,7 @@ + diff --git a/python/ide/impl/BUILD.bazel b/python/ide/impl/BUILD.bazel index 38ce9f3c0a4f..bc7099d83692 100644 --- a/python/ide/impl/BUILD.bazel +++ b/python/ide/impl/BUILD.bazel @@ -17,7 +17,7 @@ jvm_library( name = "impl", module_name = "intellij.pycharm.community.ide.impl", visibility = ["//visibility:public"], - srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True), + srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True), resources = [":impl_resources"], deps = [ "//platform/analysis-api:analysis", diff --git a/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/icons/PycharmCommunityIdeImplIcons.java b/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/icons/PycharmCommunityIdeImplIcons.java deleted file mode 100644 index 6b780f47efc5..000000000000 --- a/python/ide/impl/gen/com/intellij/pycharm/community/ide/impl/icons/PycharmCommunityIdeImplIcons.java +++ /dev/null @@ -1,23 +0,0 @@ -// 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.icons; - -import com.intellij.ui.IconManager; -import org.jetbrains.annotations.NotNull; - -import javax.swing.*; - -/** - * NOTE THIS FILE IS AUTO-GENERATED - * DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead - */ -@org.jetbrains.annotations.ApiStatus.Internal -public final class PycharmCommunityIdeImplIcons { - private static @NotNull Icon load(@NotNull String path, int cacheKey, int flags) { - return IconManager.getInstance().loadRasterizedIcon(path, PycharmCommunityIdeImplIcons.class.getClassLoader(), cacheKey, flags); - } - /** 24x24 */ public static final @NotNull Icon ImportFile = load("icons/importFile.svg", -2037408220, 2); - /** 24x24 */ public static final @NotNull Icon Junie = load("icons/junie.svg", 1266626381, 2); - /** 24x24 */ public static final @NotNull Icon JupyterNotebook = load("icons/jupyterNotebook.svg", 1280505602, 2); - /** 24x24 */ public static final @NotNull Icon Learn = load("icons/learn.svg", -78177221, 2); - /** 24x24 */ public static final @NotNull Icon PythonFile = load("icons/pythonFile.svg", 147678377, 2); -} diff --git a/python/ide/impl/intellij.pycharm.community.ide.impl.iml b/python/ide/impl/intellij.pycharm.community.ide.impl.iml index 059d323251cc..a00de333ce95 100644 --- a/python/ide/impl/intellij.pycharm.community.ide.impl.iml +++ b/python/ide/impl/intellij.pycharm.community.ide.impl.iml @@ -25,7 +25,6 @@ - diff --git a/python/pluginCore/plugin-content.yaml b/python/pluginCore/plugin-content.yaml index 458d08562877..6362d49fdb1e 100644 --- a/python/pluginCore/plugin-content.yaml +++ b/python/pluginCore/plugin-content.yaml @@ -1,9 +1,21 @@ +- name: lib/modules/intellij.platform.ide.nonModalWelcomeScreen.backend.jar + contentModules: + - name: intellij.platform.ide.nonModalWelcomeScreen.backend +- name: lib/modules/intellij.platform.ide.nonModalWelcomeScreen.frontend.jar + contentModules: + - name: intellij.platform.ide.nonModalWelcomeScreen.frontend - name: lib/modules/intellij.platform.ide.nonModalWelcomeScreen.jar contentModules: - name: intellij.platform.ide.nonModalWelcomeScreen - name: lib/modules/intellij.python.ast.jar contentModules: - name: intellij.python.ast +- name: lib/modules/intellij.python.common.frontend.jar + contentModules: + - name: intellij.python.common.frontend +- name: lib/modules/intellij.python.common.jar + contentModules: + - name: intellij.python.common - name: lib/modules/intellij.python.community.aliasProvider.jar contentModules: - name: intellij.python.community.aliasProvider diff --git a/python/pluginCore/resources/META-INF/plugin.xml b/python/pluginCore/resources/META-INF/plugin.xml index e86d3c2c37d3..ebc6578f2ec8 100644 --- a/python/pluginCore/resources/META-INF/plugin.xml +++ b/python/pluginCore/resources/META-INF/plugin.xml @@ -69,5 +69,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of +