[REBOL] Developing Rebol under Linux for the console averse with gedit
From: pwawood::gmail::com at: 11-Sep-2008 11:59
I found this easy way of running Rebol directly from the gedit text
editor.
1. Select Edit->Preferences
2. Select Plugins Tab
3. Select External Tools
4. Select Configure Plugin
5. Added a new tool giving it a name (Rebol/View in my case)
6. Set Shortcut Key to your choice (<Control><Alt>r in my case).
7. Set Commands to the command you would use to start Rebol (/home/
peter/Desktop/rebview -vs in my case)
8. Close the External Tools Manager
9. Close gedit preferences
Then when you have your script open in the active editor window, press
the Shortcut Key.
Regards
Peter