aefimov / idea-spellchecker

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

SpellChecker should ignore numbers #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With 0.3 SpellChecker is reporting numbers (as part of a property/enum) as
spelling mistakes. e.g.

public static enum Speed {
    REAL_TIME(-1),
    FIXED_RATE_0(0),
    FIXED_RATE_100(100),
    FIXED_RATE_1000(1000),
    FIXED_RATE_10000(10000);
}

Will report 100, 1000, 10000 as spelling mistakes.

Original issue reported on code.google.com by osb...@gmail.com on 15 Nov 2007 at 3:21

GoogleCodeExporter commented 8 years ago

Original comment by aefimov....@gmail.com on 15 Nov 2007 at 3:51

GoogleCodeExporter commented 8 years ago
Issue 23

Original comment by aefimov....@gmail.com on 16 Nov 2007 at 8:54

GoogleCodeExporter commented 8 years ago
Issue 23

Original comment by aefimov....@gmail.com on 16 Nov 2007 at 8:55

GoogleCodeExporter commented 8 years ago
Issue 23

Original comment by aefimov....@gmail.com on 16 Nov 2007 at 8:55