简体   繁体   English

无法添加openfl参数

[英]openfl arguments can't be added

I've just installed haxe plugin for intellij 14, my openfl project has macros, when I try to add them as arguments in: In File->Structure->Modules->OpenFL Arguments 我刚刚为intellij 14安装了haxe插件,当我尝试在以下位置将其作为参数添加时,openfl项目具有宏:在File-> Structure-> Modules-> OpenFL Arguments中

when press ok, then open the dialog again, all the arguments I've added is gone! 当按ok,然后再次打开对话框时,我添加的所有参数都消失了!

How can I fix this issue? 如何解决此问题?

EDIT 编辑

My project compiles just fine in FlashDevelop, where I've added the macros as additional compiler options in the project properties 我的项目在FlashDevelop中编译得很好,我在其中将宏添加为项目属性中的其他编译器选项。

Maybe a little late to the party... 也许聚会晚一点...

That was a bug in the IntelliJ Haxe plugin itself. 那是IntelliJ Haxe插件本身的错误。 The field data was never saved. 字段数据从未保存过。 It's fixed now, in release 0.9.9: https://github.com/TiVo/intellij-haxe/releases/tag/0.9.9 它在0.9.9版本中现已修复: https : //github.com/TiVo/intellij-haxe/releases/tag/0.9.9

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM