[Pharo-project] Categorizing methods
Hello all, I _think_ I need to create a *this-that method category to put some methods where they belong, I don't see a relevant command, at lest not one that seems to be working. Is there a trick to it, or am I staring right at it and not realizing it? Bill
On Mon, May 25, 2009 at 5:08 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
I _think_ I need to create a *this-that method category to put some methods where they belong, I don't see a relevant command, at lest not one that seems to be working.
TheClass organization addCategory: 'foo' -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Damien, I am not sure what you mean. I found no way to set a method category. There is Move to extend class, but it gave me a walkback. I might have fixed that; see attached. If it is correct, we can discuss style and get it put where it can be harvested. Bill ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou [damien.cassou@gmail.com] Sent: Monday, May 25, 2009 12:28 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods On Mon, May 25, 2009 at 5:08 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
I _think_ I need to create a *this-that method category to put some methods where they belong, I don't see a relevant command, at lest not one that seems to be working.
TheClass organization addCategory: 'foo' -- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I am fairly certain that this is *not* the solution to my problem, but it is a needed fix for something. That still leaves me wondering how to move a method from Here-There to Here-Elsewhere? Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Schwab,Wilhelm K Sent: Monday, May 25, 2009 12:04 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods Damien, I am not sure what you mean. I found no way to set a method category. There is Move to extend class, but it gave me a walkback. I might have fixed that; see attached. If it is correct, we can discuss style and get it put where it can be harvested. Bill ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou [damien.cassou@gmail.com] Sent: Monday, May 25, 2009 12:28 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods On Mon, May 25, 2009 at 5:08 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
I _think_ I need to create a *this-that method category to put some methods where they belong, I don't see a relevant command, at lest not one that seems to be working.
TheClass organization addCategory: 'foo' -- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
I am not sure what you mean. Â I found no way to set a method category. Â There is Move to extend class, but it gave me a walkback. Â I might have fixed that; see attached. Â If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Damien, I have classes in Alexandria-BibTeX and Alexandria-Seaside. One class in the BibTeX world is BibTeXDatabase. It has Magritte #description methods that I would like to classify as part of Alexandria-Seaside, and I cannot figure out how to do it. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, May 26, 2009 2:59 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods 2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
I am not sure what you mean. Â I found no way to set a method category. Â There is Move to extend class, but it gave me a walkback. Â I might have fixed that; see attached. Â If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand. -- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
try drag and drop On Tue, May 26, 2009 at 6:44 AM, Schwab,Wilhelm K <bschwab@anest.ufl.edu>wrote:
Damien,
I have classes in Alexandria-BibTeX and Alexandria-Seaside. One class in the BibTeX world is BibTeXDatabase. It has Magritte #description methods that I would like to classify as part of Alexandria-Seaside, and I cannot figure out how to do it.
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto: pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, May 26, 2009 2:59 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods
2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
I am not sure what you mean. I found no way to set a method category. There is Move to extend class, but it gave me a walkback. I might have fixed that; see attached. If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand.
-- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Steve. Ok, the method(??) to where? I see a tear-off, but it does not appear to want to be dropped anywhere (the package comes to mind). Bill ________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Steve Wirts Sent: Tuesday, May 26, 2009 8:10 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods try drag and drop On Tue, May 26, 2009 at 6:44 AM, Schwab,Wilhelm K <bschwab@anest.ufl.edu<mailto:bschwab@anest.ufl.edu>> wrote: Damien, I have classes in Alexandria-BibTeX and Alexandria-Seaside. One class in the BibTeX world is BibTeXDatabase. It has Magritte #description methods that I would like to classify as part of Alexandria-Seaside, and I cannot figure out how to do it. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr> [mailto:pharo-project-bounces@lists.gforge.inria.fr<mailto:pharo-project-bounces@lists.gforge.inria.fr>] On Behalf Of Damien Cassou Sent: Tuesday, May 26, 2009 2:59 AM To: Pharo-project@lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] Categorizing methods 2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu<mailto:bschwab@anest.ufl.edu>>:
I am not sure what you mean. I found no way to set a method category. There is Move to extend class, but it gave me a walkback. I might have fixed that; see attached. If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand. -- Damien Cassou http://damiencassou.seasidehosting.st<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 Pharo-project@lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr<mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/5/26 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Damien,
I have classes in Alexandria-BibTeX and Alexandria-Seaside. Â One class in the BibTeX world is BibTeXDatabase. Â It has Magritte #description methods that I would like to classify as part > of Alexandria-Seaside, and I cannot figure out how to do it.
I think you have to create a new category in BibTexDatabase called *alexandria-seaside then implement description in this category. That's all and when you publish your code, the method description will be an extension of the Alexandria package. Hth,
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, May 26, 2009 2:59 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods
2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
I am not sure what you mean. Â I found no way to set a method category. Â There is Move to extend class, but it gave me a walkback. Â I might have fixed that; see attached. Â If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand.
-- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
It finally soaked in - context menu I the category list, create it there, then drag and drop methods to the category. Thanks!!! Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Cédrick Béler Sent: Tuesday, May 26, 2009 9:01 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods 2009/5/26 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Damien,
I have classes in Alexandria-BibTeX and Alexandria-Seaside. Â One class in the BibTeX world is BibTeXDatabase. Â It has Magritte #description methods that I would like to classify as part > of Alexandria-Seaside, and I cannot figure out how to do it.
I think you have to create a new category in BibTexDatabase called *alexandria-seaside then implement description in this category. That's all and when you publish your code, the method description will be an extension of the Alexandria package. Hth,
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, May 26, 2009 2:59 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods
2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
I am not sure what you mean. Â I found no way to set a method category. Â There is Move to extend class, but it gave me a walkback. Â I might have fixed that; see attached. Â If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand.
-- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
strange... shouldn't be that difficult... -create the category -select it -write your method no need to move it I think Cheers 2009/5/26 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
It finally soaked in - context menu I the category list, create it there, then drag and drop methods to the category.
Thanks!!!
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Cédrick Béler Sent: Tuesday, May 26, 2009 9:01 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods
2009/5/26 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Damien,
I have classes in Alexandria-BibTeX and Alexandria-Seaside. Â One class in the BibTeX world is BibTeXDatabase. Â It has Magritte #description methods that I would like to classify as part > of Alexandria-Seaside, and I cannot figure out how to do it.
I think you have to create a new category in BibTexDatabase called *alexandria-seaside  then implement description in this category. That's all and when you publish your code, the method description will be an extension of the Alexandria package.
Hth,
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, May 26, 2009 2:59 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Categorizing methods
2009/5/25 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
I am not sure what you mean. Â I found no way to set a method category. Â There is Move to extend class, but it gave me a walkback. Â I might have fixed that; see attached. Â If it is correct, we can discuss style and get it put where it can be harvested.
Could you please rephrase your problem completely? I don't understand.
-- 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
participants (4)
-
Cédrick Béler -
Damien Cassou -
Schwab,Wilhelm K -
Steve Wirts