JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

Fixed pythion nonexistance misdetection, when editing *nix projects in windows #83

Open yma-het opened 8 years ago

yma-het commented 8 years ago

When trying to edit in windows linux project with shebang header like "#!/usr/bin/env python", SublimePythonIDE breaks detection cycle when first not-None value is occured. For windows it breaks IDE.