Download
(31 Kb)
Download
Updated: 11-29-12 08:52 PM
Pictures
File Info
Compatibility:
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:11-29-12 08:52 PM
Created:10-26-11 01:06 PM
Downloads:5,072
Favorites:86
MD5:
Categories:Miscellaneous, Data Mods, Graphic UI Mods
stAddonManager  Popular! (More than 5000 hits)
Version: v1.2.5
by: Safturento [More]
stAddonManager is a very simplistic addon that allows you to enable and disable addons without having
to log out. It has a search function for added convenience in finding a specific addon. To toggle the window, use any of the three slash commands (/stam, /staddonmanager, /staddon) or press escape and press the stAddonManager button in the Game Menu.

Profiles:
Enable All Enables every addon in the list
Disable All Disables every addon in the list
New Profile Allows you to create a new profile, and saves the currently enabled addons to that profile.
Set This will enable only the addons in the profile. (Hold shift to add this profile to the currently enabled addons)
Remove This will disable the addons in the profile.
Delete Allows you to delete the profile if you don't want it anymore.
Update Allows you to update the profile.

To see the change-log click here
Git Commit Summary: https://github.com/Safturento/stAddonManager
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Author
Date
v1.2.4
31kB
Safturento
11-11-12 11:03 AM
v1.2.4
33kB
Safturento
11-03-12 10:13 AM
v1.2.2
33kB
Safturento
11-03-12 12:09 AM
v1.2.2
31kB
Safturento
11-03-12 12:06 AM
v1.2.1
33kB
Safturento
11-01-12 12:18 AM
v1.2
33kB
Safturento
10-31-12 10:29 PM
v1.1.1
30kB
Safturento
10-26-12 12:13 PM


Post A Reply Comment Options
Old 11-01-12, 10:55 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 63
Uploads: 14
Originally Posted by Tonyleila
Nice update now I still miss the scroll bar to scroll down fast and an option to update (overwrite) profils.

If you Delete profils the popup massage is missing a spacer.

Btw 10% of all men are Red–green color blind. Loved the blue one
You can actually hold shift and it will scroll all the way down/up in one scroll tick.

Yeah I had a few typos that I'll fix in the next version.

Hmm I never thought about color blindness, I'll make some sort of color blind mode. :P
Safturento is offline Report comment to moderator  
Reply With Quote
Old 11-01-12, 07:49 AM  
Tonyleila
A Chromatic Dragonspawn
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 976
Uploads: 26
Nice update now I still miss the scroll bar to scroll down fast and an option to update (overwrite) profils.

If you Delete profils the popup massage is missing a spacer.

Btw 10% of all men are Red–green color blind. Loved the blue one
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Tonyleila is offline Report comment to moderator  
Reply With Quote
Old 10-27-12, 09:42 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 63
Uploads: 14
Originally Posted by Tonyleila
I have to say that i like the old design much more I remember your problem about pixel perfection but I can't life without a scrool function. Also I miss seeing what addons are enabled while klicking on a profil. This has made it so easy so check if this new addon is enabled in every of me profils. Now I have to go to profils, set profil, go back to addons, go to the page where the addon is check if its enabled than go back to profils enable 2. profil go back to addons go again to the page where the addon is and check if its enabled.....


No shure if this is finished yet but if you are at profils you have to klick profils again to go back to addons. Also search bar is not working for profils
Also Disable/enable all buttons its not showing a change inside the addon list
Why did you decide to rework this? It was just perfect before.


Originally Posted by Rammoth
Is it possible to change the font on it, so it will not be pixel small font anymore? I can't read that font, I have bad eyes...
just replace the "visitor.ttf" inside media folder with the font you like?

Or just open the api. lua and replace
Code:
API.font = { format("Interface\\AddOns\\%s\\media\\visitor.ttf", addon), 12, "MONOCHROMEOUTLINE" }
with
Code:
API.font = { format("Fonts\\FRIZQT__.TTF", addon), 12, "THINOUTLINE" }
I was trying to condense the windows so that it didn't just sprout new windows out of the main one, but I agree with you that it ends up being kind of a pain. It'll be on the side again for the next release. I'm also working on a few improvements including the ability to swap between regular and pixel fonts, and the ability to scroll through the addons.
Safturento is offline Report comment to moderator  
Reply With Quote
Old 10-27-12, 05:05 PM  
Tonyleila
A Chromatic Dragonspawn
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 976
Uploads: 26
I have to say that i like the old design much more I remember your problem about pixel perfection but I can't life without a scrool function. Also I miss seeing what addons are enabled while klicking on a profil. This has made it so easy so check if this new addon is enabled in every of me profils. Now I have to go to profils, set profil, go back to addons, go to the page where the addon is check if its enabled than go back to profils enable 2. profil go back to addons go again to the page where the addon is and check if its enabled.....


No shure if this is finished yet but if you are at profils you have to klick profils again to go back to addons. Also search bar is not working for profils
Also Disable/enable all buttons its not showing a change inside the addon list
Why did you decide to rework this? It was just perfect before.


Originally Posted by Rammoth
Is it possible to change the font on it, so it will not be pixel small font anymore? I can't read that font, I have bad eyes...
just replace the "visitor.ttf" inside media folder with the font you like?

