summaryrefslogtreecommitdiff
path: root/platform/util/resources/misc/registry.properties
diff options
context:
space:
mode:
Diffstat (limited to 'platform/util/resources/misc/registry.properties')
-rw-r--r--platform/util/resources/misc/registry.properties18
1 files changed, 14 insertions, 4 deletions
diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties
index 11ace8a42cad..5b37906c82ec 100644
--- a/platform/util/resources/misc/registry.properties
+++ b/platform/util/resources/misc/registry.properties
@@ -45,6 +45,15 @@ ide.firstStartup=true
ide.debugMode=false
ide.debugger.inline=false
ide.debugger.inline.description=Enables variables view in editor
+ide.debugger.inline.fg.color=61,128,101
+ide.debugger.inline.fg.color.description=Inline values foreground
+ide.debugger.inline.dark.fg.color=61,128,101
+ide.debugger.inline.dark.fg.color.description=Inline values foreground for dark editor scheme
+ide.debugger.inline.fg.modified.color=202,128,33
+ide.debugger.inline.fg.modified.color.description=Inline modified values foreground
+ide.debugger.inline.dark.fg.modified.color=161,131,10
+ide.debugger.inline.dark.fg.modified.color.description=Inline modified values foreground for dark editor scheme
+
ide.debugMode.description=Record additional information to make bug reports more informative.
ide.debug.minProgressTime=0
ide.forcedShowTooltip=alt
@@ -122,7 +131,6 @@ editor.use.scrollable.tabs=true
editor.smarterSelectionQuoting=true
editor.skip.copy.and.cut.for.empty.selection=false
editor.distraction.free.mode=false
-editor.use.preview=false
editor.add.carets.on.double.control.arrows=true
ide.showIndexRebuildMessage=false
@@ -183,9 +191,6 @@ compiler.process.use.memory.temp.cache=true
compiler.process.use.memory.temp.cache.description=Store temporary data in memory for faster compilation;\
requires larger heap size for the build process. If parallel build is enabled, the option is ignored and temp data is always stored in memory.
-compiler.process.use.external.javac=false
-compiler.process.use.external.javac.description=Run javac compiler in a separate process (allows to run build process with smaller heap size).
-
compiler.process.debug.port=-1
compiler.automake.trigger.delay=300
@@ -233,6 +238,9 @@ ide.completion.autopopup.choose.by.enter=true
java.completion.make.outer.variables.final=true
java.completion.make.outer.variables.final.description=Make variables accessed from inner class final automatically
+java.annotations.inference.nullable.method.transitivity=true
+java.annotations.inference.nullable.method.transitivity.description=Restart is required; if a method result is a call to a @Nullable method, reports the caller as @Nullable as well
+
documentation.component.editor.font=false
ide.completion.show.better.matching.classes=true
@@ -414,3 +422,5 @@ ide.new.markup.markers.description=New error stripe markers
spy.js.realtime.evaluation=false
spy.js.realtime.evaluation.description=Enables spy-js autocomplete and realtime evaluation
+
+new.css.schema.enabled=false