On Sat, 1 Apr 2000, Eric Bresie wrote:
> This is just a suggestion for vtcl that would be nice...I guess I will
> try and get the code and implement it myself. I was actually implying
> that the lookup could be used to take the user in the code to where it
> occurs.
>
> "J.R.Suckling" wrote:
> >
> > how about $ grep -n VarName *.tcl
>
> I know I could do that, but I am talking about making a cross-reference
> tool, for use in vtcl.
>
> How can you obtain the name of the current file(s) you are working on
> from within vtcl?
Given that during an active vTcl session, the code for user-written procs
won't necessarily match any underlying files, one might have to work
internally by searching and parsing proc bodies ([info body $procname]) to
build cross-reference lists.
Personally, such features would be near the bottom of my wish list! (pun
intended)
...RickM...
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user