http://d.puremagic.com/issues/show_bug.cgi?id=9644
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-03-11 17:40:46 PDT --- Actually it's pretty bad for 3 characters too. For example: int tup; void main() { map = 1; } > Error: undefined identifier map, did you mean variable tup? Also, the spellchecker likes to suggest variables even if we tried to make a function call. I think it should take that into account (at least for types which are fundamental or which don't define opCall). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
