mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE #18 Removing Ultimate recommendations
(cherry picked from commit 51b3d30ceafcc14c225dfef7710f6e6945f5c198) (cherry picked from commit51c6120cfb) (cherry picked from commit537434b1b5) (cherry picked from commit672701e9a0) (cherry picked from commit558ce1c806)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<moduleBuilder builderClass="com.intellij.java.promo.PromoSpringModuleBuilder"/>
|
||||
|
||||
<registryKey key="idea.ultimate.features.hints.enabled"
|
||||
defaultValue="true"
|
||||
defaultValue="false"
|
||||
description="IntelliJ IDEA Ultimate features in UI"/>
|
||||
</extensions>
|
||||
|
||||
|
||||
@@ -674,7 +674,7 @@ fun disableTryUltimate(project: Project) = setTryUltimateKey(project, true)
|
||||
fun enableTryUltimate(project: Project) = setTryUltimateKey(project, false)
|
||||
|
||||
@ApiStatus.Internal
|
||||
fun tryUltimateIsDisabled(): Boolean = PropertiesComponent.getInstance().getBoolean(TRY_ULTIMATE_DISABLED_KEY)
|
||||
fun tryUltimateIsDisabled() : Boolean = true
|
||||
|
||||
@ApiStatus.Internal
|
||||
fun tryUltimate(
|
||||
|
||||
@@ -18,11 +18,7 @@ import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
private const val IGNORE_ULTIMATE_EDITION = "promo.ignore.suggested.ide"
|
||||
|
||||
internal var isIgnoreIdeSuggestion: Boolean
|
||||
get() = PropertiesComponent.getInstance().isTrueValue(IGNORE_ULTIMATE_EDITION)
|
||||
|| PlatformUtils.isJetBrainsClient()
|
||||
|| (!PlatformUtils.isCommunityEdition() && PluginManagerCore.isDisabled(PluginManagerCore.ULTIMATE_PLUGIN_ID))
|
||||
set(value) = PropertiesComponent.getInstance().setValue(IGNORE_ULTIMATE_EDITION, value)
|
||||
internal var isIgnoreIdeSuggestion: Boolean = true
|
||||
|
||||
@get:Deprecated("Use `getPluginSuggestionNotificationGroup()`")
|
||||
@get:ApiStatus.ScheduledForRemoval
|
||||
|
||||
Reference in New Issue
Block a user