On Mon, 22 Jan 2007, Sven Schreiber wrote:
- The most serious: the following example script adds a scalar
"determ_case" to the list of variables, which is completely
unintended and I don't see why it should be so, because it's
just an internal function parameter.
That one's fixed now too.
- The other things are quite trivial: "const",
"foreach" and "i" (index
variable) could maybe use some syntax coloring as well, and with "'" as
the transpose notation there are also syntax coloring problems. (It is
interpreted as a string delimiter.)
As Jack points out, this one is tricky (I've just tried messing
with various regexps to no avail). However, in how many gretl
contexts is 'string' acceptable? Now that we're using ' as
transpose, I'm inclined just to drop it from the syntax
highlighting scheme.
Allin.