As a test case creator/contributor, I need to provide (frequently verbose) text via running it on the command line, verifying it, then copying and pasting it into the Qase test case step text pane editor (within the bounds of a preformatted/code text block). I want to make it as easy as possible for the test runner to have something easy to use. As a test runner, I want to be able to copy the preformatted (frequently verbose) text provided by the creator/contributor without needing to worry about being imprecise with the text selection. In a perfect world, there would be a small icon near the top-right corner of the preformatted text pane which, when hovered over, will display the hint "click to copy", and when clicking on it, the contents of the preformatted text pane (no less, no more) get copied to my paste buffer for subsequent use on the command line. This feature is likely unnecessary outside of a preformatted block. That said, this should be a feature for at least the full block code editor (the "`` " triple-backtick code fence). This might be excessive when working with inline preformatted code (the short string bounded by " " single-backticks on both ends).