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
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...
The text was updated successfully, but these errors were encountered:
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:
It would be nice to have this feature.
Thanks again...
The text was updated successfully, but these errors were encountered: