'From Squeak3.1alpha of 5 February 2001 [latest update: #4220] on 30 July 2001 at 4:35:18 pm'! "Change Set: TileScriptorTweak Date: 30 July 2001 Author: Dan Ingalls Fixes the response to the 'tile scriptor' option in browser selector panes. "! !SyntaxMorph class methodsFor: 'as yet unclassified' stamp: 'di 7/30/2001 16:29'! testClass: aClass andMethod: aSelector | tree | tree _ Compiler new parse: (aClass sourceCodeAt: aSelector) in: aClass notifying: nil. (tree asMorphicSyntaxUsing: SyntaxMorph) parsedInClass: aClass; openInWindow! !