I am trying to write a simple tool using Shoes. This will be the indented code for the obscure scripting language that we use. It has one large text box and one button. I have a command line program, but I was not lucky to wrap it in Shoes. If someone could give a working example of an application that performs the following tasks to start me up and running, that would be very helpful.
When the button is pressed, I want: Get the text, split into an array of lines (there are indents), append the lines again and update the text field with new data.
source
share