I'm using the SublimeREPL package. The title in the tab where the code is running is very long and makes navigating the tabs a hassle:
Can the title shown in the REPL tab be modified and/or suppressed all together?
I'm using the SublimeREPL package. The title in the tab where the code is running is very long and makes navigating the tabs a hassle:
Can the title shown in the REPL tab be modified and/or suppressed all together?
Copyright © 2021 Jogjafile Inc.

In the answer you linked, one of the steps was to create a custom plugin to run your virtualenv REPL. You can customize the tab's title by changing the
repl_openmethod to pass an"external_id"key and value. Here is the modified plugin code:And here you can modify the arguments you send to the plugin to define the tab's name (the default being
Python):