From: Chris Williams Date: 2004-11-29T13:00:07+09:00 Subject: [ANN] RDT 0.5.0 Released ------=_NextPart_000_0001_01C4D59E.00DBA440 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_0001_01C4D59E.00DBA440--