-
I could not find a way to copy the value that is formatted. I tried copy menu but it does not have the option of format output, cannot use Ctrl+C in Pattern Data tab, double click, right click, etc. I even tried to print it using To be exact, I have a null-terminated sized strings in the binary file, so I wrote a custom struct and formatter as the following, but I cannot find a way to easily copy the formatted result.
If this is not possible, I think it would be extremly convenient to make a right-click context menu similar to that in Data Inspector. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I tested your code and created a dummy string of size 5 with content Test and was able to copy is onto my clipboard using four different methods.The formatting in this case is not really doing anything other than selecting the actual string without the zero.
Recording.25.mp43)Exporting patterns should work no problem by using the arrow button and selecting the format type.
Recording.26.mp4 |
Beta Was this translation helpful? Give feedback.
I tested your code and created a dummy string of size 5 with content Test and was able to copy is onto my clipboard using four different methods.The formatting in this case is not really doing anything other than selecting the actual string without the zero.