Re: Regular Expression Change
- Posted by DerekParnell (admin) Mar 23, 2009
- 1010 views
jeremy said...
Derek,
The third party copyright message is a good idea, but I wonder if we should include the Euphoria copyright in there as well. It would be nice for people to display an attribution to Euphoria. I wonder if we should give the user a bit of freedom here, for instance, if it were a an app I wrote using EuQT, then I would want to format the message in HTML code, they have a nice about dialog box for that. Others may want to display it in another manner. What about something in regards to:
public function get_copyright_statements() return { { "Euphoria v4.0", "Copyright (c) 2009 ..." }, { "PCRE v7.8.4", "Copyright (c) ..." } } end function
That would require more work on the users part though. Just thinking aloud.
I was just shooting the breeze too. You improvement works for me. Does it need to be a built-in function or just a library routine? I'm undecided.