[Pharo-project] Underscores in 1.1??
Hello all, Is 1.1 able to handle underscores in method *and* class names? Is this really behind us now? Bill
Is 1.1 able to handle underscores in method *and* class names? Â Is this really behind us now?
Yes, all identifiers support underscore characters everywhere. Also temporary and instance variables. And also in the refactoring engine. The only problem I just noticed in the editor is that double clicking on a variable with a underscore does not change the selection correctly. Lukas -- Lukas Renggli www.lukas-renggli.ch
THANKS!!!!! to all involved in getting this done. ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Lukas Renggli [renggli@gmail.com] Sent: Sunday, July 25, 2010 4:32 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Underscores in 1.1??
Is 1.1 able to handle underscores in method *and* class names? Is this really behind us now?
Yes, all identifiers support underscore characters everywhere. Also temporary and instance variables. And also in the refactoring engine. The only problem I just noticed in the editor is that double clicking on a variable with a underscore does not change the selection correctly. Lukas -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Don't overuse that :) We do not like print_on_ ( ...) ;D Stef On Jul 25, 2010, at 3:05 PM, Schwab,Wilhelm K wrote:
THANKS!!!!! to all involved in getting this done.
________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Lukas Renggli [renggli@gmail.com] Sent: Sunday, July 25, 2010 4:32 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Underscores in 1.1??
Is 1.1 able to handle underscores in method *and* class names? Is this really behind us now?
Yes, all identifiers support underscore characters everywhere. Also temporary and instance variables. And also in the refactoring engine.
The only problem I just noticed in the editor is that double clicking on a variable with a underscore does not change the selection correctly.
Lukas
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ 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
Stef, No worries there. The value of underscores is for external interfacing: names map (more or less) directly and there are few if any concerns about whether removing the underscores resulted in two otherwise distinct names colliding. Like I said: THANKS!!!!! Bill ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Stéphane Ducasse [stephane.ducasse@inria.fr] Sent: Saturday, July 31, 2010 7:03 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Underscores in 1.1?? Don't overuse that :) We do not like print_on_ ( ...) ;D Stef On Jul 25, 2010, at 3:05 PM, Schwab,Wilhelm K wrote:
THANKS!!!!! to all involved in getting this done.
________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Lukas Renggli [renggli@gmail.com] Sent: Sunday, July 25, 2010 4:32 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Underscores in 1.1??
Is 1.1 able to handle underscores in method *and* class names? Is this really behind us now?
Yes, all identifiers support underscore characters everywhere. Also temporary and instance variables. And also in the refactoring engine.
The only problem I just noticed in the editor is that double clicking on a variable with a underscore does not change the selection correctly.
Lukas
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Lukas Renggli -
Schwab,Wilhelm K -
Stéphane Ducasse