- Manage your Addons
- Check CPU usage
- Check Memory usage
- Simple Interface
Use slash command "/am" or "/addonmanager"
The goal of this addon was to make a very simple interface to turn on and off my addons while monitoring which ones were resource hogs. It features a scrollable table that lists every installed addon and its information. Use your mouse to change settings. Hover over the name for a description. Hover over the status to check dependencies. Click on the column names to sort the list respective to that column.
If you had a version prior to 5, you should do a clean install to remove unused files.
Change Log - Addon Manager
Version History
6
Works for 3.0 Beta
Shows all memory used in the garbage collector, in addition to user addons
Inserted fontstrings for all buttons
5
Rewrote addon table into objects
Sortable columns
Reorganized table presentation
Allows periodic updating of data
Displays a faint text warning of CPU monitoring
Tracks change in memory and CPU
Scroll bar implemented
New distinct graphic icons
4
increased viewable items to 15
Removed unused variables
Merged cpu and memory update buttons
Mousewheel support for scrolling
3
inserted memory tracking
small changes in ui positioning and text
2
adjusted displayed text
1
Created addon mod to utilize new 2.1 functions
Optional Files - Addon Manager
Sorry, there are currently no optional files available.
Did you want to leave profiling on without the text? I would have to modify the addon to accommodate that.
Thats what I meant.
Most slowdowns I encounter are in raid so I would like to fire addon before raid, do some raiding and check resultslater, but CPU profiling text kinda gets in way while raiding
If thats not to much work it would be nice to have option to turn on/off that text.
The "Cpu profilling" text that appears on your screen is intended to remind you that you have turned on the CPU monitoring. Normally, you will not want to run with this option on, since it is a performance degrade.
To disable CPU profiling, use the command /am to open the addon window, uncheck the CPU Profiling option at the top, then click on the Reload UI at the bottom left.
Did you want to leave profiling on without the text? I would have to modify the addon to accommodate that.
@ Prototype
I could change the word from /am to /addon to avoid an ambiguous conflict, but there might be some other addons that use that command as well. I'll try to figure out why the full name command isn't working.
You will have be more specific then "ugly" if you would like a change. I'm not a mind reader.
Is the color scheme wrong? Too dark? Wrong colors?
Are you expecting aero glass style background? Wow-themed panels?
Do you think the layout could be adjusted?
Those are nice ideas woowoowoo. I'll up the number visible to 15 or 20. The merging the update buttons will be an easy fix. I'll attempt to get mouse wheeling to work (haven't done that before)
-update-
I've implemented all three. I made the viewable range at 15, but should you desire a larger table, you can easily edit the lua source code at the top where I declared the variable:
local addonsvisible = 15
Simply adjust that value to your preference, save, and perform a UI reload.
Last edited by Crepusculu : 05-25-2007 at 05:10 PM.
Would it be possible to make the window slightly taller (so you can see more info at a time), merge the 2 update buttons into 1 or update it automatically and to add the ability to scroll using your mousewheel.
Last edited by woowoowoo : 05-25-2007 at 08:29 AM.