Status: Accepted
Owner: [email protected]

New issue 3623 by [email protected]: 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 ?



Reply via email to