-
Notifications
You must be signed in to change notification settings - Fork 161
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
How to export string values? #75
Comments
Any updates on this? |
I would love both options. Probably I'd prefer "Copy String" |
You can try my feature branch https://github.com/olibu/asn1js/tree/feature/hexcopy Just click on the hex value you want to extract. |
Do you have it deployed somewhere online? |
no. You can download the branch as zip, extract it locally and open the
index.html
Maybe I find some time to deploy it somewhere, but this will take some time.
|
I got it working. Thank you! "Copy as Hex" is working for me but "Copy as String" is not. And I don't find it very intuitive that I need to click on the hex dump. I'd rather like to click on the node in the tree. Would this also be possible? |
There is already a click handler on the node view. Thus I decided to add
the function to the hex view.
Moving the function to the node view would lead into a lot of rework.
I would spend some time on it. But only if there is a chance to merge it to
the main repository. It‘s quite hard for me to keep this up to date.
|
--> In that case, I don't think it is necessary to invest a lot of time. But I would appreciate if also the "Copy as String" would be working |
Update is available. |
Works very well!
Try this CMS message. Have a look into the node with offset 58:
|
I fixed an issue with the position of the context menu after scrolling. And the current content is exported to a string if it is no set or sequence. |
Please go ahead! I like it. |
I merged that into branch github-82, not ready to inclusion in trunk yet, but you can use it right now on the branch via githack. |
I forgot to write it here, this this has been online for a couple of weeks. |
I often have the situation that I have long strings embedded in an ASN.1 data structure:
I'd like to be able to extract this string from the UI. Is this possible?
The text was updated successfully, but these errors were encountered: