SublimeText / Origami

Split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.
MIT License
1.21k stars 82 forks source link

Change window's set_layout to run_command('set_layout') #132

Closed alkuzad closed 6 years ago

alkuzad commented 6 years ago

This change is needed for alkuzad/CloseMinimapOnMultiView#1 to work. SublimeText3 sends events for each layout change but window.set_layout isn't.

There is also SublimeTextIssues/Core#2144 for this missing event but it seems there is no easy fix as I thought before. Current problem is a result of inconsistency made in development by Jon and fix for that - even if can be made - is still not likely to change Window class behaviour.

adzenith commented 6 years ago

Thanks!