fmauNeko / MarketBoardPlugin

Market board information plugin for XIVLauncher / Dalamud
MIT License
39 stars 29 forks source link

[Feature Request] Expand places where context menu option is available #44

Open Viverea opened 2 years ago

Viverea commented 2 years ago

Right now, the context menu option is only available from the inventory/saddlebag/retainer inventory. Think it would be nice if it could be included in other places such as linked item on chat, crafting log, market board listing, etc. Maybe anywhere that already has a search for item option?

fmauNeko commented 2 years ago

As far as I know it is not possible anymore with the current implementation of context menus. Maybe @kalilistic will correct me !

kalilistic commented 2 years ago

Just tested and not working for me either. I think we'll need to wait until the official API is updated.

Viverea commented 2 years ago

:( ok. Thanks for checking it out!

SaltFish-X commented 2 years ago

I remember having had these features before, and the reason why they are disappearing now is because they are no longer officially supported?

kalilistic commented 2 years ago

I remember having had these features before, and the reason why they are disappearing now is because they are no longer officially supported?

The background is another developer provided a library that we used in our plugins. However, this library was retired and context menus haven't been added (yet) to the official dalamud APIs. I was able to salvage the old library but it's been partially broken by patches which are the disappearing features you see. So we're just in a waiting pattern now for context menus to be added to the official dalamud APIs and then we'll move our plugins over to use it.