JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

freezes on new non-saved files #41

Closed hellman closed 10 years ago

hellman commented 11 years ago

Create new file using command line:

$ subl newfile.py

It opens in sublime and is non-saved. Now if you type any letters, sublime freezes for a couple of seconds (looking for autocomplete?). If you save it (ctrl+s) everything becomes fine.

Disabling SublimePythonIDE package solves the problem. Re-enable it and bug works again.

Sublime Text 3, build 3047 on Linux Mint 14

asfaltboy commented 11 years ago

can you please open the ST3 console (press ctrl+~) and look for any output after the line "plugins loaded", a traceback would be most useful (or just copy latest ~50 lines after issue occurs)

hellman commented 11 years ago

I've disabled other plugins to make it cleaner. (The bug still works) Full log: http://pastie.org/private/n1y19jxafdknha3wefhi6w

reloading plugin SublimePythonIDE.sublime_python
reloading plugin SublimePythonIDE.sublime_python_linting
loaded 842 snippets
reloading plugin SublimePythonIDE.util
plugins loaded
[rsub] Server running on localhost:52698...
proc_args: ['/usr/bin/python', '/home/hellman/.config/sublime-text-3/Packages/SublimePythonIDE/server/server.py', '41623']
started server on port 41623 with /usr/bin/python
Package Control: Skipping automatic upgrade, last run at 2013-10-07 10:00:39, next run at 2013-10-07 11:00:39 or after
JulianEberius commented 10 years ago

Should be better now, merged scratchfile branch into master.