Hi,
In Pharo 1.2 there's inconsistency in auto-completion between Workspace and Browser.
In Workspace, if I type
|builder|
builder := UITheme builder.
builder newText
then press the tab key, I have the method newTextEntryFor:getText:setText:help: in the list (which is what I want).
In the browser, I get only the method defined in UITheme (and builder is an instance of ComposableMorph). It's very disturbing (for me). May be there's a way to tell completion to look for all implementors ?