| Short description: |
Ruby/CodeWright 5.1, 6.0, 6.6a |
| Category: |
Application/Editor |
| Status: |
Good enough for now, getting better |
| Created: |
2001-08-11 00:20:43 GMT |
| Last update: |
- |
| Owner: |
uncle gaga
(Projects of this owner) |
| Homepage: |
http://www.geocities.com/uncle_gaga/rb_dll.html |
| Download: |
http://www.geocities.com/uncle_gaga/rb_dll.html
|
| License: |
PublicDomain |
| Dependency: |
|
| Description: |
This is a 32-bit DLL that provides ruby editing support in versions 5.1, 6.0 and 6.6a of the CodeWright programmer's editor for these CodeWright features:-
a) Syntax coloring for keywords, strings, numbers, comments and operators.
b) Selective display. Collapses the display of ruby code to a sequence of expandable 'class', 'def' and 'module' lines.
c) Template expansion. Type in abbreviated keywords and CodeWright will expand them.
d) Smart indenting. Next line after 'def' etc. will be indented automatically.
e) Processing of ruby compile errors. Use the CodeWright Project, Compile menu to run ruby -c on the current .rb file and put the cursor on lines with errors.
f) CodeWright Outline tab. Displays clickable list of ruby classes, defs, modules in the Outline tab in CodeWright's left pane.
|