Answer the question
In order to leave comments, you need to log in
Sublime Text3 tab REPL update?
How to force the sublime to update the REPL tab instead of opening a new one all the time? ↑↑↑
↓↓↓ This method didn't help :(
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
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question