You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: