OB, Completion and class variables (when used on the class side)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

OB, Completion and class variables (when used on the class side)

Torsten Bergmann
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: OB, Completion and class variables (when used on the class side)

Damien Cassou
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<[hidden email]> 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
> [hidden email]
> 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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project