SublimeREPL
SublimeREPL copied to clipboard
Re-use tab when running python code with SublimeREPL
This is a feature request for not creating a new tab every time a code gets executed in a repl, but re-use the existing tab, just as wished in the this stackoverflow question
I'd also like to see this implemented, thanks!
I would also like to see this feature implemented. I've tried getting used to using the "cmd+w" shortcut to close the REPL window everytime I run a program, but on more than one occasion the main code window ends up closing instead. Having a re-usuable REPL window would solve this issue.
That feature would be awesome.
More than welcome...
This would be a great feature.
SublimeREPL seems to be the only feasible way to run interactive python program within sublime and reusing the tab is the one most natural thing it lacks.
+1 this would be awesome ! Please develop :)
Totally agree !
+1 ,pls ,thanks!
+1
+1
+1 This would make my life so much better!
+1
+1
+1
People, for a while now Github added the ability to add a +1 directly to the comment, instead of adding a new comment saying '+1'.
Please stop adding comments saying +1? Just add a :+1: emoji to the top comment by clicking on the smiley face to the top right.
@Gabriel-p +1 :)
I'll try to do this when I have the time, but remember we are accepting (and merging) pull requests now.
+1
+1
+1
+1
+1
That would be amazing to have this feature.
Need this.
A much needed feature indeed. My quick hack for this was to add the following line in the "repl_python_run" command in SublimeREPL\config\Python\Main.sublime-menu, right before the "external_id": "python" argument:
"view_id": "*REPL* [python]",
and then to change the line:
if view.id() == view_id
into:
if view.name() == view_id
in SublimeREPL\sublimerepl.py.
@ggstefanov Nice one - works as expected!
Give this man a raise!
@ggstefanov Thanks so much, this worked as expected!
Only thing it needs now is to switch to the tab automatically when it's re-run.
@ggstefanov nice work!
@ggstefanov https://github.com/ggstefanov - Thanks to Stefanov
On Tue, Jun 6, 2017 at 2:15 AM wangyu [email protected] wrote:
@ggstefanov https://github.com/ggstefanov nice work!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wuub/SublimeREPL/issues/481#issuecomment-306428874, or mute the thread https://github.com/notifications/unsubscribe-auth/ARP_57n3p2RGVoCPtS9UuoMNISWSKzZsks5sBRiggaJpZM4JBPEw .