Sublime Forum

3114: ST3 freezes up when using more than one instance

#1

Setup:
Ubuntu 16.04
preferences.sublime-settings:
{ "bold_folder_labels": true, "color_scheme": "Packages/Oasis Theme/Oasis.tmTheme", "highlight_line": true, "hot_exit": true, "ignored_packages": [ "C", "C++", "Vintage" ], "remember_open_files": true, }

Sequence to reproduce

  1. Open one instance of sublime text in any path:
    subl .
  2. Open a second instance of sublime text in another path:
    subl ~/code
  3. In the second sublime instance, double click on any file in the file navigator.

Expected behavior:
Instance 2 of ST3 opens the clicked file for editing.

Actual behavior:
Both instances of ST3 freeze, The screens start getting darker. It hangs there forever. I have to run
pkill subl

0 Likes