[rkward-cvs] SF.net SVN: rkward: [2151] branches/KDE4_port/rkward/settings/ rksettingsmodulecommandeditor.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Oct 30 16:11:06 UTC 2007


Revision: 2151
          http://rkward.svn.sourceforge.net/rkward/?rev=2151&view=rev
Author:   tfry
Date:     2007-10-30 09:11:06 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
Set default code completion timeout to 500 msec

Modified Paths:
--------------
    branches/KDE4_port/rkward/settings/rksettingsmodulecommandeditor.cpp

Modified: branches/KDE4_port/rkward/settings/rksettingsmodulecommandeditor.cpp
===================================================================
--- branches/KDE4_port/rkward/settings/rksettingsmodulecommandeditor.cpp	2007-10-30 16:05:09 UTC (rev 2150)
+++ branches/KDE4_port/rkward/settings/rksettingsmodulecommandeditor.cpp	2007-10-30 16:11:06 UTC (rev 2151)
@@ -125,7 +125,7 @@
 	KConfigGroup cg = config->group ("Command Editor Windows");
 	completion_enabled = cg.readEntry ("Completion enabled", true);
 	completion_min_chars = cg.readEntry ("Completion min chars", 2);
-	completion_timeout = cg.readEntry ("Completion timeout", 200);
+	completion_timeout = cg.readEntry ("Completion timeout", 500);
 }
 
 #include "rksettingsmodulecommandeditor.moc"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list