aefimov / idea-spellchecker

Integration of Jazzy into IntelliJ IDEA
0 stars 0 forks source link

Most spell check inspections not working in IDEA 8.x #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using the spell checker plugin in IDEA 8 and IDEA 8.1 EAPs, the
following inspections are not working:
 * Class name with mistakes
 * Field name with mistakes
 * Local variable name with mistakes
 * Method name with mistakes
 * String value with mistakes
 * XML with mistakes

"Property value with mistake" works as expected. In an XML file, mistakes
in a comment are shown, but not in attribute or element values. "Comments
with mistakes" works for inline and block comments, but not for JavaDoc
comments.

Thanks.

Original issue reported on code.google.com by mved...@gmail.com on 30 Jan 2009 at 3:51

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by aefimov....@gmail.com on 30 Jan 2009 at 4:11

GoogleCodeExporter commented 8 years ago

Original comment by aefimov....@gmail.com on 30 Jan 2009 at 4:11

GoogleCodeExporter commented 8 years ago
Allowing spell check in JavaDoc comments doesn't sound so hard but would 
dramatically
improve the plugin. The rest could be implemented later, IMO.

Original comment by ste...@endrullis.de on 2 Apr 2009 at 9:17