At least on Windows the text can be copied to clipboard. Though, indeed the context menu (right mouse button) does not contain that option.
You should be able to select it, and then press Ctrl-C.
I do agree a menu entry "Copy" to copy the entire text would be nice. You could make a feature request on our bug tracker. Maybe someone will pick it up (I am too busy / not all others read the forum, and if they do, post on the forum often get forgotten)
I thought this would be an easy task, but it turned out to be more complicated... I'd already added popup items to
Object Inspector, and it was complicated by the fact that it uses a common menu and needs to specify the component being clicked.
But the info box text field in this window is created entirely outside of this unit and package, directly in the IDE code.
OI itself only provides a panel for placement and logically can't be responsible for this component, since it could be anything, not even text.
If add a context menu for this control from the IDE code, it will override
OI's own menu. Even if do this, it seems there are different "providers" for creating this component (for example, the
TurboPowerIProDsgn package), and they have different component ancestors...
In short, the change is too complex for such a minor purpose, especially since the standard
[Ctrl+C] works. I wash my hands of it ((