From ba3931bc84fc046484949a99b3d8d2562f4ca2b2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 3 Aug 2026 20:40:41 +0200 Subject: 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. --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') 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) -- cgit v1.2.3