pgadmin-org / pgadmin-org/pgadmin4
add context menus "Copy name" and "Copy FQN"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 891
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 8
Description
Describe the solution you'd like
I would like to have the "Copy name" and "Copy FQN" (fully qualified name) for objects in context menu of the navigation panel.
Describe alternatives you've considered
Drag'n'drop can be used to copy FQN into query panel, but cannot use it to copy to others IDE like NetBeans, VS Code, VIM, Emacs, etc.
Additional context
The two options would be shown in the menu above.
In this example, "Copy name" will put "fornecedorcnpj" in clipboard. The "Copy FQN" will put "myschema.mytable.fornecedorcnpj" into clipboard.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the navigation panel's object context menu and trace how menu actions are defined and how clipboard operations are handled. The work is done when objects offer “Copy name” and “Copy FQN”, placing the requested object name or fully qualified name in the clipboard for use in other applications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100