Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REB Editor

From: arolls:bigpond:au at: 2-May-2001 15:11

> 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.