EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
988 stars 155 forks source link

[1173] Add Right-Click Menu to UI Elements #2210

Closed Rixxan closed 4 months ago

Rixxan commented 5 months ago

Description

This feature adds a pop-up menu for the three core HyperlinkLabel elements on the main UI (that is, Ship, System, and Station). This menu includes the ability to open the selected element in any of the available URL providers, even the ones that are not currently selected in the configuration system. This also enables the "Copy" option on the Station and Ship elements. This also adds a new translation check for the needed elements.

Example Images

image python_N5rV4vvnJk

Type of change

Notes

Relies upon #2209 for the updated translation system. Until that PR is merged in, this will appear with a larger diff than it really has.

Resolves #1173