-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Remove "Copy Styles" from dropdown menu #55611
Comments
Interesting, thanks @t-hamano |
I once again looked into how the style copy and paste function was added. Initially, only "Paste Styles" was implemented in #45477. After that, "Copy Styles" menu was added in #47430. This PR also mentions that "Copy Styless" and "Copy Block" have the same function. Then it might be a good idea to improve the message as suggested by #57254. |
I think if the dropdown had
that would be pretty clear/discoverable. It's a pretty standard pattern. I just want to say that I support this original idea of cleaning up the dropdown menu. It's a pretty standard convention in tools to also allow you to copy/paste styles using the same commands:
Currently the situation is a bit weird because "Copy" and "Copy Styles" are identical but if you use |
Agreed! With two caveats
Not sure if that's worth opening a separate issue but I agree with @t-hamano above about what the menu should ideally look like. |
What problem does this address?
The "Copy Styles" menu shown in the dropdown menu is internally copying blocks. Therefore, "Copy" and "Copy Styles" have exactly the same behavior.
What is your proposed solution?
When copying, there is no need to be aware of whether you are copying the block itself or just the style.; I think it is something that should be determined when pasting.
The text was updated successfully, but these errors were encountered: