|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[ANN] FreeRIDE 0.9.5 - The Free Ruby IDEVersion 0.9.5 of FreeRIDE has been released and is available for download!
For details and downloads, go to: http://freeride.rubyforge.org/ 0.9.5 introduces the notion of projects in FreeRIDE (a big thank to Jonathan Maasland for the great work). The project management plugin allows you to: - group files belonging to the same development project - define path for the required libraries for this particular project - define a Ruby runtime environment and command line for this project - the project explorer gives you a tree view of the source directories, the Ruby files in it as well as the classes, modules and methods in each file (see the User help file for more details) Other improvements: - a new plugin that allows to comment/uncomment a block of code at once (use CTRL-K or CTRL-SHIFT-K). Contribution from Martin Leech. - new 'Save All' and 'Close All' entries in the File menu - many usability bug fixed (especially on Windows) Have fun! And, as always, feedback and contributions are welcome. === FreeRIDE Overview === FreeRIDE aims to be a full-featured, first-class IDE on a par with those available for other languages, with all the best-of-breed features that you would expect in a high-end IDE. Some of FreeRIDE's features include: * Multi-file editing * Syntax highlighting * Auto-indenting * Code Folding * Code Templates * Source navigation by module, class, method, etc. * Integrated Ruby Documentation * Integrated debugging * Written in Ruby for easy extension Some planned features include: * Full internationalization * High-end refactoring support * Remote pair programming In its current state, FreeRIDE cannot yet be called a real IDE although it is already being used by many Ruby developers. What is does have is a stable infrastructure with all the working plumbing needed for the hordes of anxious Ruby developers that want to create plugins to extend the functionality of FreeRIDE. The FreeRIDE team will be working on such FreeRIDE plugins that we will individually release to incrementally improve the FreeRIDE system. Periodically we will rollup these added plugins into new releases of FreeRIDE. Even if you have not officially joined the FreeRIDE team you can still create plugins for you own use, share them with others, or send them to us and we will make them available for download from our project wiki. We may even ask for your permission to include them in the FreeRIDE core distribution. ** IMPORTANT NOTE ** Any help you can provide in testing FreeRIDE, qualifying bugs and (why not) fixing them is really what we need most, especially on Windows where FreeRIDE seems to be less robust than on Linux. Curt Hibbs Laurent Julliard Jonathan Maasland |
|
|
Re: [ANN] FreeRIDE 0.9.5 - The Free Ruby IDEGood work! Can't wait to try it
However when I attempt to download I am directed to http://rubyforge.lauschmusik.de/freeride/freeride-win-installer-0.9.5.exe, but get 404... cheers Chris _______________________________________________ Freeride-users mailing list Freeride-users@... http://rubyforge.org/mailman/listinfo/freeride-users |
|
|
Re: [ANN] FreeRIDE 0.9.5 - The Free Ruby IDEOn 1/19/06, Chris Hulan <hulachr@...> wrote:
Good work! Can't wait to try it Try it again. RubyForge forwards download requests to a round-robin list of mirrors. The particular mirror you got directed to probably hasn't yet sync'd with RubyForge. So, if you try again, you will most likely get directed to a different mirror site. Curt _______________________________________________ Freeride-users mailing list Freeride-users@... http://rubyforge.org/mailman/listinfo/freeride-users |
|
|
Re: [ANN] FreeRIDE 0.9.5 - The Free Ruby IDEHi Laurent,
Freeride looks interesting however I only have fox-1.4.x installed and the corresponding FXRuby. Are there any plans to release a version of freeride that will work with the newer versions of fox. Russell. Laurent Julliard wrote: > Version 0.9.5 of FreeRIDE has been released and is available for download! > > For details and downloads, go to: > > http://freeride.rubyforge.org/ > > 0.9.5 introduces the notion of projects in FreeRIDE (a big thank to > Jonathan Maasland for the great work). The project management plugin > allows you to: > > - group files belonging to the same development project > - define path for the required libraries for this particular project > - define a Ruby runtime environment and command line for this project > - the project explorer gives you a tree view of the source directories, > the Ruby files in it as well as the classes, modules and methods in > each > file > > (see the User help file for more details) > > Other improvements: > > - a new plugin that allows to comment/uncomment a block of code at > once (use CTRL-K or CTRL-SHIFT-K). Contribution from Martin Leech. > > - new 'Save All' and 'Close All' entries in the File menu > > - many usability bug fixed (especially on Windows) > > Have fun! And, as always, feedback and contributions are welcome. > > > === FreeRIDE Overview === > > FreeRIDE aims to be a full-featured, first-class IDE on a par with > those available for other languages, with all the best-of-breed > features that you would expect in a high-end IDE. > > Some of FreeRIDE's features include: > > * Multi-file editing > * Syntax highlighting > * Auto-indenting > * Code Folding > * Code Templates > * Source navigation by module, class, method, etc. > * Integrated Ruby Documentation > * Integrated debugging > * Written in Ruby for easy extension > > Some planned features include: > * Full internationalization > * High-end refactoring support > * Remote pair programming > > In its current state, FreeRIDE cannot yet be called a real IDE > although it is already being used by many Ruby developers. What > is does have is a stable infrastructure with all the working plumbing > needed for the hordes of anxious Ruby developers that want to create > plugins to extend the functionality of FreeRIDE. The FreeRIDE team > will be working on such FreeRIDE plugins that we will individually > release to incrementally improve the FreeRIDE system. Periodically we > will rollup these added plugins into new releases of FreeRIDE. > > Even if you have not officially joined the FreeRIDE team you can still > create plugins for you own use, share them with others, or send them > to us and we will make them available for download from our project > wiki. We may even ask for your permission to include them in the > FreeRIDE core distribution. > > ** IMPORTANT NOTE ** > Any help you can provide in testing FreeRIDE, qualifying bugs and (why > not) fixing them is really what we need most, especially on Windows > where FreeRIDE seems to be less robust than on Linux. > > Curt Hibbs > Laurent Julliard > Jonathan Maasland > > > > > _______________________________________________ > Freeride-users mailing list > Freeride-users@... > http://rubyforge.org/mailman/listinfo/freeride-users Freeride-users mailing list Freeride-users@... http://rubyforge.org/mailman/listinfo/freeride-users |
|
|
Re: [ANN] FreeRIDE 0.9.5 - The Free Ruby IDEOn 1/31/06, Russell Fulton <r.fulton@...> wrote:
Hi Laurent, You can have both 1.2.6 *and* 1.4.4 installed at the same time, if you use RubyGem installation: gem install fxruby -v 1.2.6 Curt _______________________________________________ Freeride-users mailing list Freeride-users@... http://rubyforge.org/mailman/listinfo/freeride-users |
| Free Forum Powered by Nabble | Forum Help |