On Thu, 18 Sep 1997, J.R.Suckling wrote:
> I admit changing focus is a mouse sort of thing. But I
> normaly set up the first frame the way I want all six to
> be and then I use the cut(^c) and past(^v) along with the
> mouse to keep the focus set. The repetition is click ^C
> click ^V, five times. Yes it is 20 operations, but not so
> bad.
What would a reasonable keyboard shortcut for "Option->Select Parent"
be? Perhaps <Ctrl-P> or just <p>?
> I wrote Stewart a private letter about the emacs bindings
> that are the default bindings for the text widget where
> lost in the editing windows in vTcl. It was my hope to
> get them back. Stewart answer was the splitting out of
> the functions. so that users could edit them with there
> own selection of editor. Where I think that is a great
> thing, I would like to see some sort of middle ground
> there vTcl can store more then one function in a file at
> the same time present the user with a single function to
> edit. What I am thinking about is level of origination.
I guess I wasn't too clear on this. The changes I am making are
a little more fundamental. Instead of vtcl storing the entire
application in a single file, it will use a project system like
Symantec Cafe which keeps track of multiple source files. These
source files can contain any arbitrary code (multiple procs, etc)
and are then editable in the text editor of your choice. vtcl will
snoop the files to determine what functions they contain so that
a separate function browser will allow you to go directly to the
source file which contains the function you've selected.
-stewart-