> I'm currently learning Rebol and I am about to start my first application.
> Can anyone suggest a good Visual editor or IDE for Rebol that runs on
> Windows 2000?  I have been using Visual Studio since its first beta and
> would prefer and equally intuitive editor/IDE.

IDE no.. though some might argue EMACS
Truly the REBOL interactive shell is your best friend.
Also for deeper understanding people usually recommend %anamonitor.r
http://web.tiscali.it/anarkick/anamonitor.r

I am not sure if that is the best link for it.

Purpose: {
  To visually examine nested objects/blocks.
  Examples:
   monitor
   monitor system/words
   monitor svv
 }

Maxim had embedded anamonitor in his super Rebol/View framework called 'Glass'.
"An easy shortcut opens the monitor with the current window directly in the
monitor, ready to debug and probe your work environment." Sweet. But
unfortunately the Glass project is in limbo
at the moment :-(

I use UltraEdit32 on Windows. Its a terrific programmers' editor. With colored
syntax highlighting for REBOL and almost all languages. It has built in FTP
which makes it a cinch to edit on a remote server. Once a set of remote scripts
are open, you just make changes and hit save. Likewise working between local and
remote is simple cut'n'paste
http://www.ultraedit.com/

Before that I used NoteTabPro which is also wonderful. Extremely fast with many
unique clever features.
http://www.notetab.com/

./Jason

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to