I think it would be an excellent idea if there was a sticky post at the top of the Writer forum saying PLEASE READ ME BEFORE POSTING (- AND SPELL CHECK PROBLEMS?) so that there was a chance that posters would see it when they joined the forum.
It would point them to the Survival Guide, Manuals, Tutorials and FAQs, and ask them first to search before posting. It could also list the most common queries (spell check, red lines, page numbering, automatic functions, etc) and direct users to the relevant Tutorial and also give them a search for that topic.
The developer hanya has written this Python script for spellcheck problems which fixes the actual problem properly instead of the "band aid" solutions we come up with -
Spell checker "red wriggly lines" - beta test fix.
Rory - If this Python script could be included as part of the 4.1.4 and future versions download, we would just have to ask people to run it. At present we have to ask them to download it, create a folder for it, copy it to the folder - and then run it. A thought - perhaps I could write a simple bat file which would do all those things, but it would work only in Windows, not Mac or Linux.
The spellcheck batch files are pretty simple - see zip file below.
It is only ...\config\*.* which is corrupted - all the other files can be brought back. It requires three steps
1 Stop AOO and quickstarter
2 Run spellfix_1.bat. >>>> this renames the user profile to \user.old. If \user.old exists from a previous attempt, it deletes it first.
3 Start AOO. Stop AOO. >>>> this creates a new, empty, default profile.
4 Run spellfix_2.bat. >>>> This copies everything from \user.old except \user.old\config which is the corrupted folder. It overwrites everything in the newly created \user and suppresses the request for confirmation.
If the user does not copy back his configuration files he loses his added words dictionary, his autocorrects, his macros etc. Unfortunately some user configuration data appears to be stored in the \user\config folder where the corruption lies and is lost if the folder is not copied back. For example, I have my AOO configured with macro icons on the toolbar and the icons are missing from the toolbar if I don't copy back the \user\config files
(
It looks like Spell checker "red wriggly lines" - beta test fix is the best way to go if it is to be automated.