How to get compact printout of code for (old fashioned) offline reading ?

itsme213 itsme213 at hotmail.com
Sat Dec 15 17:56:08 UTC 2007


I tried a fileout, but it's syntax is full of repetitive stuff and therefore 
bulky. What other options do I have? Plain text would be fine, syntax 
coloring fonts etc. not essential. Something loosely like this would be 
great

WADictionaryRoot subclass: #StMagmaDatabase
    instanceVariableNames: ''
    classVariableNames: ''
    poolDictionaries: ''
    category: 'STTutTodoApp'

StSession-#initialize
    super initialize.
    self db: (self magma rootAs: StMagmaDatabase)

Thanks - Sophie 






More information about the Squeak-dev mailing list