in Context Menu you have cut copy paste paste special - past unformated - ... In menubar there is no submenu for all the "different" past special options (only in calc) cut copy paste paste unformated paste special should there be an submenu in the menubar?
Yes, let's have a submenu.
andreas kainz committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5d2ab49cbda1d7aea1019478abe0163e1f40a121 tdf#120861 move paste special to a submenu in menubar It will be available in 6.2.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.
Moving the whole paste special down a level, to match context menus, makes sense to me as well. +1
@Andreas, * I did not notice in the patch, but when this rolled today we end up with Edit -> Paste Special -> Paste Unformatted Text Paste Special while the context menu shows Paste Special -> Unformatted Text More Options Should we align the label use to match the context menu? At least use the More Options.
More Options use the same .uno:PasteSpecial should we change the string? WriterCommands.xcu ------------------ <node oor:name=".uno:PasteSpecial" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Paste ~Special...</value> </prop> <prop oor:name="PopupLabel" oor:type="xs:string"> <value xml:lang="en-US">~More Options...</value> </prop> </node>
There is a commit so this has likely been done. Closing as fixed.