mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
IDEA-343666 [NPW] fix: use platform icons for languages that present in the Install Plugin popup
GitOrigin-RevId: 838fbf9231cf7ce331c46c4161896a4a51d384ca
This commit is contained in:
committed by
intellij-monorepo-bot
parent
127f9c9bf1
commit
8c13ac897a
@@ -1,11 +1,11 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.python.community.plugin.java
|
||||
|
||||
import com.intellij.icons.AllIcons
|
||||
import com.intellij.ide.projectWizard.NewProjectWizardConstants
|
||||
import com.intellij.ide.wizard.NewProjectWizardStep
|
||||
import com.intellij.ide.wizard.language.LanguageGeneratorNewProjectWizard
|
||||
import com.jetbrains.python.newProject.NewPythonProjectStep
|
||||
import com.jetbrains.python.psi.icons.PythonPsiApiIcons
|
||||
|
||||
/**
|
||||
* A wizard for creating new pure-Python projects in IntelliJ.
|
||||
@@ -16,7 +16,7 @@ internal class PythonNewProjectWizard : LanguageGeneratorNewProjectWizard {
|
||||
|
||||
override val name = NewProjectWizardConstants.Language.PYTHON
|
||||
|
||||
override val icon = PythonPsiApiIcons.Python
|
||||
override val icon = AllIcons.Language.Python
|
||||
|
||||
override val ordinal = 600
|
||||
|
||||
|
||||
Reference in New Issue
Block a user