When I write a paper using Kile, I typically create a project for the paper, have each section of the paper in a separate file in the project, and use the \include command to order them in the document.
I usually have automatic spell checking turned off because the wiggly lines annoy me. Instead, I simply manually run the spell checker periodically. However, whenever I do this, I have to open every file I want to spell check and run the spell checker in each one. This can get a bit annoying as I sometimes have dozens of files to spell check.
Is there a way to do either of the following:
- Spell check all files in a Kile project
- "Recursively" spell check files by opening and spell checking files listed in
\includecommands?