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

Option to always open tab in a given group #437

Open
Gabriel-p opened this issue Sep 22, 2024 · 0 comments
Open

Option to always open tab in a given group #437

Gabriel-p opened this issue Sep 22, 2024 · 0 comments

Comments

@Gabriel-p
Copy link

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.

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

No branches or pull requests

1 participant