Download
(42 Kb)
Download
Updated: 08/05/15 07:33 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:08/05/15 07:33 PM
Created:07/24/15 01:55 AM
Monthly downloads:59
Total downloads:4,952
Favorites:12
MD5:
Categories:Discontinued & Outdated, Character Advancement, Data Mods, Info, Plug-in Bars, ToolTip
Rhalyf's Glyph Enchanter Tooltips
Version: 0.8
by: Rhalyf [More]
[NEW!] All Rhalyf's Glyph Enchanter Tooltips are rendered in their own separate tooltip! This means more space for more information (and hopefully didn't create any bugs)!
[NEW!!] Added name of item that owns the tooltip for clarification

For Armor, Jewelry and Weapons in Inventory, Bank, Stores and Equipment Bag:
- Adds a list of Glyphs that can enchant that item to the tooltip!
- [NEW!] Collapse duplicate Glyphs into a single row
- [NEW!!] Optionally show Glyph details in tooltip!

For Glyphs in Inventory, Bank and Stores:
- Adds a list of Armor, Jewelry or Weapons that can be enchanted by that Glyph to the tooltip!
- Optionally show details about the Glyph (name of glyph and/or glyph stats/description)

Configurable Settings via AddOn Settings:
- Toggle on/off greeting message (default on)
- Toggle on/off including name in tooltip (default on)
- Toggle on/off including armor in inventory to glyph tooltip (default off because it adds A LOT of info)
- Toggle on/off name of a glyph attached to an item (default on)
- Toggle on/off stats/description of a glyph attached to an item (default on)

GitHub Repository: https://github.com/Rhalyf/RhalyfsGlyphEnchanter



Please feel free to request features and bug reports via the comment section!
Alternatively, see GitHub commit log: https://github.com/Rhalyf/RhalyfsGlyphEnchanter/commits/master

==Version 8==
Add description for glyphs in tooltip
Add optional item name to tooltips

==Version 7==
fix bug where no tooltip was displayed when glyph name OR description were turned off

==Version 6==
Convert to standalone PopupTooltips instead of appending to ItemTooltips (yay, more room!)
Collapse duplicate glyphs into a single row with a count

==Version 5==
Add tooltips for equipped items
Significant refactor (Remove PreHooksHandlers in favor of custom hooks -- should be more performant)
Make tooltips look much, much better

==Version 4==
Add ToolTips to armor that shows usable Glyphs!
Add makefile (thank god for Cygwin, I was ripping out my hair with working with DOS)

==Version 3==
I compressed the file incorrectly...

==Version 2==
Enchantment details in tooltip!
Significant refactor
Fix object collision with other AddOns
Version control

==Version 1==
Base implementation
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
0.7
42kB
Rhalyf
08/03/15 10:36 PM
0.6
42kB
Rhalyf
08/03/15 10:20 PM
0.5
42kB
Rhalyf
08/02/15 08:41 PM
0.4
42kB
Rhalyf
07/30/15 08:16 PM
0.3
42kB
Rhalyf
07/28/15 02:18 PM
0.2
40kB
Rhalyf
07/28/15 02:01 PM
0.1
40kB
07/24/15 01:55 AM


Post A Reply Comment Options
Unread 04/02/16, 01:34 AM  
uladz
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 223
Uploads: 2
If there are no glyphs to enhance a selected item it may be a better option to do not display the glyph enhancer dialog at all as it contains no useful info anyway. May be an option in settings?
Report comment to moderator  
Reply With Quote
Unread 08/15/15, 06:07 AM  
hagermanj

Forum posts: 2
File comments: 367
Uploads: 0
Re: Problen with Armour display

I tried to make the changes you said, but not knowing that much about the language, it did not work ( the game would not load ).
I realize that I might be one of a few that has this problem so I will have to live with it.
I just thought I would let you know of the problem, and I thank you for taking the time for your answer.
Report comment to moderator  
Reply With Quote
Unread 08/14/15, 05:09 PM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1670
Uploads: 40
Re: Re: Problen with Armour display

Originally Posted by hagermanj
Yes I am. When I disable it your plugin works fine.
I really like the information that BetterGlyphTooltip gives and I also like your information too.
Rhalyf strips the last 2 chars from description, which conflicts with BetterGlyphTooltip

It could be fixes. The hook order is important.
@Rhalyf:
Add a optional dependency:
## OptionalDependsOn: LibStub LibAddonMenu-2.0 BetterGlyphTooltip

And hook the tooltip in RGE.OnLoad:
...
RGE.InitAddOnSettings()
RGE.HookToolTip()
end

function RGE.HookToolTip()
local hookSetWornItem = ItemTooltip.SetWornItem
ItemTooltip.SetWornItem = function(control, slotIndex, ...)
...
end

local hookClearTooltip = ClearTooltip
Report comment to moderator  
Reply With Quote
Unread 08/14/15, 04:07 PM  
hagermanj

Forum posts: 2
File comments: 367
Uploads: 0
Re: Problen with Armour display

Yes I am. When I disable it your plugin works fine.
I really like the information that BetterGlyphTooltip gives and I also like your information too.
Report comment to moderator  
Reply With Quote
Unread 08/14/15, 07:32 AM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1670
Uploads: 40
Re: Problen with Armour display

