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

open examples in new tab, instead of new window #77

Closed
wants to merge 1 commit into from
Closed

open examples in new tab, instead of new window #77

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 15, 2013

Hello.
I find opening each next examples in new window annoying.
There is patch to open all examples in new tabs.

@Robot-Will
Copy link
Owner

Sorry, I think an example is a project, so a new window is better.

@gusano
Copy link
Contributor

gusano commented Nov 17, 2013

I would also vote for "open in new tab".. or at least that we have the choice.

@sylvia43
Copy link

sylvia43 commented Aug 4, 2014

New tab is my opinion, but if we're going for new window at least close the PR.

@geonicz
Copy link

geonicz commented Sep 24, 2014

Also hate openning windows instead of tabs :)
Don't know if it's good solution(if does not affect the rest functions of stino), but this modification solves the problem.
in sketch.py file change corresponding lines to:
if src_file_list:
# sublime.run_command('new_window')
# window = sublime.windows()[-1]
window = sublime.active_window()
for src_file in src_file_list:
window.open_file(src_file)

used it a long time and found no bugs till now
please, comment if it's somewhere terribly wrong :)

@Robot-Will Robot-Will closed this Nov 24, 2014
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

Successfully merging this pull request may close these issues.

None yet

5 participants