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

Restructure refactoring works only on GNU/Linux #36

Closed DamnWidget closed 12 years ago

DamnWidget commented 12 years ago

I just adviced that refactor restructure works only on GNU/Linux.

Seems like in Windows and Mac OS X platforms view calls must be done in main_thread only. You can use sublime.set_timeout to wrapper the calls

JulianEberius commented 12 years ago

Can anyone confirm that they work? I never use this feature myself ;-)

DamnWidget commented 12 years ago

It's working for me.