Showing posts with label VS. Show all posts
Showing posts with label VS. Show all posts

How to use custom merge tool in TFS

Found useful article:
http://www.neovolve.com/post/2007/06/19/using-winmerge-with-tfs.aspx

I will store batch here to be sure it will not lost.
It runs winmerge and correctly exits.

"%PROGRAMFILES(X86)%\Winmerge\WinMergeU.exe" /x /e /ub /wl /dl %1 /dr %2 %3 %4 %5
exit 0

Settings for visual studio tfs:
  • For Extension, type *
  • For Operation, select Merge
  • For Command, browse for C:\Program Files\WinMerge\winmergeFromTFS.bat
  • For Arguments, type %6 %7 %1 %2 %4
Upd: fixed path to winmerge on my system.

VS Dark: JavaScript

Resharper 6.* nicely supports JavaScript.

VS Dark: XML. Html, Razor

Html is reflected in Dom model that is object-oriented. Xaml defines code. So we can talk about some kind of objects, properties, values when operating with XML. And I tried to colorize tags in this concept.


VS Dark: Visual Basic Code

Visual Basic also supported. Theme is good for sequence of keywords.
White parameters and close to white method names clearly readable in VB keyword hell.


VS Dark: Csharp Code

C# code sample with resharper activated.
If resharper is turned off this picture will be slightly desaturated because VS doesn't recognize some expressions.

Visual Studio Dark Scheme: First Result

This is my first try.
DarkBlueBackground.vssettings
You can use it as you want.

Typeface - Consolas
Font size - 10

Creating a Theme

You may know this resource http://studiostyl.es/
Problem is that you can't upload existed color & font settings (*.vssettings). =(
If you know good service, please respond.

Visual Studio Dark Scheme

Okay, I just want a perfect dark color and font scheme for MS Visual Studio 2010.


Requirements:

  1. Resharper support is obligatory.
  2. Turning Resharper coloring on slightly alternate colors of main theme.
  3. XML highlighting doesn't conflict with code colors.
  4. Html, Asp.Net, Razor support is optional.