https://github.com/vduseev/preserve-layout-plugin
IntelliJ plugin that allows you to import and export menu and window layouts in every JetBrains IDE product
https://github.com/vduseev/preserve-layout-plugin
export import intellij intellij-plugin layout preserve save
Last synced: 8 months ago
JSON representation
IntelliJ plugin that allows you to import and export menu and window layouts in every JetBrains IDE product
- Host: GitHub
- URL: https://github.com/vduseev/preserve-layout-plugin
- Owner: vduseev
- License: mit
- Created: 2017-10-08T16:23:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T20:39:41.000Z (over 8 years ago)
- Last Synced: 2025-08-02T16:56:00.458Z (11 months ago)
- Topics: export, import, intellij, intellij-plugin, layout, preserve, save
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# preserve-layout-plugin
IntelliJ IDEA plugin that allows you to import and export menu layouts
[](https://www.codacy.com/app/vagiz.d/preserve-layout-plugin?utm_source=github.com&utm_medium=referral&utm_content=vduseev/preserve-layout-plugin&utm_campaign=Badge_Grade)
[](https://opensource.org/licenses/MIT)
## Description
This plugin provides Export & Import functionality for IntelliJ window layout.
Preserve your favorite layout across different projects.
## Usage
Plugin is accessible via Window Menu:
* **Export project layout:** export current window layout to 'layout.xml'
* **Import project layout:** import 'layout.xml' into current project
## Notes
**Important Note:** You have to reopen a project after layout import to apply changes.
## Feature development plan:
* Get rid of need to reopen a project. See Issue #16