@hagermanj: Are you using BetterGlyphTooltip?
If so, this could be an important hint.
Report comment to moderator  
Reply With Quote
Unread 08/14/15, 06:13 AM  
hagermanj

Forum posts: 2
File comments: 367
Uploads: 0
Problen with Armour display

When I display an armour glyph it shows the major information but part of the minor information is blanked out by a white bar.
Ex: Adds x max magicka then has pics of what items it will apply it to, the next line shows: adds x (smaller amt) max magicka, the rest of the line in blanked out with a white bar.
I do not know how to put a screen shot on here, so I can not show you what I mean. I hope I have explained it well enough to you.
Thanks in advance
Report comment to moderator  
Reply With Quote
Unread 08/03/15, 10:24 PM  
Rhalyf
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 6
Uploads: 2
@Zeebus; I have moved the glyph enchant data to their own tooltip. Hopefully this resolves some of your overflow issues! Keep me posted.

@Wandamey; I've collapsed duplicate glyphs into their own row with a count.



Keep the feature requests coming!


-Rhalyf.
Report comment to moderator  
Reply With Quote
Unread 08/03/15, 12:57 PM  
Rhalyf
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 6
Uploads: 2
Originally Posted by Wandamey
an easy way to start reducing the list would be for example : lesser glyph of magicka (3) instead of 3 lines lesser glyph of magicka. (you can check the item id for the glyphs... or the item link if you want to separate crafted from non crafted)
this won't help much for the gear though.

second point : example : show the tooltip on simple click - you have this option in souschef, so you'll have to work on it someday but same that won't make the list shorter.


and user side : remember that you can adjust the UI element size in ESO settings.
Collapsing duplicate glyphs is a great idea! That'll go into version 0.6.
I would also be willing to add show tooltip on click if it is requested.

Thanks for the feedback!

-Rhalyf.
Report comment to moderator  
Reply With Quote
Unread 08/03/15, 12:40 PM  
Rhalyf
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 6
Uploads: 2
Originally Posted by Zeebus
I'm unsure how this would work or what it would look like but I tried thinking of a suggestion for your addon and the only thing I can come up with is to consolidate a lot of the displayed info. If you've a lot of stuff in your inventory the tooltip can get so long it doesn't fit the screen. I'm curious now, are you limited to displaying info in just a linear top to bottom format or can you make more than one column to display stuff side by side but in one tool tip? Or maybe you could just find a way to "wrap" the tooltips so to speak. Kinda like word wrap? It just ends at the bottom of the screen (or an otherwise aesthetically pleasing length) and finishes it by setting the rest of the info in another tooltip on the side of the first.

Thanks for this addon: I do like it when I can see relevant info about what I have and what I can do. I'd be lost without it.
Thanks for the compliment and I'm really happy that you found the addon useful (plus, you made my day)!

Consolidating the info was something that bothered me too (that's why I made a lot of options for hiding it). What state are your settings in for the addon? I could possibly add a list view that just word wraps but it would be a pretty nasty block of text. I also have a few other ideas I'll play with tonight that will give a bit more room but I'm not sure if they're possible.

Thanks for the feedback!

-Rhalyf.
Report comment to moderator  
Reply With Quote
Unread 08/03/15, 07:19 AM  
Wandamey
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally Posted by Zeebus
I'm unsure how this would work or what it would look like but I tried thinking of a suggestion for your addon and the only thing I can come up with is to consolidate a lot of the displayed info. If you've a lot of stuff in your inventory the tooltip can get so long it doesn't fit the screen. I'm curious now, are you limited to displaying info in just a linear top to bottom format or can you make more than one column to display stuff side by side but in one tool tip? Or maybe you could just find a way to "wrap" the tooltips so to speak. Kinda like word wrap? It just ends at the bottom of the screen (or an otherwise aesthetically pleasing length) and finishes it by setting the rest of the info in another tooltip on the side of the first.

Thanks for this addon: I do like it when I can see relevant info about what I have and what I can do. I'd be lost without it.
an easy way to start reducing the list would be for example : lesser glyph of magicka (3) instead of 3 lines lesser glyph of magicka. (you can check the item id for the glyphs... or the item link if you want to separate crafted from non crafted)
this won't help much for the gear though.

second point : example : show the tooltip on simple click - you have this option in souschef, so you'll have to work on it someday but same that won't make the list shorter.


and user side : remember that you can adjust the UI element size in ESO settings.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 08/03/15, 06:45 AM  
Zeebus

Forum posts: 0
File comments: 5
Uploads: 0
I'm unsure how this would work or what it would look like but I tried thinking of a suggestion for your addon and the only thing I can come up with is to consolidate a lot of the displayed info. If you've a lot of stuff in your inventory the tooltip can get so long it doesn't fit the screen. I'm curious now, are you limited to displaying info in just a linear top to bottom format or can you make more than one column to display stuff side by side but in one tool tip? Or maybe you could just find a way to "wrap" the tooltips so to speak. Kinda like word wrap? It just ends at the bottom of the screen (or an otherwise aesthetically pleasing length) and finishes it by setting the rest of the info in another tooltip on the side of the first.

Thanks for this addon: I do like it when I can see relevant info about what I have and what I can do. I'd be lost without it.
Last edited by Zeebus : 08/03/15 at 06:46 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: