It's the same on Windows - can't copy from the Help window, but ...
what about putting the examples in the Debug window to copy and paste?
There's not a lot of space, and you would have quotation marks around them, but it would be something.
I sgree there could be confusion when /home is actually part of the file path (though that's something that isn't a problem on Windows ;) ). Maybe there should be something else in the text box instead of "HOME directory"? Default directory? User directory? Default file path? Nothing I came up with ...
Here is version 2.3 of the 78EQCurveGen plug-in which, I hope, addresses the issues with previous versions. Changes in this version include: Reformating Help to a max of 50 characters and 25 lines per page. The plug-in now determines the home directory from the OS, using the "get-env" function, and ...
It would seem from the results reported above, that we should use (or (get-env "HOME") (get-env "UserProfile")) to identify the user's home directory, and that directory is the appropriate place to write output data from Nyquist. On Windows, "HOME" returns NIL and "UserProfile" returns a valid, user...
Update: it's something in the .cfg file that's doing it, though I haven't figured out what.
Deleting the .cfg file solved the problem, and restoring the old .cfg restored the problem as well.