mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[platform] ExperimentalUIConfigurable: cleanup
GitOrigin-RevId: 0be22557aaaa0a7ec85096886192a8b626a13280
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9400647f5d
commit
f9bed2296b
@@ -23,14 +23,13 @@ import javax.swing.JLabel
|
||||
|
||||
private const val PROMO_URL = "https://youtu.be/WGwECgPmQ-8"
|
||||
|
||||
/**
|
||||
* @author Konstantin Bulenkov
|
||||
*/
|
||||
open class ExperimentalUIConfigurable : BoundSearchableConfigurable(IdeBundle.message("configurable.new.ui.name"), "reference.settings.ide.settings.new.ui") {
|
||||
@Suppress("ExtensionClassShouldBeFinalAndNonPublic")
|
||||
open class ExperimentalUIConfigurable : BoundSearchableConfigurable(IdeBundle.message("configurable.new.ui.name"),
|
||||
"reference.settings.ide.settings.new.ui") {
|
||||
|
||||
private val EP_NAME: ExtensionPointName<ExperimentalUIConfigurable> = ExtensionPointName.create("com.intellij.newUIConfigurable")
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
val EP_NAME: ExtensionPointName<ExperimentalUIConfigurable> = ExtensionPointName.create("com.intellij.newUIConfigurable")
|
||||
const val EXPLORE_NEW_UI_URL_TEMPLATE = "https://www.jetbrains.com/%s/new-ui/?utm_source=product&utm_medium=link&utm_campaign=new_ui_release"
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ package com.jetbrains.python.configuration
|
||||
import com.intellij.ui.ExperimentalUIConfigurable
|
||||
import com.intellij.util.PlatformUtils
|
||||
|
||||
class PyExperimentalUIConfigurable : ExperimentalUIConfigurable() {
|
||||
internal class PyExperimentalUIConfigurable : ExperimentalUIConfigurable() {
|
||||
|
||||
override fun getExploreNewUiUrl(): String {
|
||||
return EXPLORE_NEW_UI_URL_TEMPLATE.format("pycharm")
|
||||
|
||||
Reference in New Issue
Block a user