Skip to content
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

New option into context menu that copies identifier from ObjectId #1421

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

New option into context menu that copies identifier from ObjectId #1421

wants to merge 2 commits into from

Conversation

sergioregueira
Copy link

@sergioregueira sergioregueira commented Aug 4, 2017

This pull request adds a new option Copy identifier from ObjectId to the context menu when you right click on a field of type ObjectId.

menu

This option copies into the clipboard the hexadecimal representation of the ObjectId as String.

For example, if you right click ObjectId("58aeb4e2406f771000890dde") and choose this option, the application would copy 58aeb4e2406f771000890dde into the clipboard.

@sergioregueira
Copy link
Author

I added this option because we usually want to copy only the identifier but we have to copy the whole text and modify it later in an editor.

@santiq
Copy link

santiq commented May 7, 2018

Ping @simsekgokhan

It would be great if this get merge, it's a really useful utility!!

@phkorn
Copy link

phkorn commented Jun 29, 2021

It has been nearly 4 years, any chance we get this merged into master?

@simsekgokhan 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants