Consider the following script: ``` #@ File fileA #@ File fileB #@ String someText ``` In the generated UI dialog, you can copy (<kbd>Ctrl</kbd><kbd>C</kbd>) from the `String` input field, but not from the two `File` inputs. (Pasting works in both widgets.)
Consider the following script:
In the generated UI dialog, you can copy (CtrlC) from the
Stringinput field, but not from the twoFileinputs. (Pasting works in both widgets.)