Description: "Edit Style" was recently moved from the top level of the context menu to a sub-menu. When trying to re-add it to the top level menu from the Customize dialog, I could not find it anywhere, including "all categories". Steps to Reproduce: 1. Go to Tools -> Customize -> Context Menu, and choose "Add Command" Actual Results: "Edit Style" is not an option. Expected Results: "Edit Style" is an option. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Confirmed. @Jay, that would be an .uno:EditStyle from https://opengrok.libreoffice.org/xref/core/sw/uiconfig/swriter/popupmenu/text.xml right? Don't see it... Any reason it should not be available as a context menu function to assign to the "Text" context menu?
Seems it is set to not appear in customization. https://opengrok.libreoffice.org/xref/core/sfx2/sdi/sfx.sdi#1072 Patch - https://gerrit.libreoffice.org/43868
Yousuf Philips committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=32ebd3d9351636c5c62c3939662ce3e057c714e7 tdf#113446 Make EditStyle appear in customization dialog It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
5.4 patch - https://gerrit.libreoffice.org/43967
Yousuf Philips committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=493d2870cfadb652ce4b39430bebd5a364c8f7f1&h=libreoffice-5-4 tdf#113446 Make EditStyle appear in customization dialog It will be available in 5.4.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Apologies for not bringing this up earlier (it's been a rough year), but I don't think this is fixed. I still can't find the menu item in 6.0.6 or 5.4.7. I also checked 6.0.0 to make sure there wasn't a regression.
(In reply to Kenneth Hanson from comment #6) > Apologies for not bringing this up earlier (it's been a rough year), but I > don't think this is fixed. I still can't find the menu item in 6.0.6 or > 5.4.7. I also checked 6.0.0 to make sure there wasn't a regression. It's there, but it has the label "Edit". (We have some difficulties in giving good names to commands in the customization dialog right now, see Bug 108458.)