Source Control Clients
Project Name: VSCmdShell
Server URL: https://tfs01.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
28880 Nov 28 2007  at
11:01 PM
Making installer compatible with Visual Studio 2008 bertanaygun 166
22617 May 18 2007  at
7:00 AM
Changed FriendlyName element value to reflect new 1.2 release. mattgollob 212
22081 May 8 2007  at
4:10 PM
Installer version updated bertanaygun 20
21977 May 5 2007  at
11:25 PM
Updated PowerShellHost.csproj to address work item 5175. The System.Management.Automation reference has been changed to reflect the RTM build of that assembly. mattgollob 5
21976 May 5 2007  at
11:18 PM
Updated Browser.cs to fix work item 2771 ("Intellisense" turns off if you mistype). The Filter method will now make recursive calls with progressively shorter prefixes until at least one match is found or the prefix is stripped down to just the IShellHost.VisualStudioCommandEscapeCharacter. mattgollob 4
21975 May 5 2007  at
10:48 PM
Updated Escape key handling, because we lost the ability to dismiss the command browser window without deleting the selected command from the cmd line by pressing Escape. mattgollob 5
21391 Apr 21 2007  at
6:44 AM
Refactored HandleKeyDown(object, KeyEventArgs) method into several shorter methods to improve readability and maintainability. Code is functionally equivalent to previous revision, no changes were made. mattgollob 17
21172 Apr 14 2007  at
8:31 AM
Updated CommandShellHost.cs to fix work item 9644 (Race condition in CommandShellHost). The call to ErrorBeginRead() in OnErrorInput(IAsyncResult) was moved inside the if(cb > 0) block so that it will only be called again if something was actually read from the stream. Made the assumption that the only time the call to EndRead() should return 0 is if the process is shutting down. A similar change was made to OnOutputInput(IAsyncResult). mattgollob 11
20973 Apr 10 2007  at
5:23 AM
Updated ShellTextBox.cs to address Work Item 3626. The HandleKeyDown method now includes a case for Keys.Escape, which selects and then deletes the CurrentCommandText if its Length is greater than zero. mattgollob 13
20972 Apr 10 2007  at
5:08 AM
Updated ShellTextBox.cs to address Work Item 7510 by buffering output into a StringBuilder until the RTB control's size is non-negative in both dimensions. mattgollob 5
1-10 of 26Change Sets < Previous 1 2 3 Next >
Updating...