www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5881] New: Spellchecker should include built-in keywords

http://d.puremagic.com/issues/show_bug.cgi?id=5881

           Summary: Spellchecker should include built-in keywords
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic
          Severity: enhancement
          Priority: P4
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: kennytm gmail.com



The spellchecker in DMD currently only checks for custom identifiers. But is it
possible to misspell built-in keywords as well, e.g.

      pramga(msg, "x");
    //   ^^

Perhaps the spellchecker could include the keywords to the look-up list as
well.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 24 2011