Hello all,
Is 1.1 able to handle underscores in method *and* class names? Is this really behind us now? Bill _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> 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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
THANKS!!!!! to all involved in getting this done.
________________________________________ From: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] Sent: Sunday, July 25, 2010 4:32 AM To: [hidden email] 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 [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 |
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: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] > Sent: Sunday, July 25, 2010 4:32 AM > To: [hidden email] > 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 > [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 |
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: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] Sent: Saturday, July 31, 2010 7:03 AM To: [hidden email] 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: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] > Sent: Sunday, July 25, 2010 4:32 AM > To: [hidden email] > 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 > [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 |
Free forum by Nabble | Edit this page |