Infinity?

Andrew P. Black black at cse.ogi.edu
Fri Oct 11 18:05:44 UTC 2002


At 19:15 -0500 10/09/2002, Andrew Henrick wrote:

>Hello everyone,
>
>I am a new comer to Squeak and I have a few questions.

...

>Q1.  Is there some way to have the browser colorize and indent on 
>the fly as I write code?  Right now, I just select "colorPrint" and 
>that formats text that has been accepted by the "system," but is 
>there anything better that is "built-in"?

I don't believe so.  That is, there is no way to prettyprint code as 
you type it, before it goes through the parser.

>
>Q2.  I am confused about Exception handling in Squeak.  Were can I 
>find an adaquate description of how it works.  For instance what 
>generates which exceptions?

There is a high-level overview available as part of 
http://www.cse.ogi.edu/~black/ecoop2002/SqueakClassesRef.html

but not a comprehensive list of what methods generate which exception.

	Andrew



More information about the Squeak-dev mailing list