SublimeREPL icon indicating copy to clipboard operation
SublimeREPL copied to clipboard

Re-use tab when running python code with SublimeREPL

Open krlng opened this issue 9 years ago • 54 comments

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

krlng avatar Jun 29 '16 15:06 krlng

I'd also like to see this implemented, thanks!

RobertMyles avatar Jul 13 '16 11:07 RobertMyles

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.

55Cancri avatar Jul 14 '16 19:07 55Cancri

That feature would be awesome.

ghost avatar Jul 16 '16 16:07 ghost

More than welcome...

HyperplnMilan avatar Aug 10 '16 10:08 HyperplnMilan

This would be a great feature.

zephub avatar Sep 26 '16 19:09 zephub

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.

axil avatar Oct 04 '16 17:10 axil

+1 this would be awesome ! Please develop :)

nafets33 avatar Nov 21 '16 22:11 nafets33

Totally agree !

margauxpanache avatar Nov 24 '16 23:11 margauxpanache

+1 ,pls ,thanks!

zhz avatar Dec 16 '16 01:12 zhz

+1

gmhurley avatar Dec 19 '16 03:12 gmhurley

+1

neilbramley avatar Dec 24 '16 00:12 neilbramley

+1 This would make my life so much better!

vosilov avatar Jan 09 '17 02:01 vosilov

+1

margauxpanache avatar Jan 09 '17 09:01 margauxpanache

+1

oro1989 avatar Jan 23 '17 09:01 oro1989

+1

KarimReefat avatar Feb 03 '17 06:02 KarimReefat

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 avatar Feb 03 '17 11:02 Gabriel-p

@Gabriel-p +1 :)

gacelita avatar Feb 03 '17 11:02 gacelita

I'll try to do this when I have the time, but remember we are accepting (and merging) pull requests now.

gacelita avatar Feb 03 '17 11:02 gacelita

+1

quantumds avatar Feb 25 '17 00:02 quantumds

+1

KarimLulu avatar Mar 02 '17 15:03 KarimLulu

+1

univang avatar Apr 19 '17 18:04 univang

+1

mhdelta avatar Apr 20 '17 03:04 mhdelta

+1

fighterii avatar Apr 20 '17 12:04 fighterii

That would be amazing to have this feature.

MohamedAbdultawab avatar Apr 29 '17 03:04 MohamedAbdultawab

Need this.

AbhishekMawai avatar May 05 '17 12:05 AbhishekMawai

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 avatar May 31 '17 05:05 ggstefanov

@ggstefanov Nice one - works as expected!

Give this man a raise!

fighterii avatar May 31 '17 08:05 fighterii

@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.

JoeJazzy avatar Jun 01 '17 13:06 JoeJazzy

@ggstefanov nice work!

wangyu0354 avatar Jun 06 '17 09:06 wangyu0354

@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 .

nafets33 avatar Jun 12 '17 20:06 nafets33