An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# preserve-layout-plugin
IntelliJ IDEA plugin that allows you to import and export menu layouts

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/15d39900a3ce45a9bf564087bab81f82)](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)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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