[REBOL] Re: AnaMonitor object/block monitor released
From: rotenca:telvia:it at: 5-Nov-2001 16:53
Hi, Robert
> Hi, great work! The only thing I'm missing is horizontal scrolling for long
> entries... Can it be called from my own scipts like a "debugger" to browse
all
> the objects/blocks ?
Thank you.
You should see all (?) the entries clicking on it (or return or space).
You can call it from your program, but you can call it only once (no multiply
instances, the change to get this feature is simple, but the program should
eat more memory).
pay attention: Monitor takes a lit-word as arg, so you can't do:
monitor first face/pane
but you must:
x: first face/pane
monitor x
or
monitor face/pane/1
There is a new version on my site, with "sort by name/type", "hide unset
words" and minor bugs corrected.
>Robert
---
Ciao
Romano