Jan. 20, 2011
7:03 p.m.
Comment #8 on issue 1426 by DVCio...@gmail.com: Auto completion does not complete symbols http://code.google.com/p/pharo/issues/detail?id=1426 I can confirm this behaviour in dev 1.2rc1 12311, yet some clarification is needed for proper functioning: #od is taken as a literal symbol, similar to #ev, and have no auto-completion. ##od gives the suggestion for odd because ## is evaluated first to literal symbol and od is then used for auto-completion. 'od' with cursor before closing ' gives auto-completion [od] does not; nor does (od) Since I'm new, which should produce the auto-completion and which shouldn't?