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

Setting paths that include escape chars fails in windows #66

Open asfaltboy opened 11 years ago

asfaltboy commented 11 years ago

When creating a new project in windows, project/virtualenv paths that contain backslash + special chars such as 'c:\test' are not escaped and thus fail to resolve to the correct path when needed.

A solution can be to force escaping backslashes. I will submit a pull request.