JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

python_regenerate_cache is blocking #20

Closed temoto closed 12 years ago

temoto commented 12 years ago

Sublime is not responsive while python_regenerate_cache command is working.

JulianEberius commented 12 years ago

Should be fixed in the current version.

Julian