I'd like to suggest adding the option to move a submenu between menus. For example, I created a submenu called "Spelling and Language" inside the "Tools" menu, and I'd like to move the submenu "Tools | Language" so that it's now inside "Tools | Spelling and Language" instead. While I'm usually able to replicate a submenu, it has some downsides including lack of submenu icon customization as well as missing commands in the left side command list (such as "change language for selection" and "change language for paragraph"). LibreOffice information: Version: 7.3.7.2 Build ID: 30(Build:2) CPU threads: 4; OS: Linux 6.0; UI render: default; VCL: gtk3 Locale: en-GB (en_US.UTF-8); UI: en-US Calc: threaded System information: uname -a: Linux n 6.0.7-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 3 17:09:02 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux gnome-shell --version: GNOME Shell 42.6 echo $XDG_SESSION_TYPE: wayland
We have the function to move menus up/down (popup menu right of the target dropdown). But this dialog shows only the top level items, and the function is hidden for sub-levels. The solution is to show the list as a tree and move up/down within submenus too. I think not many users need this function and the enhancement has a low importance.