1. text gui ee editor
David:
I am in the process of changing a copy of the EE editor to use
Syntax Coloring
for a form of Business Basic, that we use here where I work. The color
works for
most of the commands except for a few like "SHORT CRT PRINT PROMPT FOR
READ WRITE ERROR RETURN STR SEARCH FIRST INSERT" to name some.
Is this due to some coding in the EE editor I copied, or are these
Reserved Words in
Euphoria maybe? Any help in this matter would be appreciated.
Later:
+ + + Rev. Ferlin H. Scarborough - Centreville, Alabama.
2. Re: text gui ee editor
Rev. Ferlin H. Scarborough wrote:
> I am in the process of changing a copy of the EE editor to use
>Syntax Coloring
>for a form of Business Basic, that we use here where I work. The color
>works for
>most of the commands except for a few like "SHORT CRT PRINT PROMPT FOR
>READ WRITE ERROR RETURN STR SEARCH FIRST INSERT" to name some.
The routines in COLOR.E do the syntax coloring. The code as an adaption =
of Robert's ED.EX code. Note that the routine is case sensitive. This is =
probably why the "FOR" doesn't work. It should be fairly simple to fix.
The file KEYWORDS.E includes a list of all the keywords that EE knows =
how to color, and what category they fall into. You should also be able =
to easily modify this.
I hope this helps!
-- David Cuny