Sublime Forum

ST3 - hangs loading files

#1

OS: Ubuntu 12.04x32
Build: 3008

Sometimes (seems random) when I try to open a file I get the progress bar you see when sublime is opening a large file.
However, it doesn’t move and I won’t be able to open that file unless I restart the editor.
I’ve had this happen with both large, average & empty files.

  • icholy
0 Likes

#2

I have the same issue. I’m on Ubuntu.

Version: 2.0.1
Build: 2217

If that helps I open sublime with the following bash function:

function subl() { sublime_text -n "$@" & }

Then I can simply do:

subl .

in a directory that I want to open.

0 Likes

#3

Same at Mac OS X, while opening some stand-alone HTML files

0 Likes