-
Notifications
You must be signed in to change notification settings - Fork 95
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
add copy selection as different formats and paste hexstring support #498
Conversation
As I wrote here #521 (comment), because of #521 I think now it makes sense to rename all occurrences of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, sorry for the late review. Some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple more small comments!
thanks for the PR! |
Has this change been released yet? I don't see mentioned of it in the CHANGELOG. |
Ref #411 and #341.
I added a
copyAs
command accessible from the context menus when right-clicking within the webview.The different
copyAs
functions incopyAs.ts
come from here https://github.com/stef-levesque/vscode-hexdump.I’ve also introduced an encoding option that enables the pasting of hex strings, in addition to utf-8 and base64 strings.