From 6558ffdac9b9e9cc7976ab8e7a93c2e2d7ee0b83 Mon Sep 17 00:00:00 2001 From: Alexey Kudravtsev Date: Fri, 8 Nov 2024 13:45:06 +0100 Subject: [PATCH] make registry flag "highlighting.essential.should.restart.in.full.mode.on.save.all" to fix "disable IDEA-362841 Essential Mode unconditionally shows invalid reference errors after "Save all". Can we make it configurable? (cherry picked from commit 3d36bd1698f443ea8ffb89b286ad7e9cd84607b8) IJ-CR-149829 GitOrigin-RevId: 211d27d11f6f24fcdfab34a00f66706ad4d54223 --- platform/util/resources/misc/registry.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 35f2faf1ebbd..686a97000bde 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -2551,5 +2551,8 @@ properties.file.encoding.legacy.support.description=Switch the encoding for prop highlighting.essential.should.restart.in.full.mode.on.save.all=true highlighting.essential.should.restart.in.full.mode.on.save.all.description="Essential Mode" highlighting should re-highlight its current file in the full mode upon "Save All" action execution +highlighting.essential.should.restart.in.full.mode.on.save.all=true +highlighting.essential.should.restart.in.full.mode.on.save.all.description="Essential Mode" highlighting should re-highlight its current file in the full mode upon "Save All" action execution + # please leave this note as last line # TODO please use EP com.intellij.registryKey for plugin/product specific keys