This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IDE: Spell check extension?

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

Parents
  • For what it's worth, I never use uVision for editing, only for project management and builds. I use SlickEdit for editing and can invoke builds using uVision's command line interface. The output from the build is directed to a text file which SlickEdit can use to do error parsing. This allows me to click on an error in SlickEdit's build window and it will take me to the appropriate line in the source code. An editor like SlickEdit offers many features that uVision's editor doesn't, including spell checking.

Reply
  • For what it's worth, I never use uVision for editing, only for project management and builds. I use SlickEdit for editing and can invoke builds using uVision's command line interface. The output from the build is directed to a text file which SlickEdit can use to do error parsing. This allows me to click on an error in SlickEdit's build window and it will take me to the appropriate line in the source code. An editor like SlickEdit offers many features that uVision's editor doesn't, including spell checking.

Children