Clément Charmet
Clément Charmet
Ok. What Haxe version do you use ?
Isn't this a feature :p ? In any case, I guess it should be reported to the compiler, shouldn't it ?
I'll try to test it on macOS asap
It's currently not possible But it might indeed be interresting to name builds using comments + a convention, like : ``` # name : debug ``` or something.
I don't really like adding yet another "project file" type on top of .hxml and .sublime-project. I actually think it would be even better if the refactoring branch could work...
I wasn't talking about "guessing" a name from flags like `-debug` or such. My suggestion was about using `-D build_release` rather than `# build : release`. For the reasons I...
I'm really not comfortable with adding yet another project file. What I wouldn't want is a situation similar to .hxproj files : I don't like the way some projects more...
Yes it's very complicated :) I don't really plan to look into it anytime soon, though. I made a few experiements for member renaming / find usage / jump to...
Hi Heinz, I've tested the latest version. I get another error : ``` Traceback (most recent call last): File "./sublime_plugin.py", line 362, in run_ File "./haxe/commands/find_declaration.py", line 58, in run...
FYI it's currently here : https://github.com/clemos/shocohx/blob/master/generate_compressor_model.py