Results 35 comments of as3boyan
trafficstars

When I use `--enable-logging` in node-webkit, it shows console(seems like it's created for each nw process), it there is an option to not show there these consoles to user?

I think this is related to how you merge changes through pull request

@EBatTiVo Not yet, basically, it requires lots of cases to handle.

I don't think that JavaScript debugging is implemented. IntelliJ IDEA Ultimate has such feature, but we didn't implemented it yet. If I'm not mistaking it's planned to implement debugging support...

@zhulu-mike Debugging for Flash target in IntelliJ IDEA 13 Ultimate should work just fine. I heard that people use it. @EBatTiVo > IDEA 13 Community Edition is a Java-only platform....

@grisevg There is https://github.com/EBatTiVo/intellij-haxe/tree/ClassHierarchyIDEA14, but it's not updated to latest yet. It used to compile plugin in IDEA14 and worked for me, but still https://github.com/EBatTiVo/intellij-haxe/tree/ClassHierarchy branch still needs some work...

That's weird. You are using Linux? Anyway that shouldn't matter much. > http://jasonsturges.com/2014/11/28/openfl-and-haxe-in-intellij-14/ Removing module shouldn't be necessary anymore I hope. > Then i opened project.iml file and found that...

So it was not visible in dialog? EDIT: I mean hxml file, it should filter by *.hxml extension at least how it should work

Same thing with RPG Interface demo itself if I set `FlxG.camera.x = 100;` Maybe I'm missing something

Sorry, previous example is bad, I mean `FlxG.camera.scroll.set(100, 0);` ![](http://i.imgur.com/l6L9jdZ.png) So some elements are ok like HUD with scrollfactor 0, but popup itself get's scrolled.