OPENIDE #82 Hide OpenIDE from Jetbrains Toolbox app

(cherry picked from commit e6a734d3544962e3e2a7b9204371bc4f21263f5c)

(cherry picked from commit 50931bb69a)

(cherry picked from commit 102197510c)

(cherry picked from commit 5f13c603d7)
(cherry picked from commit 412ba19da8)
This commit is contained in:
Nikita Iarychenko
2026-09-16 13:47:06 +04:00
parent 85cbbf9861
commit e5d4011bbc
3 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
<component xmlns="http://jetbrains.org/intellij/schema/application-info">
<version eap="false" major="2026" minor="2.2"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com"/>
<company name="OpenIDE" url="https://openide.ru"/>
<build number="IC-__BUILD__" date="__BUILD_DATE__" majorReleaseDate="20260716"/>
<logo url="/openide_logo.png"/>
<icon svg="/openide.svg" svg-small="/openide_16.svg"/>
@@ -161,7 +161,7 @@ public final class ConsentOptions implements ModificationTracker {
static final ConsentOptions ourInstance = new ConsentOptions(new IOBackendImpl(getBundledResourcePath(), getConfirmedConsentsFile()));
private static String getBundledResourcePath() {
if ("JetBrains".equals(System.getProperty("idea.vendor.name"))) {
if ("OpenIDE".equals(System.getProperty("idea.vendor.name"))) {
return "consents.json";
}
@@ -2095,7 +2095,7 @@ ide.show.open.button.in.tip.dialog.description=Shows the Open button in the Tip
ide.save.missing.jb.colors=false
ide.save.missing.jb.colors.description=A missing named color will be added to UIDefaults with !!! suffix
ide.hide.toolbox.promo=false
ide.hide.toolbox.promo=true
ide.hide.toolbox.promo.description=Removes JetBrains Toolbox promotion from the update settings page
ide.show.plugins.in.editor=false