diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-03 20:40:41 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:54:03 +0200 |
| commit | ba3931bc84fc046484949a99b3d8d2562f4ca2b2 (patch) | |
| tree | 24cd9d4fb218654ce846812ab948bdc1633122d1 /tests/CMakeLists.txt | |
| parent | 8f1220257259cce26f30416359fc27af353a9eac (diff) | |
| download | qtmaildir-ba3931bc84fc046484949a99b3d8d2562f4ca2b2.tar.gz qtmaildir-ba3931bc84fc046484949a99b3d8d2562f4ca2b2.zip | |
feat(completion): add the query cursor-context tokenizer
Prefix completion only so far: the token under the cursor, bounded by
whitespace or an opening parenthesis rather than by the start of the line.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e761cb6..c50c5e8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -19,3 +19,4 @@ add_qtmaildir_test(mailsync) add_qtmaildir_test(threadcidmap) add_qtmaildir_test(mainwindow) add_qtmaildir_test(messageview) +add_qtmaildir_test(querycompleter) |
