[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Remove single entries from combo boxes

From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2006-11-01 18:58:27 CET

On Monday 30 October 2006 15:52, Mike Peschka wrote:
> > > registry: just select any URL and press Shift-Delete.
>
> I'd like to throw in a brief comment about that key combination. Not
> many people use it anymore but Shift+Delete is still a valid Windows
> shortcut for the Cut operation, so it could (potentially) be confusing
> to some.

We need to distinguish the state of the combo box:
a) If the combo box is not in a dropped state, Shift-Delete currently
invokes the cut operation.
b) Whenever the combo box is in a dropped state editing is not possible.
Shift-Delete or Ctrl-X therefore don't have any effect. The key combination
is therefore not in use.

Considering Mike's note and the behavior of Internet Explorer and Firefox
the key combination Shift-Delete to delete items permanently is now only
evaluated in a dropped state.

I've also changed GetAsyncKeyState() to GetKeyState().

Thanks to all for your feedback.

Committed in revision 7901.

Tobias

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Nov 1 18:59:15 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.