jdonaldson / vaxe

A modern, modular vim mode for Haxe.
219 stars 36 forks source link

Issue with vaxe+haxeflixel #75

Open remogatto opened 9 years ago

remogatto commented 9 years ago

Hi,

$ flixel tpl -n "HelloWorld"
$ cd HelloWorld
$ mv Project.xml project.xml
$ vim source/Main.hx

produces the image attached. I'm on Ubuntu Linux 14.04. Thanks in advance.

schermata del 2015-06-25 18 06 12

jdonaldson commented 9 years ago

There's been problems off and on with flixel for a while... let me check the latest behavior.

remogatto commented 9 years ago

Thank you!

remogatto commented 9 years ago

The issue seems related to this one: openfl/openfl#734

remogatto commented 9 years ago

Ok, it seems I've found a workaround:

$ openfl test neko
$ cp export/linux64/neko/haxe/release.hxml ./project.xml.hxml

And then vaxe works as expected but of course this isn't a fix.

remogatto commented 9 years ago

Hi, any news about this issue? Thank you.