Hey there, Alpha User! This commit is riddled with complex words, but here's what matters to you: This adds the ability to right click a Name, URL, SLURL, or Object Name, or even an Email, and get some awesome options just like v3 gets! Buuuut, unlike V3, if there was something else you might want to do, we've still got you covered in the same menu!! Also make the text editor's default menu an xml Synced a lot from upstream Unlike Upstream, actually combine the base menu with the url menu if we have a selection Unlike Upstream and previously, don't create a new menu per text editor Unlike Upstream, don't create a separate FriendSignal and ObjectBlockedSignal per text editor we need it in!! Unlike Upstream, always show a Select All option
11 lines
654 B
XML
11 lines
654 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<context_menu name="Url Popup">
|
|
<menu_item_call label="Profil de l'objet…" name="show_object"/>
|
|
<menu_item_call label="Ignorer…" name="block_object"/>
|
|
<menu_item_call label="Ne plus ignorer" name="unblock_object"/>
|
|
<menu_item_call label="Voir sur la carte" name="show_on_map"/>
|
|
<menu_item_call label="Me téléporter à l'emplacement de l'objet" name="teleport_to_object"/>
|
|
<menu_item_call label="Copier le nom de l'objet dans le presse-papiers" name="url_copy_label"/>
|
|
<menu_item_call label="Copier la SLurl dans le presse-papiers" name="url_copy"/>
|
|
</context_menu>
|