How can I reset "Window -> Default Layout"?

Answered

I accidentally used `Window -> Store current Layout as Default`,
but I would like to reset it to the initial "factory setting".

How can I do that? 

If it is not possible from UI, which file should I remove in `~/.config/JetBrains/IntelliJIdea2020.1/`?
(I don't want to purge all settings for that)

I use IDE settings sync embedded plugin. The IDEA version is 2020.1. The OS is Ubuntu.

0
1 comment

The configuration is stored in <IDE config>/options/window.state.xml file under the

<component name="WindowManager">

node. There is no dedicated action to reset it to the IDE defaults.

P.S. Please note: these settings are not synchronized/shared between different IDE installations. They are specific to your local environment.

2

Please sign in to leave a comment.