Christopher Mandlbaur

Results 5 issues of Christopher Mandlbaur

Currently running on ultimate 2018.1.4 EAP with latest plugin build(1.0.2.dev.3ea6747) ```haxe "banana".replace("na", "ba"); // Resolves var apples = "apples"; apples.replace("app", "abb"); // Resolves ("banana" + "apples").replace("a", "o"); // Doesn't Resolve...

bug
Priority 3

Any chance of getting a newer release up onto npm? I currently reference a specific hash on the repo to get the package with the security work around I need.

I have tried to setup the plugin and have run into a few issues. 1. How do you update the version after initial install? I tried running install again and...

I am going to be adding support for passing through individual files and options to provide features akin to [TexturePacker's](https://www.codeandweb.com/texturepacker/documentation#command-line) cli. Would this be of use? Should I make a...

Are there any plans to add support for the speed sensor as well?