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
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.
Dear Walter
Using an external editor sounds like a good approuch. How did you solve the file navigation within the project files? Do you have to rebuild a kind of project file for SlickEdit or could you use the information of the uVision project file?
Hi Raphael,
For each of my uVision projects, I have a corresponding SlickEdit project which I create manually. Not much more than pointing to the source files and entering in the command to build using uVision. Takes about 2 minutes.
Walt
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...