Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1937

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/1937/1

Better default values vor Word completion feature

http://nabble.documentfoundation.org/Libreoffice-ux-advise-Word-completion-default-value-td4031168.html

Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f
---
M editeng/source/misc/swafopt.cxx
1 file changed, 3 insertions(+), 3 deletions(-)



diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx
index a416507..a3cba1b 100644
--- a/editeng/source/misc/swafopt.cxx
+++ b/editeng/source/misc/swafopt.cxx
@@ -49,7 +49,7 @@
     bWithRedlining =
     bAutoCmpltEndless =
     bAutoCmpltAppendBlanc =
-    bAutoCmpltShowAsTip = sal_False;
+    bAutoCmpltShowAsTip = sal_True;
 
     bSetBorder =
     bCreateTable =
@@ -76,8 +76,8 @@
     cByInputBullet = cBullet;
     aByInputBulletFont = aBulletFont;
 
-    nAutoCmpltWordLen = 10;
-    nAutoCmpltListLen = 500;
+    nAutoCmpltWordLen = 8;
+    nAutoCmpltListLen = 1000;
     m_pAutoCompleteList = 0;
     pSmartTagMgr = 0;
 }

-- 
To view, visit https://gerrit.libreoffice.org/1937
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.