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

More comfortable management of the global modules cache #37

Open JulianEberius opened 12 years ago

JulianEberius commented 12 years ago

We need functions for adding and removing modules to the global cache without editing settings files. Another important feature would be project-specific "autoimport_modules" settings instead of the current global setting.

DamnWidget commented 12 years ago

I agree. I'll ride on it this weekend.

DamnWidget commented 12 years ago

Feature implemented on pull request #41