aefimov / idea-spellchecker

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

SpellChecker overriden by other intentions #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SpellChecker intentions are effectively disabled when code is highlighted
by the "hardcoded strings" intention.  I'm not sure if this isn't down to
the design of intentions as "hardcoded strings" are displayed with a higher
warning level rather than spellcheckers info intention? 

However the spelling options aren't offered on the alt+enter menu for
obviously misspelt string if it's also highlighted by another intention.

Turning off the "hardcoded strings" via comments, annotations allows
SpellChecker to work as normal.

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

GoogleCodeExporter commented 8 years ago
Yes this is known issue. I guess it because IntelliJ IDEA can't track nested 
problem
markers.

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Partialy it is solved in new Popup action.

Original comment by aefimov....@gmail.com on 19 Dec 2007 at 12:36