summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_completiondelegate.py
AgeCommit message (Expand)Author
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-25Make sure all Qt regexes are validFlorian Bruhin
2020-11-04old qt: Adjust various comments/outputsFlorian Bruhin
2020-08-24Remove benchmark decoratorFlorian Bruhin
2020-08-24Fix lintFlorian Bruhin
2020-08-24Add completion highlighting benchmarkFlorian Bruhin
2020-08-16Add tests for 4-byte character and substring completion issuesAndrew Carlotti
2020-08-16Sort words by length in completion patternAndrew Carlotti
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2019-01-13Add highlighting testFlorian Bruhin
2018-10-06Make completion highlighting case-insensitive againFlorian Bruhin
2018-09-22Use QSyntaxHighlighter for completion.Ryan Roden-Corrent
2018-09-18Clean up completiondelegate tests.Ryan Roden-Corrent
2018-09-15Remove unused imports in test_completiondelegate.Ryan Roden-Corrent
2018-09-15Don't highlight html escapes in completion.Ryan Roden-Corrent
2018-09-15Don't escape quotes in completion text.Ryan Roden-Corrent
2018-09-15Unit test CompletionItemDelegate.paint.Ryan Roden-Corrent