Cleanup. #ALL and current player name removed from the delete character dropdown (Addon Menu), rather than being there but giving an error.

His Dad [12-14-14 - 06:03]
Cleanup. #ALL and current player name removed from the delete character dropdown (Addon Menu), rather than being there but giving an error.
Filename
AIResearchGrid.lua
AIresearchGridConfig.lua
Language/de.lua
Language/en.lua
Language/fr.lua
Language/ru.lua
doc/changelog.txt
doc/description.txt
diff --git a/AIResearchGrid.lua b/AIResearchGrid.lua
index 18fc55e..e24d010 100644
--- a/AIResearchGrid.lua
+++ b/AIResearchGrid.lua
@@ -466,7 +466,7 @@ end -- AIRG.OnCharacterSelect
 -- Deletes data for the named character from the saved data and removes them from the dropdown box.
 function AIRG.DeleteCharacter(charName)
     -- Can't delete the current character
-    if (charName == AIRG.playerName or charName == AIRG.all or charName == AIRG.curCharacter) then
+    if (charName == AIRG.curCharacter) then
         d(AIRG.L["DeleteFalse"])
     else
         if (AIRG.vars.data[charName] ~= nil) then
diff --git a/AIresearchGridConfig.lua b/AIresearchGridConfig.lua
index 8c3f864..8dfc2a9 100644
--- a/AIresearchGridConfig.lua
+++ b/AIresearchGridConfig.lua
@@ -2,7 +2,9 @@ function AIRG.CreateConfigMenu()
     local charList = {}
     table.insert(charList,"")
     for charName, _ in pairs(AIRG.vars.data) do
