From: Zach Dennis Date: 2004-11-30T08:42:52+09:00 Subject: Re: [ANN] RDT 0.5.0 Released Schweeet! Ik houd van u kerels Je t'aime des types Ich liebe dich Kerle Σας αγαπώ τύποι Ti amo tipi Te amo los individuos No really! RDT is such a blessing... Zach Chris Williams wrote: > RDT 0.5.0 has been released and is available for download! > > == What is RDT? == > Ruby Development Tools, a set of Eclipse plugins that make Eclipse > Ruby-aware and combined compose a fully-fledged Ruby IDE within the > Eclipse platform. > > For details and downloads, go to: > > http://rubyeclipse.sourceforge.net > > > There's a large number of new features included in this release: > * Test::Unit view / runner > o Allows users to run Test::Unit tests inside Eclipse > o Red/green bar! > o Rerunning of tests, test counts, error/failure counts, elapsed > time > o Stack traces > o Test Hierarchy view > * Regular Expression plugin > o Allows users to test regular expressions against strings > o Color codes regex groups in the tested string > o Allows user to step through group matches > * Code Templates / Completion > o Users can create, edit or delete templates > o A large set of predefined templates included with the release > > === RDT Overview === > > RDT aims to bring the power of the JDT to Ruby. Eclipse is a world-class > IDE and platform, containing the JDT, a set of Java plugins with an > enormous feature set. The Eclipse platform is also built to allow for > other plugins to be created with support for other languages and > creation of non-Java IDEs. > > Some of RDT's features: > > * Multi-file editing > * Code completion > * Test::Unit integration > * Code templates > * Workspace/multi-project wide searching > * Syntax highlighting > * Auto-indenting/Code formatting > * Integrated debugging > * Outline view > >