Laurent Julliard ha scritto:
> Version 0.9.2 of FreeRIDE has been released and is available for download!
> 
> For details and downloads, go to:
> 
>     http://freeride.rubyforge.org/
> 
> Starting with 0.9.2 FreeRIDE uses FOX/FXRuby 1.2.x. Please note that 
> there is no backward compatibility with FOX/FXRuby 1.0.x. Beside that, 
> you'll find a number of bug fixes to enhance usability and reliability. 
> Have fun! And, as always, feedback and contributions are welcome

thank you, this seem a nice enhancement (at least because scrolling seem 
to work fine, finally :)

Just some things I was thinking:
- The win32 distribution has a redist/i386-linux/ directory with some 
useless stuff (I guess it is the same for the linux installer).

- The source parser used ATM is a pure ruby simple one. There was an 
older one based on ripper, but abandoned cause ripper was too unstable. 
Now that ripper is included again for RRB, would'nt make sense to use it 
again ? (for better/faster parsing)

- the lexer for Scintilla seems to be... 'pythonic'. There is no such 
thing as a non terminating string in ruby. IIRC someone was working on a 
  better ruby lexer/parser for scite. Maybe it can be used with FR too 
or are the syntax highlight rules done at the ruby level?


thank again to evrybody behind this great application.