M
M
Mikhail Lebedev2020-03-24 19:41:20
Python
Mikhail Lebedev, 2020-03-24 19:41:20

Sublime Text3 tab REPL update?

5e7a36015e3bc808685676.png
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

1 answer(s)
S
SeRGyK83, 2020-04-07
@SeRGyK83

https://www.youtube.com/watch?v=Av_m_kbnzuY&t=39s

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question