From b075de73c88db1a315dc0542d4378ec5a2788255 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 2 Sep 2023 20:19:42 -0400 Subject: Start a project-level dictionary When a user accepts a spelling word, the word appears in a .idea/dictionaries/$user.xml where $user is their username. A user has control over "their "words, but all users see all words. For qpdf, we probably want all the "official" words in qpdf.xml. This should be automated. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 316d72d7..95b3e5e8 100644 --- a/TODO.md +++ b/TODO.md @@ -29,6 +29,8 @@ Always Next ==== +* Spell check: Have the spell-check script synchronize cSpell.json with .idea/dictionaries/qpdf.xml, + which should be set to the union of all the validated user dictionaries. * Fix #874 -- make args in --encrypt to match the json and make positional fill in the gaps * Maybe fix #553 -- use file times for attachments * std::string_view transition -- work being done by m-holger -- cgit v1.2.3-54-g00ecf