Pavel
You wrote in message news:
[hidden email]...
> Probably doesn't worth any priority at all, but....
>
> I can't use Russian in workspaces. Particulary in method source. Compiler
> deletes some parts of rtf (regenerates?). So no Russian comments, no
Russian
> strings. It hurts....
>...
Sorry about that. Comprehensive international languages support is not
something Dolphin claims to, or does, provide at the current time.
The parser will only accept ASCII characters for variable names, etc, but it
would be something if one could use ones native character set in comments
etc. I think one might be able to arrange this by editing the table the
compiler uses for RTF strings that it inserts into the syntax coloured text
(see Compiler class>>defaultSyntaxColours), but I have no idea whether this
will work and what effect it will have on existing method comments.
> ...
> I've played with
> Compiler>>syntaxColors:, putting the fonttbl in prologue. This helped
> somehow, but I'm not sure :) Accepting seem to work in some cases, but not
> evaluating.
Ah, I see you've already tried that. The RTF parser is quite sensitive to
having spaces in the correct places, so be careful. Also when evaluating
stuff in an existing workspace, you might find that the font table that is
already defined is interfering. When you accept a method, the entire RTF
contents are replaced, when evaluating just the selection is replaced.
Regards
Blair