[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FR-devel] [ANNOUNCE] Practical Ruby 0.3.3
From: |
Baptiste Lepilleur |
Subject: |
[FR-devel] [ANNOUNCE] Practical Ruby 0.3.3 |
Date: |
Thu, 9 May 2002 17:10:36 +0200 |
Hi everyone,
I'm glad to announce the release of Practical Ruby 0.3.3
(http://gaiacrtn.free.fr/), an IDE for Ruby on the Windows platform.
New in Practical Ruby 0.3.3:
----------------------------
This release bring a crude unit testing integration for test/unit
(http://testunit.talbott.ws/) and a better integration of Scintilla
features.
* New features
- Source editor window title indicates if the source has been modified
- Visible margin at column 80
- Word selection allow full selection of method and instance variable
names
- Execute current ruby script and dump output in the console window.
Assumes
that output is that of test/unit test runner. Output is colorized for
better reading, and statistics are printed on a green or red background
depending on the test sucess. The current working directory is changed
to
that of the script. All modified files are save before execution.
- Folder are created based on the indentation. It is possible to toggle
the folding of a specifc folder by clicking on it in the margin.
* New commands
- Save all modified files
- Run unit tests
* Miscellaneous changes
- when resizing the main window there is less flash
- cleaned up the scintilla/ruby binding (use observer pattern for event)
- wrapped most calls to ruby object into C++ object (PrIde namespace)
* Known bugs
- Recent files menu is not updated.
- Folder creation is confused by tabulation (scintilla bug)
* Bug fixes:
- bookmark commands were disabled (baka!)
Enjoy,
Baptiste.
---
Baptiste Lepilleur <address@hidden>
http://gaiacrtn.free.fr/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FR-devel] [ANNOUNCE] Practical Ruby 0.3.3,
Baptiste Lepilleur <=