SublimeREPL has an called open_repl_in_group (se code here):
// Specify whether to move repls to a different Sublime Text group (frame)
// immediately on opening. Setting this to true will simply move it to
// the 'next' group from the one that was in focus when it was opened
// (one down with row layout, one to the right with column and grid
// layout). Alternatively, you can set this to the index of the group in
// which you want all repls to be opened (index 0 being the top-left group).
// Activating this option will NOT automatically change your layout/create
// a new group if it isn't open.
"open_repl_in_group": 2,
This is very useful to ensure that all tabs are created in the same group. As far as I can tell, this can not be achieved with the options available in Origami.
SublimeREPL has an called
open_repl_in_group
(se code here):This is very useful to ensure that all tabs are created in the same group. As far as I can tell, this can not be achieved with the options available in Origami.