Skip to content

Instantly share code, notes, and snippets.

@NonLogicalDev
Created September 27, 2022 17:33
Show Gist options
  • Save NonLogicalDev/2fad55f52c26dcd633966c69dd483955 to your computer and use it in GitHub Desktop.
Save NonLogicalDev/2fad55f52c26dcd633966c69dd483955 to your computer and use it in GitHub Desktop.
Enable IntelliJ Experimental UI
--- /Users/USER/Library/Application Support/JetBrains/IntelliJIdea2022.2/before.txt 2022-09-27 10:30:08.000000000 -0700
+++ /Users/USER/Library/Application Support/JetBrains/IntelliJIdea2022.2/jba_config/ide.general.xml 2022-09-27 10:31:36.000000000 -0700
@@ -1,34 +1,36 @@
<application>
<component name="GeneralSettings">
<option name="autoSaveIfInactive" value="true" />
<option name="confirmExit" value="false" />
<option name="confirmOpenNewProject2" value="0" />
<option name="inactiveTimeout" value="5" />
<option name="processCloseConfirmation" value="TERMINATE" />
<option name="reopenLastProject" value="false" />
<option name="searchInBackground" value="true" />
<option name="showTipsOnStartup" value="false" />
</component>
<component name="Registry">
<entry key="mac.editor.thumb.default.alpha.base" value="0" />
<entry key="mac.editor.thumb.default.alpha.delta" value="102" />
<entry key="mac.editor.thumb.darcula.alpha.base" value="0" />
<entry key="mac.editor.thumb.darcula.alpha.delta" value="102" />
<entry key="mac.editor.thumb.default.fill.min" value="102" />
<entry key="mac.editor.thumb.default.fill.max" value="150" />
<entry key="mac.editor.thumb.darcula.fill.min" value="102" />
<entry key="mac.editor.thumb.darcula.fill.max" value="163" />
<entry key="ide.balloon.shadow.size" value="0" />
<entry key="ide.mac.allowDarkWindowDecorations" value="true" />
<entry key="ide.tree.ui.experimental" value="false" />
<entry key="documentation.show.toolbar" value="true" />
+ <entry key="ide.experimental.ui" value="true" />
<entry key="debugger.new.tool.window.layout" value="true" />
</component>
<component name="StatusBar">
<option name="widgets">
<map>
<entry key="Memory" value="true" />
</map>
</option>
</component>
</application>
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment