Add Copy menu in popup

Toad 13.0.353

This would prevent many users to right click and then to go to main menu and choose Copy

It's not there because that's the menu for Package object, not the edit area.

You don't have to go to main menu. Just CTRL+C.

Select all is there and Ctrl+A is also in Edit menu.
What is the logic?
:slight_smile:
I want to tell you that a Cut/Copy/Paste is standard right click option in any editor/text context.
Please rethink to place it.

Ctrl+A is also in Edit menu.

OK, Main menu -> Edit. Yes. That has Select All, Copy, Paste, etc. So what's your point? It needs to be in both menus?

What is the logic?

The logic is in the context. If you right-click In the package source tab, you are getting menu items for the package. Compile, Drop, Execute, etc. Those don't apply to selected source, they apply to the package as a whole. It's the same menu that shows in the left hand side of the schema browser.

I want to tell you that a Cut/Copy/Paste is standard right click option in any editor/text context.

Yes, that's true, it is, but Cut and Paste don't apply here because the Source tab is read-only. So the only standard menu items that could apply would be SELECT ALL and COPY.

Please rethink to place it.

Ok, here are my thoughts:

  1. You can just use standard shortcut instead - CTRL+A or CTRL+C
  2. If you really want to use the mouse and not keyboard, use the main menu -> edit instead.

Thank you very much on answer