[squeak-dev] pretty print customization

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] pretty print customization

Mark Volkmann
What class performs pretty printing? I'd like to investigate making a  
minor customization to it.

Maybe there is a trick to figuring this out that I haven't learned yet.

---
Mark Volkmann





Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] pretty print customization

Damien Cassou-3
On Sat, Oct 4, 2008 at 10:41 PM, Mark Volkmann <[hidden email]> wrote:
> What class performs pretty printing? I'd like to investigate making a minor
> customization to it.
>
> Maybe there is a trick to figuring this out that I haven't learned yet.

Look at method #format:in:notifying:contentsSymbol: in RBParser (from
AST on SqueakSource) or Compiler (two different pretty printer,
invoked based on preference #useRBASTForPrettyPrint).


--
Damien Cassou
Peter von der Ahé: «I'm beginning to see why Gilad wished us good
luck». (http://blogs.sun.com/ahe/entry/override_snafu)