| PLEX86 | ||
|
MS_DevStudio... Right
An unbiased analysis of Microsoft.Public.Dotnet.General No, JeffRelf was the name given to me when I was born in Seattle at the start of 1960. The word JeffRelf is in all my MessageIDs... I never... You used MicroSoft's debugger then, I buttume, MSDevStudio... Right ? ( or VisualStudio ) VisualStudioNet2003 allows OnTheFly macros, I hit F7 to start-stop recording and then F8 to play it. The socalled quickMacro can then be edited, if I want, to create a VBA script ( to buttign it to a key or toolbar icon ). Holding down the Alt and the Shift keys and then moving the text cursor ( via the mouse or keys ) allows me to select a block of text, ...instead of sequential characters. You can buttign a name to your keybindings file, I call mine KeyBindings.VSK Below is the .BAT file I use to save off my VisualStudio settings. SaveSetngs.BAT: C: cd "C:-Documents and Settings-Owner-Application Data-Microsoft-VisualStudio-7.1" REM Must exit VS to save CmdUI.PRF and KeyBindings.VSK XCopyYF 1033-CmdUI.PRF F:-VS XCopyYF KeyBindings.VSK F:-VS XCopyYF devenv.xml F:-VS XCopyYF "C:--Visual Studio Projects-VSMacros71-MyMacros-.vsmacros" F:-VS XCopyYF C:--X-VS.REG F:-VS XCopyYF C:--X-VS.VB F:-VS XCopyYF C:--X-SaveSetngs.BAT F:-VS XCopyYF C:--X-RestoreSetngs.BAT F:-VS XCopyYF C:--X-BitStream.TTF F:-VS Pause MS_C built MS_Office... not C#, not Java It would be ironic and quite funny, but I doubt it for the following reasons: 1- It would be really silly for MS to get shafted by the same strategy that they... REM More info at: Below is how I restore them to another machine, when I have the privileges. RestoreSetngs.BAT: XCopyYF CmdUI.PRF "C:-Documents and Settings-BLab-242-Application Data-Microsoft-VisualStudio-7.1-1033" REM KeyBindings must be selected by hand. XCopyYF "KeyBindings.VSK" "C:-Documents and Settings-BLab-242-Application Data-Microsoft-VisualStudio-7.1" XCopyYF devenv.xml "C:-Documents and Settings-BLab-242-Application Data-Microsoft-VisualStudio-7.1" XCopyYF .vsmacros "C:--Visual Studio Projects-VSMacros71-MyMacros-.vsmacros" rem XCopyYF .vsmacros "C:-Documents and Settings-blab-242-My Documents-Visual Studio Projects-VSMacros71-MyMacros-.vsmacros" VS.REG Pause
|
||||||||