I have a script that generates another script which ends up being quite long depending on how many objects it returns (basically, a query of all AQ tables to see what is pending).
In this case, the script returns output that is about 250 lines long and 5,500 characters. When I select all of the script output and either CTRL+C or Right Click → Copy the results, only the portion that is visible in the output is actually copied (plus around 4-5 lines above/below the visible area).
The selection behavior is weird as well. Selecting text and then scrolling up or down to the point where the selected text is no longer visible, and then back to the selected text results in no selected text at all - it seems to forget the text was highlighted. I'm assuming that only the visible text is rendered for performance reasons, but it seems like this functionality should work.
Is there some way to enable copying all of the selected text?