-        table.insert(charList, charName)
+        if charName ~= AIRG.all and charName ~= AIRG.playerName -- Can't Delete, All, or yourself or the Character displaying
+        then  table.insert(charList, charName)                  -- Set at load time so Charater displaying  cannot be filtered here. Check on Click
+        end
     end

     local panelData = {
diff --git a/Language/de.lua b/Language/de.lua
index e7bae91..4ce2aec 100644
--- a/Language/de.lua
+++ b/Language/de.lua
@@ -1,32 +1,32 @@
--- Language file: GERMAN
-
-function AIRG.InitialiseLanguage()
-    AIRG.L = {}
-
-    -- Settings / Config menu stuff
-    AIRG.L["General Options"]                       = "|c45D7F7Generelle Einstellungen|r"
-    AIRG.L["Keybinds"]                              = "|c45D7F7Tastenbelegung|r"
-    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
-
-    AIRG.L["Show Motifs"]                           = "Zeige Motive?"
-    AIRG.L["Show Motifs Long"]                      = "Zeige Motive in der Fuzeile vom Research Grid Addon."
-
-    AIRG.L["Characters"]                            = "|c45D7F7Charakter Lschen|r"
-    AIRG.L["CharacterSelect"]                       = "Whle Charakter"
-    AIRG.L["Delete"]                                = "Lschen"
-    AIRG.L["DeleteDesc"]                            = "Klicke diesen Button um die Daten des selektierten Charakters zu lschen."
-
-    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Daten des aktuellen Charakters lschen nicht mglich."
-    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Lsche Charakterdaten fr "
-
-		--Button labels
-    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
-    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
-
-	AIRG.L["ALL"]									= " #ALL"
-
-	-- Page Titles
-	AIRG.L["Clothing"]								= "CLOTHING"
-	AIRG.L["BS"]									= "BLACKSMITHING"
-	AIRG.L["Woodwork"]								= "WOODWORKING"
-end
\ No newline at end of file
+-- Language file: GERMAN
+
+function AIRG.InitialiseLanguage()
+    AIRG.L = {}
+
+    -- Settings / Config menu stuff
+    AIRG.L["General Options"]                       = "|c45D7F7Generelle Einstellungen|r"
+    AIRG.L["Keybinds"]                              = "|c45D7F7Tastenbelegung|r"
+    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
+
+    AIRG.L["Show Motifs"]                           = "Zeige Motive?"
+    AIRG.L["Show Motifs Long"]                      = "Zeige Motive in der Fuzeile vom Research Grid Addon."
+
+    AIRG.L["Characters"]                            = "|c45D7F7Charakter Lschen|r"
+    AIRG.L["CharacterSelect"]                       = "Whle Charakter"
+    AIRG.L["Delete"]                                = "Lschen"
+    AIRG.L["DeleteDesc"]                            = "Klicke diesen Button um die Daten des selektierten Charakters zu lschen."
+
+    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Daten des aktuellen Charakters lschen nicht mglich."
+    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Lsche Charakterdaten fr "
+
+		--Button labels
+    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
+    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
+
+	AIRG.L["ALL"]									= " #ALL"
+
+	-- Page Titles
+	AIRG.L["Clothing"]						= "CLOTHING"
+	AIRG.L["BS"]									= "BLACKSMITHING"
+	AIRG.L["Woodwork"]						= "WOODWORKING"
+end
diff --git a/Language/en.lua b/Language/en.lua
index fcb6ecd..84d670a 100644
--- a/Language/en.lua
+++ b/Language/en.lua
@@ -1,35 +1,35 @@
--- Language file: ENGLISH
-
-function AIRG.InitialiseLanguage()
-    AIRG.L = {}
-
-    -- Settings / Config menu stuff
-    AIRG.L["General Options"]                       = "|c45D7F7General Options|r"
-    AIRG.L["Keybinds"]                              = "|c45D7F7Keybinds|r"
-    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
-
-    AIRG.L["Show Motifs"]                           = "Show Motifs?"
-    AIRG.L["Show Motifs Long"]                      = "Show motifs along the bottom of the Research Grid addon."
-
-    AIRG.L["Characters"]                            = "|c45D7F7Character Deletion|r"
-    AIRG.L["CharacterSelect"]                       = "Select Character"
-    AIRG.L["Delete"]                                = "Delete"
-    AIRG.L["DeleteDesc"]                            = "Click this button to delete data for the selected character."
-
-    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Can't delete data for the current character."
-
-
-    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Deleted character data for "
-
-	--Button labels
-    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
-    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
-
-	AIRG.L["ALL"]									= " #ALL"
-
-	-- Page Titles
-	AIRG.L["Clothing"]								= "CLOTHING"
-	AIRG.L["BS"]									= "BLACKSMITHING"
-	AIRG.L["Woodwork"]								= "WOODWORKING"
-
-end
\ No newline at end of file
+-- Language file: ENGLISH
+
+function AIRG.InitialiseLanguage()
+    AIRG.L = {}
+
+    -- Settings / Config menu stuff
+    AIRG.L["General Options"]                       = "|c45D7F7General Options|r"
+    AIRG.L["Keybinds"]                              = "|c45D7F7Keybinds|r"
+    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
+
+    AIRG.L["Show Motifs"]                           = "Show Motifs?"
+    AIRG.L["Show Motifs Long"]                      = "Show motifs along the bottom of the Research Grid addon."
+
+    AIRG.L["Characters"]                            = "|c45D7F7Character Deletion|r"
+    AIRG.L["CharacterSelect"]                       = "Select Character"
+    AIRG.L["Delete"]                                = "Delete"
+    AIRG.L["DeleteDesc"]                            = "Click this button to delete data for the selected character."
+
+    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Can't delete data for the current character."
+
+
+    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Deleted character data for "
+
+	--Button labels
+    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
+    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
+
+	AIRG.L["ALL"]									= " #ALL"
+
+	-- Page Titles
+	AIRG.L["Clothing"]						= "CLOTHING"
+	AIRG.L["BS"]									= "BLACKSMITHING"
+	AIRG.L["Woodwork"]						= "WOODWORKING"
+
+end
diff --git a/Language/fr.lua b/Language/fr.lua
index 81dc239..f7f2825 100644
--- a/Language/fr.lua
+++ b/Language/fr.lua
@@ -1,32 +1,32 @@
--- Language file: ENGLISH
-
-function AIRG.InitialiseLanguage()
-    AIRG.L = {}
-
-    -- Settings / Config menu stuff
-    AIRG.L["General Options"]                       = "|c45D7F7General Options|r"
-    AIRG.L["Keybinds"]                              = "|c45D7F7Keybinds|r"
-    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
-
-    AIRG.L["Show Motifs"]                           = "Show Motifs?"
-    AIRG.L["Show Motifs Long"]                      = "Show motifs along the bottom of the Research Grid addon."
-
-    AIRG.L["Characters"]                            = "|c45D7F7Character Deletion|r"
-    AIRG.L["CharacterSelect"]                       = "Select Character"
-    AIRG.L["Delete"]                                = "Delete"
-    AIRG.L["DeleteDesc"]                            = "Click this button to delete data for the selected character."
-
-    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Can't delete data for the current character."
-    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Deleted character data for "
-
-		--Button labels
-    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
-    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
-
-	AIRG.L["ALL"]									= " #ALL"
-
-	-- Page Titles
-	AIRG.L["Clothing"]								= "CLOTHING"
-	AIRG.L["BS"]									= "BLACKSMITHING"
-	AIRG.L["Woodwork"]								= "WOODWORKING"
-end
\ No newline at end of file
+-- Language file: ENGLISH
+
+function AIRG.InitialiseLanguage()
+    AIRG.L = {}
+
+    -- Settings / Config menu stuff
+    AIRG.L["General Options"]                       = "|c45D7F7General Options|r"
+    AIRG.L["Keybinds"]                              = "|c45D7F7Keybinds|r"
+    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
+
+    AIRG.L["Show Motifs"]                           = "Show Motifs?"
+    AIRG.L["Show Motifs Long"]                      = "Show motifs along the bottom of the Research Grid addon."
+
+    AIRG.L["Characters"]                            = "|c45D7F7Character Deletion|r"
+    AIRG.L["CharacterSelect"]                       = "Select Character"
+    AIRG.L["Delete"]                                = "Delete"
+    AIRG.L["DeleteDesc"]                            = "Click this button to delete data for the selected character."
+
+    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Can't delete data for the current character."
+    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Deleted character data for "
+
+		--Button labels
+    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
+    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
+
+	AIRG.L["ALL"]									= " #ALL"
+
+	-- Page Titles
+	AIRG.L["Clothing"]						= "CLOTHING"
+	AIRG.L["BS"]									= "BLACKSMITHING"
+	AIRG.L["Woodwork"]						= "WOODWORKING"
+end
diff --git a/Language/ru.lua b/Language/ru.lua
index 81dc239..f7f2825 100644
--- a/Language/ru.lua
+++ b/Language/ru.lua
@@ -1,32 +1,32 @@
--- Language file: ENGLISH
-
-function AIRG.InitialiseLanguage()
-    AIRG.L = {}
-
-    -- Settings / Config menu stuff
-    AIRG.L["General Options"]                       = "|c45D7F7General Options|r"
-    AIRG.L["Keybinds"]                              = "|c45D7F7Keybinds|r"
-    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
-
-    AIRG.L["Show Motifs"]                           = "Show Motifs?"
-    AIRG.L["Show Motifs Long"]                      = "Show motifs along the bottom of the Research Grid addon."
-
-    AIRG.L["Characters"]                            = "|c45D7F7Character Deletion|r"
-    AIRG.L["CharacterSelect"]                       = "Select Character"
-    AIRG.L["Delete"]                                = "Delete"
-    AIRG.L["DeleteDesc"]                            = "Click this button to delete data for the selected character."
-
-    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Can't delete data for the current character."
-    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Deleted character data for "
-
-		--Button labels
-    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
-    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
-
-	AIRG.L["ALL"]									= " #ALL"
-
-	-- Page Titles
-	AIRG.L["Clothing"]								= "CLOTHING"
-	AIRG.L["BS"]									= "BLACKSMITHING"
-	AIRG.L["Woodwork"]								= "WOODWORKING"
-end
\ No newline at end of file
+-- Language file: ENGLISH
+
+function AIRG.InitialiseLanguage()
+    AIRG.L = {}
+
+    -- Settings / Config menu stuff
+    AIRG.L["General Options"]                       = "|c45D7F7General Options|r"
+    AIRG.L["Keybinds"]                              = "|c45D7F7Keybinds|r"
+    AIRG.L["Keybind Text"]                          = "Use ESC -> CONTROLS -> Keybindings to create a hotkey to open and close AI Research Grid."
+
+    AIRG.L["Show Motifs"]                           = "Show Motifs?"
+    AIRG.L["Show Motifs Long"]                      = "Show motifs along the bottom of the Research Grid addon."
+
+    AIRG.L["Characters"]                            = "|c45D7F7Character Deletion|r"
+    AIRG.L["CharacterSelect"]                       = "Select Character"
+    AIRG.L["Delete"]                                = "Delete"
+    AIRG.L["DeleteDesc"]                            = "Click this button to delete data for the selected character."
+
+    AIRG.L["DeleteFalse"]                           = "|c8080ffAI Research Grid|r: Can't delete data for the current character."
+    AIRG.L["DeleteTrue"]                            = "|c8080ffAI Research Grid|r: Deleted character data for "
+
+		--Button labels
+    AIRG.L["btnRelativeOff"]                        = "Set Relative to:"
+    AIRG.L["btnRelativeOn"]                         = "|c4AFF6ERelative to:|r"
+
+	AIRG.L["ALL"]									= " #ALL"
+
+	-- Page Titles
+	AIRG.L["Clothing"]						= "CLOTHING"
+	AIRG.L["BS"]									= "BLACKSMITHING"
+	AIRG.L["Woodwork"]						= "WOODWORKING"
+end
diff --git a/doc/changelog.txt b/doc/changelog.txt
index e2e00ea..f3be273 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,6 @@
+2014-12-14  Not released
+	Cleanup. #ALL and current player name removed from the delete character dropdown (Addon Menu), rather than being there but giving an error.
+
 2014-12-12 V3.1.7
 	New Feature
 	None
diff --git a/doc/description.txt b/doc/description.txt
index 64cda5e..a4e3a26 100644
--- a/doc/description.txt
+++ b/doc/description.txt
@@ -1,84 +1,78 @@
-[SIZE="2"][COLOR="Lime"]News[/COLOR][/SIZE]
-Hi everyone.
-I've released 3.1.5, with some substantial new features.
-Thanks for Stormnight and CrazyDutchGuy for a great idea!
---dad
-
-[B][COLOR="Yellow"]10th Dec 2014: [I]I have added a new dev/maintainer to the team. The add-on will now be officially maintained by HISDAD. Thank you huge amounts for stepping up to this.[/I] :)[/COLOR][/B]
-
-[B]AI Research Grid allows you to quickly and easily see which traits you have researched for Blacksmithing, Clothing & Woodworking, wherever you are in the world.[/B]
-
-[B][I][COLOR="DarkOrange"]Features:
-[LIST]
-[*]Support for viewing multiple characters on the same account!
-[*]Shows which motifs/styles you have learned on each character.
-[*]Shows a timer for research on ALL characters (not just the one you're logged in as).
-[*]Can display all known traits as a composite (ALL Mode)
-[*]Can display how to update a character (Relative Mode)
-[/LIST][/COLOR][/I][/B]
-
-[SIZE="4"][COLOR="Lime"]Using AI Research Grid[/COLOR][/SIZE]
-(Version 2X only) [URL="https://www.youtube.com/watch?v=DV4-D-e5T8Q"]Video on set-up and using up AI Research Grid[/URL]
-
-To open/close the addon, either type the command "/airg" or preferably open the Keybindings set-up and set a key to toggle the addon on/off.
-
-When the addon main window appears, you will see icons at the top-left of the window, representing Blacksmithing, Clothing & Woodworking.
-
-You will also see a dropdown box at the top-right that allows you to select the character to view. The data on other characters will be up-to-date as of the last time you logged out on that character. This means you need to login each character before their data will display.
-
-Click on the icon for the craft profession you wish to see information on.
-
-A table will be displayed, showing which traits you have researched for each item type.
-
-[LIST]
-[*]Green check - you have researched this trait.
-[*]Red cross - you have not researched this trait.
-[*]Blue hourglass - you are currently researching this trait.
-[/LIST]
-
-There are also a series of icons across the bottom of the addon, showing which styles/motifs each character knows.
-
--- You can hover over the icon of an item type if you're not sure what it is (daggers & swords look kinda similar).
-
-With this version you can find the answer to: "Which item/traits am I still missing across all characters?"
-Do this by scrolling to the Virtual Character "#ALL". The missing traits will show an [SIZE="3"][COLOR="RED"]X[/COLOR][/SIZE]. You may need to trade for these.
-
-[SIZE="4"][COLOR="DarkOrange"]New Features since Version 2[/COLOR][/SIZE]
-At some time, you will need to update your master crafters with traits that are known from your crafting mules.
-Log in to the mule and select your master crafter destination.
-Click on "Set relative to:" and the grid will now show items/traits that your logged in character can craft that the selected character can research. If the tick is dull red, the selected character is currently researching another item of that type and can't immediately research another, even if a research slot is available.
-
-
-A quick note that the addon [URL="http://www.esoui.com/downloads/info111-ResearchAssistant.html"]Research Assistant[/URL] by [URL="http://www.esoui.com/downloads/author-460.html"]ingeniousclown[/URL] provides some great functionality that works alongside this addon, showing you which items in your inventory can be used for research.
-
-[SIZE="4"][COLOR="Lime"]Setting up a Keybinding[/COLOR][/SIZE]
-
-To set-up this addon so that you can toggle it off/on with a single key, follow these instructions:
-[LIST=1][*]Hit the escape key to bring up the system menu.
-[*]Select the [B]Keybindings[/B] section within [B]CONTROLS[/B]
-[*]Scroll down the list of keybindings in the main window until you find the one for AI Research Grid.
-[*]Click on the [Not Bound] box and follow the instructions to bind a key (in the screenshot I have bound the [ key).[/LIST]
-
-[SIZE="4"][COLOR="Lime"]Background[/COLOR][/SIZE]
-
-There had been so many times that I was in the middle of something and someone in my guild would ask in guild chat, "Can anyone make me an infused robe?" and the only way I could check was either to visit a Clothing workbench or to keep a spreadsheet/page of notes to remember.
-
-So, several hours later, this addon was born --StormKnight
-
-[SIZE="4"][COLOR="Lime"]To do list[/COLOR][/SIZE]
-[LIST]
-[*]None! Feature Complete!
-[/LIST]
-
-[SIZE="4"][COLOR="Lime"]Known Bugs[/COLOR][/SIZE]
-[LIST]
-[*]If you use the addon menu to delete a characters' data, follow with a /reloadui
-[/LIST]
-
-All rights reserved - Stormknight.
-
-A big thank you to all those who have contributed with ideas and feedback.
-
-Special mention goes to the following:
-Krysstof - ideas for the code used to implement timers.
-rkuhnjr -- for the Dwemer motif patch.
+[B][COLOR="Yellow"]10th Dec 2014: [I]I have added a new dev/maintainer to the team. The add-on will now be officially maintained by HISDAD. Thank you huge amounts for stepping up to this.[/I] :)[/COLOR][/B]
+
+[B]AI Research Grid allows you to quickly and easily see which traits you have researched for Blacksmithing, Clothing & Woodworking, wherever you are in the world.[/B]
+
+[B][I][COLOR="DarkOrange"]Features:
+[LIST]
+[*]Support for viewing multiple characters on the same account!
+[*]Shows which motifs/styles you have learned on each character.
+[*]Shows a timer for research on ALL characters (not just the one you're logged in as).
+[*]Can display all known traits as a composite (ALL Mode)
+[*]Can display how to update a character (Relative Mode)
+[/LIST][/COLOR][/I][/B]
+
+[SIZE="4"][COLOR="Lime"]Using AI Research Grid[/COLOR][/SIZE]
+(Version 2X only) [URL="https://www.youtube.com/watch?v=DV4-D-e5T8Q"]Video on set-up and using up AI Research Grid[/URL]
+
+To open/close the addon, either type the command "/airg" or preferably open the Keybindings set-up and set a key to toggle the addon on/off.
+
+When the addon main window appears, you will see icons at the top-left of the window, representing Blacksmithing, Clothing & Woodworking.
+
+You will also see a dropdown box at the top-right that allows you to select the character to view. The data on other characters will be up-to-date as of the last time you logged out on that character. This means you need to login each character before their data will display.
+
+Click on the icon for the craft profession you wish to see information on.
+
+A table will be displayed, showing which traits you have researched for each item type.
+
+[LIST]
+[*]Green check - you have researched this trait.
+[*]Red cross - you have not researched this trait.
+[*]Blue hourglass - you are currently researching this trait.
+[/LIST]
+
+There are also a series of icons across the bottom of the addon, showing which styles/motifs each character knows.
+
+-- You can hover over the icon of an item type if you're not sure what it is (daggers & swords look kinda similar).
+
+With this version you can find the answer to: "Which item/traits am I still missing across all characters?"
+Do this by scrolling to the Virtual Character "#ALL". The missing traits will show an [SIZE="3"][COLOR="RED"]X[/COLOR][/SIZE]. You may need to trade for these.
+
+[SIZE="4"][COLOR="DarkOrange"]New Features since Version 2[/COLOR][/SIZE]
+At some time, you will need to update your master crafters with traits that are known from your crafting mules.
+Log in to the mule and select your master crafter destination.
+Click on "Set relative to:" and the grid will now show items/traits that your logged in character can craft that the selected character can research. If the tick is dull red, the selected character is currently researching another item of that type and can't immediately research another, even if a research slot is available.
+
+
+A quick note that the addon [URL="http://www.esoui.com/downloads/info111-ResearchAssistant.html"]Research Assistant[/URL] by [URL="http://www.esoui.com/downloads/author-460.html"]ingeniousclown[/URL] provides some great functionality that works alongside this addon, showing you which items in your inventory can be used for research.
+
+[SIZE="4"][COLOR="Lime"]Setting up a Keybinding[/COLOR][/SIZE]
+
+To set-up this addon so that you can toggle it off/on with a single key, follow these instructions:
+[LIST=1][*]Hit the escape key to bring up the system menu.
+[*]Select the [B]Keybindings[/B] section within [B]CONTROLS[/B]
+[*]Scroll down the list of keybindings in the main window until you find the one for AI Research Grid.
+[*]Click on the [Not Bound] box and follow the instructions to bind a key (in the screenshot I have bound the [ key).[/LIST]
+
+[SIZE="4"][COLOR="Lime"]Background[/COLOR][/SIZE]
+
+There had been so many times that I was in the middle of something and someone in my guild would ask in guild chat, "Can anyone make me an infused robe?" and the only way I could check was either to visit a Clothing workbench or to keep a spreadsheet/page of notes to remember.
+
+So, several hours later, this addon was born --StormKnight
+
+[SIZE="4"][COLOR="Lime"]To do list[/COLOR][/SIZE]
+[LIST]
+[*]None! Feature Complete!
+[/LIST]
+
+[SIZE="4"][COLOR="Lime"]Known Bugs[/COLOR][/SIZE]
+[LIST]
+[*]If you use the addon menu to delete a characters' data, follow with a /reloadui
+[/LIST]
+
+All rights reserved - Stormknight.
+
+A big thank you to all those who have contributed with ideas and feedback.
+
+Special mention goes to the following:
+Krysstof - ideas for the code used to implement timers.
+rkuhnjr -- for the Dwemer motif patch.