Nyquist’s Text Input Widget allows the “Initial Value” of a text string to be set in the plug-in, displayed in the GUI, and optionally changed by the user.
Currently, the Initial Value is simply a piece of text in the plug-in code, but it would be more useful if it could take the result of evaluating an expression.
For example, if we want to write to a file in the user’s home directory, and we have a piece of code which determines what the home directory is on the particular OS, we should be able to display the file path (i.e. the result of executing that code) as the initial value, and give the user the option of changing it.
POL