Or just open the api. lua and replace
Code:
API.font = { format("Interface\\AddOns\\%s\\media\\visitor.ttf", addon), 12, "MONOCHROMEOUTLINE" }
with
Code:
API.font = { format("Fonts\\FRIZQT__.TTF", addon), 12, "THINOUTLINE" }
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 10-27-12 at 06:14 PM.
Tonyleila is offline Report comment to moderator  
Reply With Quote
Old 10-27-12, 08:56 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 675
Uploads: 1
Is it possible to change the font on it, so it will not be pixel small font anymore? I can't read that font, I have bad eyes...
Rammoth is offline Report comment to moderator  
Reply With Quote
Old 10-27-12, 08:17 AM  
Tonyleila
A Chromatic Dragonspawn
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 976
Uploads: 26
Thanks for the update!

Any way to update a profil? For now I always have to remove old profil and add the profil again... bad if you have 5 profils and only want to add a new addon to every profil
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 10-27-12 at 08:18 AM.
Tonyleila is offline Report comment to moderator  
Reply With Quote
Old 10-27-12, 12:37 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 63
Uploads: 14
Originally Posted by Kendian
Hiyas, love the addon, it's what I've been looking for, aesthetic wise, and cpu.
I've used and addon named LoadIT forever, it seems. But aurora doesn't skin it, and frankly am tired of keeping it up to date. Here's the crux, I have KGPanel with an onclick script to call my loadIT

if not pressed then return end
LoadITmenu_ToggleMenu()

And it works, open the addon so I can then enable or disable my addons.
I'm trying to work out a script for this one, so I can finally replace LoadIT and came up with this

if not pressed then return end
if stAddonManager:IsVisible() then
stAddonManager:Hide()
else
stAddonManager:Show()
end
My problem is it will only work until I /reload and AFTER I've pressed esc and clicked addons button, to enable for first time. Any pointers, lol? I'd really appreciate it~
This should do the trick:
Code:
if not pressed then return end
stAddonManager:LoadWindow()
That function is what clicking the button runs, so it takes care of initializing, showing, and hiding the addon.
Safturento is offline Report comment to moderator  
Reply With Quote
Old 10-26-12, 04:44 PM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 175
Uploads: 13
Hiyas, love the addon, it's what I've been looking for, aesthetic wise, and cpu.
I've used and addon named LoadIT forever, it seems. But aurora doesn't skin it, and frankly am tired of keeping it up to date. Here's the crux, I have KGPanel with an onclick script to call my loadIT

if not pressed then return end
LoadITmenu_ToggleMenu()

And it works, open the addon so I can then enable or disable my addons.
I'm trying to work out a script for this one, so I can finally replace LoadIT and came up with this

if not pressed then return end
if stAddonManager:IsVisible() then
stAddonManager:Hide()
else
stAddonManager:Show()
end
My problem is it will only work until I /reload and AFTER I've pressed esc and clicked addons button, to enable for first time. Any pointers, lol? I'd really appreciate it~
__________________
Kendian is offline Report comment to moderator  
Reply With Quote
Old 10-26-12, 04:02 PM  
twopro
A Defias Bandit

Forum posts: 3
File comments: 177
Uploads: 0
Originally Posted by Safturento
Originally Posted by devilArt
update for MOP please
I completely rewrote the addon about a week ago, I'm just adding in the profiles and search bar and it'll be updated.

hey, i hate the font. how can i change it? and i can't resize the window pane.
twopro is offline Report comment to moderator  
Reply With Quote
Old 10-26-12, 12:52 PM  
devilArt
A Fallenroot Satyr
 
devilArt's Avatar

Forum posts: 22
File comments: 91
Uploads: 0
hi Safturento
thanks for update
devilArt is offline Report comment to moderator  
Reply With Quote
Old 10-23-12, 12:16 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 63
Uploads: 14
Originally Posted by devilArt
update for MOP please
I completely rewrote the addon about a week ago, I'm just adding in the profiles and search bar and it'll be updated.
Safturento is offline Report comment to moderator  
Reply With Quote
Old 09-29-12, 07:04 PM  
Tonyleila
A Chromatic Dragonspawn
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 976
Uploads: 26
still working fine in MoP but iI got this errors... ok iI just saw I'm using an old version (v1.3.2-712c7c1) I'll try latest version

Code:
1x stAddonmanager-v1.3.1-068d028\stAddonManager.lua:398: bad argument #1 to 'unpack' (table expected, got string)
stAddonmanager-v1.3.1-068d028\stAddonManager.lua:398: in function `LoadWindow'
stAddonmanager-v1.3.1-068d028\stAddonManager.lua:587: in function <Interface\AddOns\stAddonmanager\stAddonManager.lua:585>

nil

Locals:
table: 30DA72C8
Code:
1x stAddonmanager-v1.3.1-068d028\stAddonManager.lua:10: unexpected symbol near 'local'

nil

Locals:
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 09-29-12 at 07:05 PM.
Tonyleila is offline Report comment to moderator  
Reply With Quote
Old 09-15-12, 03:24 AM  
devilArt
A Fallenroot Satyr
 
devilArt's Avatar

Forum posts: 22
File comments: 91
Uploads: 0
update for MOP please
devilArt is offline Report comment to moderator  
Reply With Quote
Old 12-08-11, 12:40 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 63
Uploads: 14
Originally Posted by Xpariah
Originally Posted by Catok
The Game Menu button is not skinned for Elvui v3 it seems. I get no lua error.
I can confirm this.
Should be working now.
Safturento is offline Report comment to moderator  
Reply With Quote
Old 11-30-11, 07:47 PM  
Xpariah
A Kobold Labourer
 
Xpariah's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Originally Posted by Catok
The Game Menu button is not skinned for Elvui v3 it seems. I get no lua error.
I can confirm this.
Xpariah is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: