Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the placement of watched output. #197

Merged
merged 2 commits into from Nov 9, 2014

Conversation

markalfred
Copy link
Contributor

According to the basic rules:
With 2 panes, always put the compiled JS in the other pane.
With more than 2 panes, put the compiled JS to the right (or below), unless there is no pane to the right (or below).

More detailed rules:
With the following Layouts, with the following Input panes selected, Output will appear in...

Layout Input Output
1x1 Only pane New column to the right
2x1 Left Right
2x1 Right Left
1x2 Top Bottom
1x2 Bottom Top
3x1 Left Middle
3x1 Middle Right
3x1 Right Middle
4x1 Left Mid-Left
4x1 Mid-Left Mid-Right
4x1 Mid-Right Right
4x1 Right Mid-Right
2x2 Top-Left Top-Right
2x2 Top-Right Top-Left
2x2 Bottom-Left Bottom-Right
2x2 Bottom-Right Bottom-Left

Closes #182

Mark Battersby added 2 commits October 22, 2014 16:47
Previously, output was always placed in the second pane. This change
places it in other, more appropriate panes, depending on which one is
currently active.
@aponxi
Copy link
Owner

aponxi commented Nov 9, 2014

Thank you for improving this! Watch mode is the crown jewel of this plugin :)

aponxi added a commit that referenced this pull request Nov 9, 2014
Improve the placement of watched output.
@aponxi aponxi merged commit 13ec98b into aponxi:master Nov 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smarter placement of watched output
2 participants