On 16.05.2013 05:50, Friedrich Brunzema wrote:
> Hi,
>
> Here's a first go at the "Open in Visual Studio" functionality - so far not heavily tested. Screenshot and patch files are attached.
>
> Couple of notes:
> - Extra context menu in LogDlg Window only for now, we could probably add this to Check for Modifications.
> - Context menu does not show if VS is not running, this is by design. The idea is to have VS open with the solution open. (should work with any recent version, but I only have tried VS 2012 so far)
> - VS running status is detected when launching dialog
> - VS window does not activate after issuing the command, although files do load within VS.
> - I restrict the # of files to be loaded to VS to 100 (somewhat arbitrarily after discussing with another developer)
> - I restrict the extensions to typical source code
>
> Stefan: While the functionality is specific to the VS tool, I still think it would be very useful for the larger TSVN user community - the use case being the ability to do code reviews (with enhanced navigation features) in Visual Studio. If you like it, feel free to merge it in, otherwise let us discuss.
the patchfile is incomplete. SVN patch files do not contain binary data
and data of utf-16 encoded files.
Can you send the modified files as a zip maybe?
I need at least the following files:
src/Resources/TortoiseProcENG.rc
src/Resources/VS_2012.ico
src/TortoiseProc/resource.h
because those are utf16 encoded (rc and h file) or binary (ico file).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3055780
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-05-17 16:34:42 CEST