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

.ropeproject cannot be placed outside of source code dir #25

Open codecure opened 12 years ago

codecure commented 12 years ago

For example, in ropevim i can store my .ropeprojects in ~/RopeProj, and open project from there. Can SublimeRope do that ?

JulianEberius commented 12 years ago

Yes this might be nice, for example when working with projects on some server... I've looked at Rope and the behaviour seems hard-coded there on first sight. When I have some time, I will check how ropevim solved this.

Julian

crucialfelix commented 11 years ago

just add a project setting that can point to a .ropeproject

at the moment absolutely nothing works for me, not even an error message. I guess its because its not finding the .ropeproject which is not in the same dir as the this particular source file