I currently have code that reads a text file into an array, edits certain parts of the text, then writes the edits to a text file. Now I want to update this to a UI where I can paste the text into a text field, click a button to do the edits and have the edited text appear in a separate text field so I can select all and copy it. The output text will likely not all fit in the window, thus I need to be able to select all before copying it. Ultimately I want to export as app so a user can run it, a window appears that they can then C&P into and out of the window.
I’ve checked out ControlP5, and it looks good for the input part… not sure about the output.
Thanks,
Wade