Skip to content
Discussion options

You must be logged in to vote

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.

  1. You are locking the ability to select the field by using the sealed attribute which makes the members unavailable for copying or modifying. Remove the sealed attribute and click on the pattern and you'll be able to copy the data in the content field as I did.

  1. The console has a bug where you can only select the first line but ctrl-c will copy it and you can use ctrl-v to paste it in the editor or any other place that accepts the cl…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mkpoli
Comment options

@paxcut
Comment options

paxcut Apr 7, 2025
Collaborator

Answer selected by mkpoli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants