WindowLayoutManager icon indicating copy to clipboard operation
WindowLayoutManager copied to clipboard

A plugin for managing window layout in intelij based IDEs.

Results 10 WindowLayoutManager issues
Sort by recently updated
recently updated
newest added

sometimes this error message pops up: IDEA 23.6 ``` com.intellij.diagnostic.PluginException: No display name specified in plugin descriptor XML file for configurable com.layoutmanager.ui.settings.SettingsPage; specify it using 'displayName' or 'key' attribute to...

Would it be possible to add an option to apply an existing layout to all opened projects at once? Im moving between portable mode and desk mode (with 2 monitors)...

I have 3 Activity classes opened as tabs within same window. Two on the left and one which has been split and moved to the right. Restoring the layout will...

Let's say I have a layout with the project window on the left, terminal at the bottom and database on the right. I store this layout, minimize (close) the database...

Is it possible to automatically load preferred layout on IDE startup? Currently I have to manually select my preferred layout from menu (Window > Apply Window Layout). If such functionality...

enhancement

Hello, I'd like to ask whether this plugin should store how IDE's tabs are ordered with their configurations as well.. I hoped this plugin would solve the issue I have...

enhancement

It would be very nice if window layouts could be connected to specific screen layouts and change automatically. I usually have multiple projects open and when docking/undocking, I have to...

It seems that the main window size will not restored. Is this not possible? I have a multi monitor setup and want to spread the IDE on my thee monitors...

enhancement

When switching layouts... version: 1.4.0 IntelliJ 2020.1.4 ``` java.lang.NullPointerException at com.layoutmanager.ui.helpers.ToolWindowHelper.setBounds(ToolWindowHelper.java:48) at com.layoutmanager.layout.restore.RestoreLayoutAction.lambda$applyToolWindowLayout$5(RestoreLayoutAction.java:97) at java.base/java.util.HashMap.forEach(HashMap.java:1336) at com.layoutmanager.layout.restore.RestoreLayoutAction.applyToolWindowLayout(RestoreLayoutAction.java:83) at com.layoutmanager.layout.restore.RestoreLayoutAction.applyLayout(RestoreLayoutAction.java:56) at com.layoutmanager.layout.restore.RestoreLayoutAction.actionPerformed(RestoreLayoutAction.java:46) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:280) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.lambda$actionPerformed$0(ActionMenuItem.java:296) at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:281) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(IdeFocusManagerImpl.java:77) at...

bug
good first issue