Showing posts with label Utilities. Show all posts
Showing posts with label Utilities. Show all posts

Friday, November 02, 2007

TortoiseSVN & Beyond Compare Settings

Here are my settings for TortoiseSVN to use Beyond compare as the file difference tools.


Wednesday, October 03, 2007

Subversion integration with Visual Studio .NET 2005 (AnkhSvn)

AnkhSVN is an awesome add-in for Visual Studio .NET when working with subversion source depository.

You can download AnkhSVN from Scott Hanselman's blog (Scott Hanselman's Computer Zen - AnkhSVN: Using Subversion within Visual Studio).

Once install you may want to edit the default configuration by going to Tools --> AnkhSVN --> Edit AnkhSVN Configuration in Visual Studio .NET IDE.

I turn off "AutoAddNewFiles" since I don't really want to add to the depository new files that I add to my project. Having this property turn on to "true" made my life annoying.

Here are my setting found in the ankhsvn.xml under my application data folder:
C:\Documents and Settings\username\Application Data\AnkhSVN\ankhsvn.xml


You can download the xml file here:
http://www.box.net/shared/iz7jefzos4




Tuesday, October 02, 2007

SQL Server 2005 Management Studio Intellisense

In the quest for sql intellisense for the SQL Server 2005 Management Studio I came across SQL Assist for SSMS 2005 from company Round Polygons. SQLAssist can be download it here.

SQL assist works great. Its lighter weight compare to the RedGate tools.
I think its definitely worth the $50 bucks. I initially downloaded the beta version 2.0.210.0, however, this did not work for Windows Vista Business. After installing version 1.5.185.0 I was in business.

Make sure you have SQL Server 2005 Management Studio (Standard or Enterprise) version since this tool will not work with SQL Server 2005 Management Studio Express.

Replacing old notepad in Windows Vista

I am have been trying to find a good tool to replace the old windows notepad in Windows vista.
For a developer notepad.exe just doesn't cut it.
So far I have using notepad 2, notepad ++ and programmer's notepad 2.
These are all great tools, but I have not been able to replace notepad.exe from the c:\windows and c:\window\system32 directory. I have follow the instructions from Matt Berther's blog but the instructions do not seem to work for vista.

If any one has accomplish this task, please share it.

Thanks.

Thursday, September 20, 2007

Coming Soon Send To GMail

I created a little windows app that allows users to right-click on a file in windows explorer and select from the context menu 'Send To Gmail' and allows the user to e-mail attachements using your gmail account.

I will post the download link later...