> In my SciTEUser.properties I have the line
>
> import r
The import statement is relative to the file it is located in so if
"import r" is in user properties then r.properties should be in the
same directory as user properties.
> is listed in menu.language. R appears as an option in the Languages
> menu but selecting it appears to have no effect.
I should have commented that out when the the import was added
commented out. Fixed in CVS. The reason that R is disabled is that the
.R extension clashes with REBOL on case-insensitive platforms.
Neil