A convenience version released. In this version, 1. you can specifiy a file name of output applescript file. 2. you can add all the classes or traits of given package. 3. methods names changed.
o := OmniOutlinerDocumentOfSmalltalkClassHierarchyGeneratingAppleScriptWriter new. o addClassesOfPackageNamed: 'XML'. o setAppleScriptStreamFileNamed: 'xml_dump'. o writeAppleScriptOnStream. HwaJong Oh -- View this message in context: http://forum.world.st/OmniOutlinerDocumentOfSmalltalkClassHierarchyGeneratingAppleScriptWriter-tp3784504p3800656.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
