clemos / haxe-sublime-bundle

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

Linux case sensetive fs #51

Closed profelis closed 12 years ago

profelis commented 12 years ago

Sometimes bundle search files in Haxe folder, sometimes in HaXe folder. Symlink safe me.

clemos commented 12 years ago

Normally it should only be HaXe. I actually mainly work on linux and for me the package works out of the box. Can you be more specific as to what's going on when you don't have a Haxe symlink ?

profelis commented 12 years ago

I installed new ubuntu with new account. I installed SL2 in my home folder :)

Git clone in Haxe - completition ok, build no, can't find ../HaXe/... Rename Haxe -> HaXe, restart SL2, SL2 can't find highlight files .../Haxe

Symlink Haxe <-> HaXe build and completition ok :)

clemos commented 12 years ago

As mentioned in the documentation, cloning to HaXe (and not Haxe) is the recommended way, and should work without further manipulation. Using "Haxe" will indeed lead to failures with default key bindings (build,...), since the path "HaXe" is hard coded in this file : https://github.com/clemos/haxe-sublime2-bundle/blob/master/Default.sublime-keymap It would be nice to have these path dynamically populated, but I don't think it's possible. So I think there's no real issue here ;)