[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: Completion Take 2(Was: Key management)
From:       Waldo Bastian <bastian () suse ! de>
Date:       1999-11-25 14:22:23
[Download RAW message or body]

On Thu, 25 Nov 1999, Stephan Kulow wrote:
> we hardcode things like that in the file dialog as we got critic for not
> making decisions. Give us a way to obtain the option within KDE and I'm 
> sure it can be done.

Ok. I've added:
	KGlobal::completionMode() 
 
which can return:
CompletionNone: no completion at all
CompletionAuto: auto completion
CompletionEOL: completion at the end of line with Right/End key.

For the time being you can configure this manually in
kde/share/config/kdeglobals according to:

Key: completionMode
Value: 1, CompletionNone
          2, CompletionAuto
          3, CompletionEOL

It defaults to, *surprise*, 3 :-)

While I was at it I have also added:
	KGlobal::useDoubleClicks()

if it returns true, actions should be done on double clicks,
if it returns false, actions should be done on single clicks.

For the time being you can configure this manually in
kde/share/config/kdeglobals according to:

Key: doubleClicks
Value: false, single clicks
          true, double clicks.

It defaults to false.

Cheers,
Waldo

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic