Author: Alphé SALAS-SCHUMANN
Date: 03/09/2004In this article you will learn how to transform in rapid developpement interface for REBOL two of the most popular text editors available for free on the web. This article wants to appear as a first simple approach for enhance, make more fun and eficient the application developpement in REBOL. While there is no existing IDE in rebol world that is trully adapted to the REBOL coding specificity. This approach must be introduce in a more global conext of programming. In other words this article won't turn you into a REBOL code guru, but I hope it will contribute to give you the taste for the programming REBOL.
Crimson Editor official web site
REBOL COLOR SYNTAX for Crimson Editor
Description: REBOL
Lang Spec: REBOL.spc
Keywords: REBOL.keyCrimson Editor allows you to create your own "tools". This functionnality permits to add some very usefull funcionalities for rebol programming. To illustrate this functionnality we will create a tool permitting to execute the REBOL script that is opened and active in Crimson Editor.
Descript: REBOL/View derniere
Command: C:\rebol\view\rebol-last.exe
Argument: "$(FileName)" -s
Initial Dir: $(FileDir)
Hot Key: ctrl + rPersonnally I use those user tools:
ctrl + D Run anamonitor
ctrl + R Run active script in lastest rebol/view
ctrl + 3 Run rUnit text
ctrl + M Run active script in rebol/view 1.2.0.3.1 Good mark and black mark analysis is based on the idea of a perfect RAD for REBOL programming. I recall that in the time those lines are wrote there is no IDE dedicated only to REBOL coding. A perfect RAD will get has good mark the fusion of the good mark and the bad mark of those two editors.
The following screen shot shows you how a well configured Crimson Editor looks like

I have tested the windows installation software "jedit42install.exe" but it doesn't seem to work on my operating system. An error message window indicate me that it is needed at least JDK or JRE 1.3 to be installed on my OS. My OS was using JRE 1.4.2 so normally there was no reason to get this error message window to be show. If you experience the same kind of probleme I recommand you to download and run the JAVA version of the installation sofware for jEdit 4.2. It's recommanded to dispose of the version of the 1.4.2 of the JDK or th JRE.
In case you plan to use the JAVA version of the install software for jEdit, you will need from the MS-DOS command line to go to the temporary directory where you save the file "jedit42install.jar", then type the folowing command:
MS-DOS command:
c:\tmp>java -jar jedit42install.jar
The syntaxe colorization is delivred by default in jEdit so you don't need to install specific things like for Crimson Editor. So all we need to do now is to configure the ability for jEdit to run the active REBOL script
Console
Projet ViewerBy clicking on the button titled "REBOL" on the top of the main window of jedit, you can start the execution of the currently open script in jEdit.
The following screen shot shows you how jEdit look like when you configured the REBOL programmation.

Document formatter copyright Robert M. Münch. All Rights Reserved.
XHTML 1.0 Transitional formatted with Make-Doc-Pro Version:1.0.8 on 4-Dec-2004 at 0:16:15