Splitting the screen
Would help a lot for repl-driven coding workflow
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- username-removed-698 mentioned in issue #127 (closed)
mentioned in issue #127 (closed)
- username-removed-698 mentioned in merge request !31 (merged)
mentioned in merge request !31 (merged)
- Author Owner
This works but is pretty sketchy and experimental.
Right now you have to invoke it in a very awkward way, and it only splits vertically in half. We need functions to change the active buffer.
- Author Owner
Splits are currently invoked like so for a triple split:
split = function() local w,h = ship.ui.get_screen_size() ship.editor.set_splits({[{10,10,w/2-10,h}] = "current", [{w/2+10,10,w/2,h/2-10}] = "*console*", [{w/2+10,h/2,w/2,h/2}] = "last"}) end
- Author Owner
Editor specific stuff can be tracked in Polywell.
- username-removed-698 Status changed to closed
Status changed to closed
Please register or sign in to reply