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

RE: Re: New and Improved: Open in Visual Studio (patch attached)

From: Friedrich Brunzema <brunzefb_at_yahoo.com>
Date: Sat, 1 Jun 2013 09:19:20 -0700 (PDT)

I'm following Julien Cugnière's suggestion and have committed (r24260) adding a Open multiple local... context menu item in to the changed paths listbox. You get this if you select two or more entries. What it does is to ShellExec to open the associated file. With Visual Studio, this works better (faster) than expected.

I'm thinking of removing the Open In Visual Studio menu item, but retaining the functionality. The Open In VS functionality guarantees to open in VS (regardless of file association status) if VS is already running, and skips non-code files, and is slightly more efficient. To invoke the VS only version it, one would use the "Open multiple local..." menu while holding down control (ctrl-right-click).

In both cases, I have a hard coded limit of files that you can open, and there is no "Are you sure confirmation dialog" - which we could add.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3056856

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-06-01 18:19:23 CEST

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.