Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1012 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1012 Bytes

preserve-layout-plugin

IntelliJ IDEA plugin that allows you to import and export menu layouts

Codacy Badge License: 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