[Pharo-project] Issue 3623 in pharo: Pharo 1.2 OCompletion in browser not good
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 ?
Updates: Labels: Milestone-1.3-DevImage Comment #1 on issue 3623 by marcus.d...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 (No comment was entered for this change.)
Updates: Labels: -Milestone-1.3-DevImage Milestone-1.2-DevImage Comment #2 on issue 3623 by marcus.d...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 (No comment was entered for this change.)
Comment #3 on issue 3623 by Torsten....@astares.de: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 According to Levente this is fixed in http://www.squeaksource.com/OCompletion/OCForOB-ul.5.mcz See http://lists.gforge.inria.fr/pipermail/pharo-project/2011-January/040946.htm...
Updates: Status: Fixed Comment #4 on issue 3623 by laurent....@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 I've updated ConfigurationOfOmniBrowser
Updates: Status: Closed Comment #5 on issue 3623 by marcus.d...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 (No comment was entered for this change.)
Updates: Cc: marcus.denker stephane.ducasse guillermopolito Comment #6 on issue 3623 by Torsten....@astares.de: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 This is not fixed since "OCForOB-ul.5.mcz" is not in the dev image. Laurent changed the wrong version in ConfigurationOfOmniBrowser so it is not yet in 1.2. see http://lists.gforge.inria.fr/pipermail/pharo-project/2011-February/041184.ht... for details. Is it possible to reopen this issue or should we open a new one?
Updates: Status: FixProposed Comment #7 on issue 3623 by marcus.d...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 I would re-open as it is exactly the same. (things that are fixes for things already integrated should get new entries...)
Comment #8 on issue 3623 by laurent....@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 Oups... sorry... should I fix it or is already done ?
Comment #9 on issue 3623 by guillerm...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 I've integrated the version. Will load in next full build ;).
Updates: Status: Fixed Comment #10 on issue 3623 by guillerm...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 (No comment was entered for this change.)
Updates: Status: Closed Comment #11 on issue 3623 by marcus.d...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 in buil #116
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 ?
participants (2)
-
Levente Uzonyi -
pharo@googlecode.com