[Pharo-project] OB, Completion and class variables (when used on the class side)
Hi there, try the following in the new pharo-dev: - create a package in OBBrowser - create a class "Foo" and add a class variable "Bar" to it - start typing a class side method by typing initBar "a class side method to init the class variable" Bar directly after "Bar" hit space and then press Tab to start with the completion. -> you get a DNU (Undefined object DNU #classPool) in ECClassVarTypeGuesser>>MethodRefs ... Bye Torsten -- Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
Hi Torsten, please open an issue and attach Romain Robbes to it. Thank you On Tue, Jul 7, 2009 at 3:36 PM, Torsten Bergmann<astares@gmx.de> wrote:
Hi there,
try the following in the new pharo-dev:
- create a package in OBBrowser - create a class "Foo" and add a class variable "Bar" to it - start typing a class side method by typing
  initBar    "a class side method to init the class variable"    Bar
directly after "Bar" hit space and then press Tab to start with the completion. Â -> you get a DNU (Undefined object DNU #classPool) in ECClassVarTypeGuesser>>MethodRefs ...
Bye Torsten
-- Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
participants (2)
-
Damien Cassou -
Torsten Bergmann