Home   Archive   Permalink



Setup TextPad for Rebol

Hi,
    
I have the syntax highight file. But is there a way in the TextPad tools to run a .r rebol file. I know to use rebol.exe, but maybe there are addition optimizations/settings?
    
Thanks

posted by:   Lee Gold     9-Dec-2013/19:15:33-8:00



Click Tools -> Run
    
The command value should be the path to your rebol.exe. The parameters value should be $File. The initial folder can be the path to your current code file.
    
For more info, look up "Running Other Programs" and "Tool Parameter Macros" in Textpad's help menu.

posted by:   Nick     10-Dec-2013/8:22:42-8:00