You could add it to you local folder and make an icon for it by editing the
index file.
If I understand you, it should be enough I think

Right click the "Local" folder icon on your Rebol View desktop.
Click "Edit"

Insert a line like the following:

    file "test" %test.r info "My test program."

Click "Save", and then "Quit"

Copy your test file into the "local" directory under your "View" directory.

Then just click your new icon to test your program!

Brett.

----- Original Message -----
From: "Philippe Oehler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 14, 2002 11:05 PM
Subject: [REBOL] Very Useful Function : Reload the new code


> Hi all !
>
> I'm analyzing the time I take to develop and I see that a large part to
> develop is going back to the shell, re-execute my .r file to open a new
> VID window to see the changes I made in the code. And afterall, close the
> 300 windows opened each day 8-))
> So I'm thinking it will be easier to place a button in my window that
could
> reload...
>
> Is there somebody who already developed a function placed on a button for
> VID that could :
> 1) completely free the memory with the old code
> 2) and re-load the new .r and re-open a new window
>
> ..or someone who got ideas how to do it ...
>
> Philippe Oehler
>
> --
> 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