Yes, that we noticed too. This method is never called.

Lukas

2009/12/4 Alain Plantec <[email protected]>:
> Hi all,
> maybe I've missed something but whatever value is set to this preference,
> the result is that underscore is always allowed.
>
> Note that it is used by the scanner:
> Scanner>>xUnderscore
>    Preferences allowUnderscoreAssignment ifFalse:[^self xIllegal].
>    self step.
>    tokenType := #leftArrow.
>    ^token := #':='
>
> The question behind is do we keep this preference ?
>
> Cheers
> Alain
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



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

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

Reply via email to