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

Button to copy textual representation to clipboard #83

Closed
ralienpp opened this issue Feb 19, 2024 · 4 comments
Closed

Button to copy textual representation to clipboard #83

ralienpp opened this issue Feb 19, 2024 · 4 comments

Comments

@ralienpp
Copy link

I think it would be beneficial to add a feature to the context-menu of a node (at least the root), to copy it and its children to the clipboard.

My use case is to visualize two structures, copy the text from both to something like Meld or WinMerge and then see the delta between them. I can still do it in the current version, for which I am very grateful; the proposed feature would save a few clicks and remove the need to scroll when dealing with large structures.

@olibu
Copy link
Contributor

olibu commented Mar 31, 2024

There is a pull request for a feature like this (#82).
You can try it from my page at https://olibu.github.io/asn1js/ . Just click on the part in the hex view to copy it.

@lapo-luchini
Copy link
Owner

I'm also considering a native #61 diff mode, but I'm not sure when that will happen.

@lapo-luchini
Copy link
Owner

try it from my page

Now available from official website too.

@ralienpp
Copy link
Author

ralienpp commented Apr 1, 2024

Thank you both for your effort, this feature makes me very happy!

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

No branches or pull requests

4 participants
@ralienpp @lapo-luchini @olibu and others