Jan. 19, 2011
6:33 p.m.
Comment #7 on issue 1426 by DVCio...@gmail.com: Auto completion does not complete symbols http://code.google.com/p/pharo/issues/detail?id=1426 I believe this is not a problem: #od is taken as a literal symbol, similar to #ev, and have no auto-completion. ##od gives the suggestion for odd as ## is evaluated to literal symbol # and od is used for auto-completion; ##ev gives several suggestions.