Closed genesisbryant closed 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! :)
Please test. Try to use import lime.project.*; in *.hxp files if you have issues with autocomplete or compilation.
import lime.project.*;
*.hxp
It works!! :) :) Thank you so much!! :D
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! :)