It's fixed in http://www.squeaksource.com/OCompletion/OCForOB-ul.5.mcz . Levente On Sun, 30 Jan 2011, pharo@googlecode.com wrote:
Status: Accepted Owner: laurent....@gmail.com
New issue 3623 by laurent....@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623
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 ?