clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

Fix build select with multiple folders on Windows #149

Closed Zshazz closed 10 years ago

Zshazz commented 10 years ago

In Windows, when you had multiple folders open, this would fail to match the folder the file currently open resides in, causing it to be unable to detect a pre-existing project.xml, for instance.

Using the platform-agnostic os.sep fixed this issue.

clemos commented 10 years ago

Thanks :)