mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE #18 Removing Ultimate recommendations
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<moduleBuilder builderClass="com.intellij.ide.ultimatepromo.PromoSpringModuleBuilder"/>
|
||||
|
||||
<registryKey key="idea.ultimate.features.hints.enabled"
|
||||
defaultValue="true"
|
||||
defaultValue="false"
|
||||
description="IntelliJ IDEA Ultimate features in UI"/>
|
||||
</extensions>
|
||||
|
||||
|
||||
@@ -651,7 +651,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(
|
||||
|
||||
@@ -21,9 +21,7 @@ private const val IGNORE_ULTIMATE_EDITION = "promo.ignore.ultimate.edition"
|
||||
@get:JvmName("getLog")
|
||||
internal val LOG: Logger = Logger.getInstance("#PluginsAdvertiser")
|
||||
|
||||
var isIgnoreIdeSuggestion: Boolean
|
||||
get() = PropertiesComponent.getInstance().isTrueValue(IGNORE_ULTIMATE_EDITION)
|
||||
set(value) = PropertiesComponent.getInstance().setValue(IGNORE_ULTIMATE_EDITION, value)
|
||||
var isIgnoreIdeSuggestion: Boolean = true
|
||||
|
||||
val notificationGroup: NotificationGroup
|
||||
get() = NotificationGroupManager.getInstance().getNotificationGroup("Plugins Suggestion")
|
||||
|
||||
Reference in New Issue
Block a user