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

Suggest current file's folder as rope folder path #57

Closed aronj closed 11 years ago

aronj commented 11 years ago

If there is no folders open in sublime current file's folder is suggested.

If buffer is unsaved or no file is open then suggest "~".

I've tried the four scenarios successfully.

JulianEberius commented 11 years ago

Seems like a reasonable addition. Thanks!