This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel?
ReforgeLite consumes a non-trivial amount of addon memory all the time (about 3MB). It would be nice to load the addon dynamically only when you open the reforging window, thus saving on load time and memory for the vast majority of sessions where you do not reforge.
This can be accomplished very easily using AddonLoader. All that's required for AddonLoader support is to add the following three lines to the headers in ReforgeLite.toc:
## LoadManagers: AddonLoader ## X-LoadOn-Events: FORGE_MASTER_OPENED ## X-LoadOn-FORGE_MASTER_OPENED: AddonLoader:LoadAddOn('ReforgeLite'); ReforgeLite:OnEvent('FORGE_MASTER_OPENED')
I support this.
You can also add this line so the slash command works with AddonLoader.
## X-LoadOn-Slash: /reforge
Bump - Can you please merge this patch into the release?
It's a 3-line change that makes a huge improvement for users of AddonLoader, and will not affect other users in any way at all..
To post a comment, please login or register a new account.