Dear Tinn-R user,

We would like to announce that a new version of the Tinn-R for Windows
(1.18.6.5) was released and is available on SourceForge server:
http://sourceforge.net/projects/tinn-r

Tinn-R is a R script editor under OS Windows.

To see the changes, please, read: 'Help//English/Readme/HTML'.

Shortly it will be available also on SciViews server: 
http://www.sciviews.org/Tinn-R

Changes:

1.18.6.5 (Oct/03/2006)

  - Small bug related to Spell, that always broken when found
    '<' or '<-' symbol, was fixed. The origin of this bug was
    a component conflict (hard coded) among the HTML
    brackets, declared as below:

    OpenBracket: array[THTMLBracket] of PChar=('<', '<!--', '<%');
    CloseBracket: array[THTMLBracket] of PChar=('>', '-->', '%>');

    and the R assign symbols: '<-', '<<-', '->' and '->>'

    So, if any file has HTML syntax (with any tags above) all
    text among the declared brackets is free of speller. We
    think it is now nice.

  - Small bug associated to Project/Close entire project was
    fixed.

Regards,
Tinn-R team

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to