clemos / haxe-sublime-bundle

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

No .HXP Project Support? #229

Closed genesisbryant closed 9 years ago

genesisbryant commented 9 years ago

The plugin doesn't currently support .hxp projects for Lime/OpenFL programs, right? Here's the .hxp spec; it's meant to be a substitute for the project.xml file.

http://www.openfl.org/documentation/projects/project-files/hxp-format/

Is there any way to enable the plugin to use .hxp project definitions instead of project.xml ones?

Cheers! :)

ghost commented 9 years ago

Please test. Try to use import lime.project.*; in *.hxp files if you have issues with autocomplete or compilation.

genesisbryant commented 9 years ago

It works!! :) :) Thank you so much!! :D