[REBOL] Re: Editor to use
From: mike:skinmaster at: 14-Feb-2002 7:53
> I use ultraedit too, however I changed the syntax file to include more
core
> 2.5 fns, I also added a basic function list ;)
could you mail me the enhanced wordfile entry? Plus if you mail it to
[idm--ultraedit--com] I'm sure he'll add it to the site.
> re: UltraEdit I have not figured out how to launch rebol scripts directly.
> It doesn't bother me, [alt+tab retursn to rebol console instantly] but
glad
> to learn new tricks.
Advanced -> Tool configuration
Command line:
yourpathto\rebol.exe "%F"
Working directory: Wherever you need, or, %P for the current files
directory.
Check the check if windows program box. Use the advanced button to locate
rebol.exe to get the rebol icon from the exe for a tool bar button if you
like, chose a sensible menu item name such as "Rebol" ;-) and then remember
to press the insert button to add your new tool.
Then, assuming it's your first tool you've configured, ctrl+shift+0 will
execute the currently selected file in ultraedit with rebol.
Easy,
Mike,
Confirmed Ultraedit addict.