[ENH] workspaceBindingsViewer

Lex Spoon lex at cc.gatech.edu
Sun Sep 8 20:48:17 UTC 2002


This is something I've long desired.  When you're working in the
traditional Smalltalk dialect, the workspace can be an excellent
assembly and experimentation area.  The variable bindings of workspaces
are a big part of this functionality.

Unfortunately, the variable bindings are hidden behind the scenes: you
can only view them by using an inspector on the workspace and drilling
down to the "bindings" variable.  With this changeset, however, you can
select an item from the workspace's window menu to put them right up
front.  A little inspector will open up, letting you view, modify,
remove, or even add workspace variables.  -Lex



from preamble:

"Change Set:	workspaceBindingsViewer
Date:			8 September 2002
Author:			Lex Spoon

Add an option to workspaces to show their bindings."!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: workspaceBindingsViewer.cs.gz
Type: application/octet-stream
Size: 2322 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020908/9cd246bd/workspaceBindingsViewer.cs.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: /home/lex/squeak/screenshot.png
Type: application/octet-stream
Size: 1841 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020908/9cd246bd/screenshot.obj


More information about the Squeak-dev mailing list