Thanks, this is what I was looking for.

Ammon


----- Original Message ----- 
From: "Anton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 10:11 PM
Subject: [REBOL] Re: REB Editor


> >     I am rather new here, just exploring.  I was wondering how I 
> > could launch the Editor with an icon from the desktop.  
> 
> You need to modify the index.r file in your
> view/local/ directory to look like:
> 
> 
> rebol [type: 'index]
> file "Editor" %launch-editor.r
>     info "launch-editor.r - Run rebol/view's built in editor"
> 
> 
> The launch-editor.r file should contain:
> 
> rebol [
>     title: "Launch Editor"
> ]
> editor none
> 
> 
> That's it!
> Anton.
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.

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

Reply via email to