[REBOL] Re: Changing font size in built-in editor
From: dukeofperl:ml1 at: 9-Nov-2010 13:16
On Tue, 9 Nov 2010, Gabriele Santilli wrote:
> On Tue, Nov 9, 2010 at 4:43 PM, Duke Normandin <dukeofperl-ml1.net> wrote:
>
> > Thanks for the work-around! I "live" mostly in emacs, so I'm not
> > homeless ;) In "View" the built-in editor was simply handy. What would
> > be cool, is if a person could use an external editor within "View".
>
> external-editor: func [file [file!]] [
> call reduce ["gvim" file]
> ]
>
> :-P
:0
--
Duke