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

[REBOL] Re: Putting an edit item into services.r in rebol/view

From: volker::nitsch::gmail::com at: 20-Oct-2005 17:11

On 10/20/05, David Alford <[davidba--speakeasy--net]> wrote:
> I am trying to add an edit to the menu in rebol/veiw. It is my > understanding that > adding to the services.r file will give you new functions(services) > across the top. > I'm all for using shortcuts, but I really would like to have a way to > invoke the > editor from a set of menus or functions or services or what ever you > want to call > them.
Its inbuild. Editor starts when you click on a *.txt (white paper icon), or right-click on another icon and choose edit. If you often need a filerequester, link to a scratchpad in bookmarks and then go to other files from open.
[snip] -- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler