From d4f0eee28c249ae498f814193ea139ba1909f0d9 Mon Sep 17 00:00:00 2001 From: CJCombrink Date: Wed, 26 Jul 2023 22:34:36 +0200 Subject: [PATCH] Update the docs a bit to include quickfix - Closes #147 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8aa7b1..8013fb7 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ After opening Qt Creator and the plugin loaded successfully the following steps * **Feeling Lucky**: The word will be replaced with the first suggestion for the word. This option will only be available if there are at least one suggestion for the word. - Right clicking on a misspelled word will also allow the user to perform the above actions using the popup menu. - Under "*Tools*" -> "*Spell Checker*" the above actions can also be performed. + - When the cursor is on a misspelled word the Qt Creator quick fix action will also pop up a menu to perform the above actions (Alt + Enter by default on most systems) + +:book: Make sure to check out the [wiki](https://github.com/CJCombrink/SpellChecker-Plugin/wiki) page :book: ## 4. Useful Widgets