• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[Ann-Reply] Reply to Announce group

Andreas
19-Jul-2013
[2284]
So to work on / debug R3-GUI (Cyphre please correct me, if I'm wrong):

;; Load INCLUDE (once)
>>  do https://raw.github.com/saphirion/include/master/include.r


;; (Re-)load R3-GUI (multiple times; assumes you are in the R3-GUI 
toplevel directory)
>> include %loader/loader.r3
Ladislav
19-Jul-2013
[2285]
Include tips and tricks:


I run r3 with include and loader, the include.mdp documentation describes 
how it can be done.
Cyphre
19-Jul-2013
[2286]
Yes, the most efficient way(in Windows) is to setup INCLUDE+R3-GUI 
loader to be executed everytime you click on *.r3 script. I'm using 
that and every change to the R3GUI sources is then automatically 
"propagated" once I run any R3GUI script again.
Ladislav
19-Jul-2013
[2287]
Yes, the strategy Cyphre describes is ideal for immediate testing 
of any changes made to R3-GUI sources.
AdrianS
19-Jul-2013
[2288]
Thanks guys - maybe these brief notes could be added to the readme 
on GitHub.
Ladislav
19-Jul-2013
[2289:last]
Adrian, check the new wroding of README, and, eventually, submit 
a request, please.