add simple FAQ
This commit is contained in:
+15
-1
@@ -1,5 +1,7 @@
|
||||
--[[ $Id$ ]]
|
||||
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
|
||||
local AceConfigDialog = LibStub("AceConfigDialog-3.0")
|
||||
|
||||
local getFunc, setFunc
|
||||
@@ -120,7 +122,19 @@ local function getOptions()
|
||||
set = function(info, value) Bartender4.db.profile.tooltip = value end,
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
faq = {
|
||||
name = "FAQ",
|
||||
desc = "Frequently Asked Questions",
|
||||
type = "group",
|
||||
order = 200,
|
||||
args = {
|
||||
faq = {
|
||||
type = "description",
|
||||
name = L["FAQ_TEXT"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Bartender4.options.plugins.profiles = { profiles = LibStub("AceDBOptions-3.0"):GetOptionsTable(Bartender4.db) }
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@
|
||||
<Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
||||
<Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
||||
<Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
||||
</Ui>
|
||||
</Ui>
|
||||
|
||||
@@ -1 +1,31 @@
|
||||
--[[ $Id$ ]]
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4","enUS",true)
|
||||
if not L then return end
|
||||
|
||||
L["FAQ_TEXT"] = [[
|
||||
|cffffd200
|
||||
I just installed Bartender4, but my keybindings do not show up on the buttons/do not work entirely.
|
||||
|r
|
||||
Bartender4 only converts the bindings of Bar1 to be directly usable, all other Bars will have to be re-bound to the Bartender4 keys. A direct indicator if your key-bindings are setup correctly is the hotkey display on the buttons. If the key-bindings shows correctly on your button, everything should work fine as well.
|
||||
|
||||
|cffffd200
|
||||
How do I change the Bartender4 Keybindings then?
|
||||
|r
|
||||
Until some sort of quick-access menu is put in (Minimap/FuBar/etc.), you will have to use the |cffffff78/kb|r chat command to open the keyBound control.
|
||||
|
||||
Once open, simply hover the button you want to bind, and press the key you want to be bound to that button. The keyBound tooltip and on-screen status will inform you about already existing bindings to that button, and the success of your binding attempt.
|
||||
|
||||
|cffffd200
|
||||
I've found a bug! Where do I report it?
|
||||
|r
|
||||
You can report bugs or give suggestions at |cffffff78http://www.wowace.com/forums/index.php?topic=13258.0|r
|
||||
|
||||
Alternatively, you can also find us on |cffffff78irc://irc.freenode.org/wowace|r
|
||||
|
||||
When reporting a bug, make sure you include the |cffffff78steps on how to reproduce the bug|r, supply any |cffffff78error messages|r with stack traces if possible, give the |cffffff78revision number|r of Bartender4 the problem occured in and state whether you are using an |cffffff78English client or otherwise|r.
|
||||
|
||||
|cffffd200
|
||||
Who wrote this cool addon?
|
||||
|r
|
||||
Bartender4 was written by Nevcairiel of EU-Antonidas, the author of Bartender3!
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user