aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 02:19:42 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-07 02:12:22 +0200
commitb075de73c88db1a315dc0542d4378ec5a2788255 (patch)
treeafc2915563f32bf8efe6bbb1b393eb7b0d939d4f /TODO.md
parentd02b737ce3808f0bcf1c588a5bb072f5b0e9f244 (diff)
downloadqpdf-b075de73c88db1a315dc0542d4378ec5a2788255.tar.zst
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.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
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