]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Change default completion mode to CompletionPopupAuto
authorNoah Davis <noahadvs@gmail.com>
Tue, 19 Nov 2019 09:30:09 +0000 (04:30 -0500)
committerNoah Davis <noahadvs@gmail.com>
Tue, 19 Nov 2019 21:26:47 +0000 (16:26 -0500)
Summary:
This makes Dolphin use the "Dropdown List & Automatic" completion mode by default when editing the URL bar.

Given the context of someone typing file paths, I can't see why one wouldn't want to use this feature, unless they don't like how it looks.

Reviewers: #vdg, #dolphin, ngraham, elvisangelaccio

Reviewed By: #vdg, #dolphin, ngraham, elvisangelaccio

Subscribers: ngraham, elvisangelaccio, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D25391

src/settings/dolphin_generalsettings.kcfg

index 5a7bb1a01d582b0ca5952085131fcc3073dae308..fca70656d0dc651df1d058599db1fe11abe8de5c 100644 (file)
@@ -16,7 +16,7 @@
         </entry>
         <entry name="UrlCompletionMode" type="Enum">
             <label>Text completion mode of the URL Navigator</label>
-            <default>KCompletion::CompletionPopup</default>
+            <default>KCompletion::CompletionPopupAuto</default>
         </entry>
         <entry name="ShowFullPath" type="Bool">
             <label>Should the full path be shown inside the location bar</label>