kayler-renslow / arma-dialog-creator

A dialog/GUI creation tool for Arma 3.
MIT License
76 stars 12 forks source link

Cant make Macro global or delete one #24

Open tuntematonjr opened 6 years ago

tuntematonjr commented 6 years ago

Version and Build

1.0.3. build 24

Summary

How does one delete macro? How share macros with all projects?

Detail

I have custom control classes what use macros and im sharing my custom control classes with other projects/dialogs. I want to use only one CustomControlClasses.hpp file for all my dialogs. So i cant update thoes control classes with out creating same macro for all my projects.

Also would be nice to have ability to save macros in CustomControlClasses file instead

kayler-renslow commented 6 years ago

I think I'll do this when I get around to rewriting project loading code. Not sure when that will be because I've been really neglecting Arma IntelliJ Plugin and I want to make some progress on that.