CodePlexProject Hosting for Open Source Software
Member SinceMarch 12, 2012 Last VisitApril 8, 2013
Contact
April 8, 2013 - Aero Wizard .NET Library: Uploaded patch: Fixed design mode detection when GlassExtenderProvider is placed directly on a Form. Also fixed GlassExtenderProvider toolbox bitmap.
April 8, 2013 - Tools for SLN file (Visual Studio Solution file): Uploaded patch: Fix VS Version Selector not working correctly after filtering an ANSI sln file slntools always saves the solution file as UTF-8 with BOM. Such solution files must have their first line blank, otherwise Visual Studio Version Selector is unable to parse the file, resulting in a generic (no version number) icon for the file in Explorer and showing a prompt for choosing a Visual Studio version instead of launching the correct Visual Studio automatically. On the other hand, solution files saved as ANSI must not start with a blank line. Before this patch, when filtering an ANSI sln file, slntools would not write a blank line to the output file if it did not read such "header" line from the input file. This patch causes the blank line to be ignored on input (not treated as part of the file header) and to be unconditionally written on output (since output file is always saved as UTF-8 BOM regardless of input encoding).
Jint - Javascript Interpreter for .NET NUnitForVS
Jint - Javascript Interpreter for .NET: Jint