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

Suggestion: alternative mode for right hand pane #18

Open
joningold opened this issue Jun 22, 2016 · 1 comment
Open

Suggestion: alternative mode for right hand pane #18

joningold opened this issue Jun 22, 2016 · 1 comment

Comments

@joningold
Copy link
Member

To steal a trick from Inform 7's split-pane IDE: the right pane can be switched from the player view to another code view, so you can look at different parts of the same file at once (and potentially, at two files at one).

@joethephish
Copy link
Member

For implementation:

  • Requires generalising the usage of playerView.js and editorView.js.
  • The layout of the two panes are currently hard coded in index.html and in the CSS. Instead, we could create CSS classes for .leftPane and .rightPane. And I'd suggest at the same time as this task, add .singlePane too, to go full screen in a particular view.

Once the code is more flexible / generalised, we'd add some (xcode-style?) UI to toggle the two panes, which would be managed from controller.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants