promotional bannermobile promotional banner

Addon Mgr

Abandoned
This allows the currently loaded addons to be changed without reloading. This also allows saving sets of addons.

File Details

v1.2.0

  • R
  • Mar 3, 2010
  • 30.38 KB
  • 2.2K
  • 3.3.0
  • Retail

File Name

AddonMgr-v1.2.0.zip

Supported Versions

  • 3.3.0

tag v1.2.0
243d2ed0529316fe79fb4c6563e6033902bd6b23
matthewf <matthewf@curseforge.com>
2010-03-03 18:54:47 +0000

Version 1.2.0

This fixes the bug reported by sconley, which was that you could
click through the drop down menus.

This implements the option to show memory use of addons in their
tooltips.

This adds three slash commands:

load [save]
    This loads the given save. This does not reload the ui.
show
    This shows the Addon Manager
reload
    This reloads the UI.

Made this a minor version update because it adds the slash commands.

--------------------

matthewf:
    - Fixes #36 : Adds an Option to display memory use
    This finishes the fix for #36, as it adds the options
    entry that controls the display of the memory in the
    tooltip. This option is saved between sessions.
    - This trims the strings coming from the edit box
    This ensures that the save names created can all
    be specified on the command line.
    - Fixes #38 : Adds slash commands
    load [save]
        Loads the save name specified
        Does not reload the UI
    show
        Shows the addon manager
    reload
        Reloads the UI
    - Fixes #36 : Shows memory useage in tooltip
    A better way of handling the updating of the
    memory cache might be good - currently it is
    updated every time a tooltip is created.
    - Fixes #47 : Cannot click through drop down menu
    The drop down menu cannot be clicked through. Nor do
    buttons that are beneath it highlight when you move
    over them.