[Issue 9644] Spell checker gives silly suggestions for 1-2 character symbols
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 11 17:40:48 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9644
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list