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 for opening all files in new window #6

Open
Codingrecipes opened this issue Mar 22, 2013 · 0 comments
Open

Option for opening all files in new window #6

Codingrecipes opened this issue Mar 22, 2013 · 0 comments

Comments

@Codingrecipes
Copy link

Hi

First thanks for the great plugin, I find it very useful however I had to make a little modification to add the ability to open all open files in a new window.

For me it was as simple as:

for view in self.window.views():
    sublime.windows()[-1:][0].open_file(view.file_name())

It would be nice to have this feature.

Thanks again...

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

1 participant