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

Re: Shortcuts for copy/paste (Ctrl+Insert and Shift+Insert)

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Thu, 04 Dec 2008 17:43:01 +0100

Marc wrote:
> I looked at the code (but I can't compile, I've only VS6...)
>
> In the accelerators section in the file "TortoiseMergeENG.rc"
> there are these three lines :
> "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
> "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
> VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
>
> And effectively in the merge/view Window Shift+Insert works well !
>
> Perharps it only lacks a line like this for Ctrl+Insert :
>
> VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
>
> It would be great if someone could see if it works !

Actually, it should have worked before, but I just found the problem:
the accelerators had the wrong ID! The IDs were set to the String IDs
(IDS_*) instead of the command ID (ID_*).

Fixed in r14775.

Note: since this is a resource change, it won't get merged back to the
1.5.x branch but only be available in the next release (1.6).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=979711
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2008-12-04 17:43:25 CET

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

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