diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-13 22:41:06 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-13 22:41:06 +0000 |
commit | 7d0194493d5d76be1f2375c694962e02d37bf05a (patch) | |
tree | 49c16a465f46455e6e37e1b750a1b43bb1552021 /editors/Makefile | |
parent | - Update to 0.4 (diff) |
Mondrian is a cross-platform project-manager and editor
for the Ruby language.
Written in 100% native Ruby using the FOX GUI toolkit,
Mondrian has the familiar look and feel of a modern IDE.
Some features include:
* a dynamic object browser
* runtime error integration
* a full-featured project manager
* syntax highlighting
* runs identically on Windows and Linux
WWW: http://www.mondrian-ide.com/
Approved by: alexbl (mentor, implicit)
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 233dbdaa9df9..08f76405c9af 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -100,6 +100,7 @@ SUBDIR += mined SUBDIR += mlview SUBDIR += mode-info + SUBDIR += mondrian SUBDIR += morla SUBDIR += mp SUBDIR += muggy |