mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IDEA-324496 Add Links to New UI pages in Settings
- Moved configurables from plugins packages into ide packages GitOrigin-RevId: 3b28b0194d6ba91007d45495ff42f2efd22bb43f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7f13fd2d26
commit
59a10f0de7
@@ -75,6 +75,7 @@
|
||||
|
||||
<statistics.counterUsagesCollector implementationClass="com.jetbrains.python.sdk.configuration.PySdkConfigurationCollector"/>
|
||||
<defaultToolWindowLayout implementation="com.jetbrains.python.PyToolWindowLayoutProvider" order="last"/>
|
||||
<newUIConfigurable implementation="com.jetbrains.python.configuration.PyExperimentalUIConfigurable"/>
|
||||
</extensions>
|
||||
|
||||
<extensions defaultExtensionNs="Pythonid">
|
||||
|
||||
@@ -7,7 +7,6 @@ import com.intellij.util.PlatformUtils
|
||||
class PyExperimentalUIConfigurable : ExperimentalUIConfigurable() {
|
||||
|
||||
override fun getExploreNewUiUrl(): String {
|
||||
// DataSpell loads PyExperimentalUIConfigurable and therefore cannot use own ExperimentalUIConfigurable (because of conflicts)
|
||||
return EXPLORE_NEW_UI_URL_TEMPLATE.format(if (PlatformUtils.isDataSpell()) "dataspell" else "pycharm")
|
||||
return EXPLORE_NEW_UI_URL_TEMPLATE.format("pycharm")
|
||||
}
|
||||
}
|
||||
@@ -317,7 +317,6 @@
|
||||
id="com.jetbrains.python.configuration.PyIntegratedToolsModulesConfigurable"
|
||||
bundle="messages.PyBundle"
|
||||
key="configurable.PyIntegratedToolsModulesConfigurable.display.name"/>
|
||||
<newUIConfigurable implementation="com.jetbrains.python.configuration.PyExperimentalUIConfigurable"/>
|
||||
<search.optionContributor implementation="com.jetbrains.python.PySearchableOptionContributor"/>
|
||||
|
||||
<treeStructureProvider implementation="com.jetbrains.python.projectView.PyTreeStructureProvider"/>
|
||||
|
||||
Reference in New Issue
Block a user