Closed fwienber closed 6 years ago
Cool, you really did it and made this Open Source! Code looks really nice and clean - like! This PR solves the only thing that is red in IDEA right after check-out. Your code relies on _properties classes being generated from the .properties files, which works, but using ResourceManager does have some advantages (see PR text above).
Thanks a lot for the feedback and the fix!
Using ResourceManager.getInstance().getString(bundle, key) instead of_properties.INSTANCE[key] provides better IDE support:
Also, you are already using resourceManager in MXML expressions, so using it in (static) ActionScript code, too, is more consistent.