Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler flags always false #725

Open
Geokureli opened this issue Jan 15, 2018 · 2 comments
Open

Compiler flags always false #725

Geokureli opened this issue Jan 15, 2018 · 2 comments

Comments

@Geokureli
Copy link

Geokureli commented Jan 15, 2018

originally posted here. was told to report it here, still not sure if it's a bug or if there's something I'm supposed to do.

It appears that every compile flag in my project is considered false even though my project.xml sets them to true. They work fine and as expected when I compile, and I can even put breakpoints in these incorrectly disabled areas, but it's a real chore dealing with these excluded sections. Is there a way to have these flags accurately reflect the compile flags in my project.xml?

Using version 0.11.2 for idea 2017.x on Mac OS High Sierra

@Geokureli Geokureli changed the title Compiler flags Compiler flags always false Jan 15, 2018
@EricBishton
Copy link
Member

There is currently no synchronization of the project flags between the IntelliJ-Haxe plugin and the project.xml. It is planned, and I've been working on it, but it's not there yet.

For the time being, the compile flags must be duplicated in the project settings dialog manually. Add them via the File->Project Structure...->Modules(left pane)->Haxe(right pane)->Project Macros->Edit button.

@EricBishton
Copy link
Member

Duplicate of #622.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants