June 10, 2008
10:02 a.m.
Damien, I do not understand this issue. http://code.google.com/p/pharo/issues/detail?id=2 Example doit: Utilities classFromPattern: 'orph' withCaption: 'Morphs' This generates a menu with the caption as heading. The name of the selected class is returned. I do not understand the issue here. The following code will fire up a browser. (Utilities classFromPattern: 'orph' withCaption: 'Morphs') browse WHat needs to be fixed? - on