SublimeRope icon indicating copy to clipboard operation
SublimeRope copied to clipboard

Correctly use Rope's project API

Open JulianEberius opened this issue 13 years ago • 0 comments

SublimeRope should use Rope's API more correctly. It should keep one project open in memory for all views of one ST2 project (or window) and use its report_changed, validate etc calls consistently. The global and project module cache should have a unified interface (only one command to regenerate) for SublimeRopes user, and cache rebuilds for the global cache could be triggered automatically when the settings change etc etc.

I'll start working on these changes myself, as I have some time, but I wanted to record them here.

JulianEberius avatar Nov 19 '12 11:11 JulianEberius