How to get the package of a class ?

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

How to get the package of a class ?

Alain Plantec-4
thanks
Alain

_______________________________________________
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: How to get the package of a class ?

Lukas Renggli
PackageOrganizer default packageOfClass: aClass

On Mon, Mar 16, 2009 at 7:42 PM, Alain Plantec <[hidden email]> wrote:
> thanks
> Alain
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
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: How to get the package of a class ?

Stéphane Ducasse
or mostSpecificPackageOfClass: in Pharo :)

stef

On Mar 16, 2009, at 8:06 PM, Lukas Renggli wrote:

> PackageOrganizer default packageOfClass: aClass
>
> On Mon, Mar 16, 2009 at 7:42 PM, Alain Plantec  
> <[hidden email]> wrote:
>> thanks
>> Alain
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


_______________________________________________
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: How to get the package of a class ?

Mariano Martinez Peck
This mail remember me something: it would be nice to have a place (perhaps the same of code snippets). Not only thing related to pharo, but to squeak in general. For example:

- The subject of this mail (How to get the package of a class)
- How to copy to clipboard a wallback -> very useful for bug tracking.
- How to put conditional breakpoints (self haltIf:[])
- How to put a picture as background

and so on...I really don't know where to put information like this, but they can be useful for a lot of people.

Thanks

Mariano

On Mon, Mar 16, 2009 at 5:18 PM, Stéphane Ducasse <[hidden email]> wrote:
or mostSpecificPackageOfClass: in Pharo :)

stef

On Mar 16, 2009, at 8:06 PM, Lukas Renggli wrote:

> PackageOrganizer default packageOfClass: aClass
>
> On Mon, Mar 16, 2009 at 7:42 PM, Alain Plantec
> <[hidden email]> wrote:
>> thanks
>> Alain
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


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


_______________________________________________
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: How to get the package of a class ?

Adrian Lienhard
Maybe here: http://code.google.com/p/pharo/wiki/CodeSnippets. We can  
also create a new page on the wiki if necessary.

Cheers,
Adrian

On Mar 16, 2009, at 23:21 , Mariano Martinez Peck wrote:

> This mail remember me something: it would be nice to have a place  
> (perhaps
> the same of code snippets). Not only thing related to pharo, but to  
> squeak
> in general. For example:
>
> - The subject of this mail (How to get the package of a class)
> - How to copy to clipboard a wallback -> very useful for bug tracking.
> - How to put conditional breakpoints (self haltIf:[])
> - How to put a picture as background
>
> and so on...I really don't know where to put information like this,  
> but they
> can be useful for a lot of people.
>
> Thanks
>
> Mariano
>
> On Mon, Mar 16, 2009 at 5:18 PM, Stéphane Ducasse <[hidden email]
>> wrote:
>
>> or mostSpecificPackageOfClass: in Pharo :)
>>
>> stef
>>
>> On Mar 16, 2009, at 8:06 PM, Lukas Renggli wrote:
>>
>>> PackageOrganizer default packageOfClass: aClass
>>>
>>> On Mon, Mar 16, 2009 at 7:42 PM, Alain Plantec
>>> <[hidden email]> wrote:
>>>> thanks
>>>> Alain
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [hidden email]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>>
>>>
>>> --
>>> Lukas Renggli
>>> http://www.lukas-renggli.ch
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


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