summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorLindsay Mathieson <lindsay.mathieson@gmail.com>2012-09-17 19:52:53 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-09-17 19:56:40 +0200
commitb2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac (patch)
tree43deb1c344798373dd2f62de45c36afbef8245ea /src/rekonq.kcfg
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-b2b2692bf2a24ef4a588c0f94cffde0dbe3c94ac.tar.xz
Integrated spell checking
- inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. BUG: 305720 CCMAIL: lindsay.mathieson@gmail.com REVIEW: 106417 REVIEWED-BY: adjam
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg
index 1fb3c1c4..18dea24e 100644
--- a/src/rekonq.kcfg
+++ b/src/rekonq.kcfg
@@ -231,7 +231,6 @@
</entry>
</group>
-
<!-- Advanced Settings -->
<group name="Advanced">
<entry name="hScrollWheelHistory" type="Bool">
@@ -252,6 +251,9 @@
<entry name="middleClickAction" type="Int">
<default>2</default>
</entry>
+ <entry name="automaticSpellChecking" type="Bool">
+ <default>true</default>
+ </entry>
</group>