Hi
Is there a possibility to expand the uVision IDE with a spell check tool? Could anybody recommend shuch a tool? It would be helpful to check the right spelling of the comments ( Doxygen comments ).
Regards Raphael
SlickEdit offers many features that uVision's editor doesn't, including spell checking
just curious: how does SlickEdit spell check comments only, I know that many of my variable names are not "spellcheckable", whereas my comments are.
Erik
If it knows how to identify comments for syntax colouring (which even uVision does), then limiting spell-checking to comments only should be trivial.
Many (most?) programmer's editors can also identify literal strings - so it ought to be possible to spell-check them, too!
Erik,
Andy is correct, Slickedit knows comment syntax for many programming languages.
The menu choices under spell check are: 1. Check from cursor 2. Check comments and strings 3. Check selection 4. Check word at cursor 5. Check files...